| /openbmc/u-boot/drivers/gpio/ |
| H A D | s5p_gpio.c | 18 #define S5P_GPIO_GET_PIN(x) (x % GPIO_PER_BANK) argument
|
| H A D | pca953x_gpio.c | 42 #define PCA_CHIP_TYPE(x) ((x) & PCA_TYPE_MASK) argument
|
| /openbmc/u-boot/drivers/clk/mediatek/ |
| H A D | clk-mt7623.c | 24 #define AXI_DIV_SEL(x) (x) argument
|
| /openbmc/u-boot/include/linux/mtd/ |
| H A D | onenand_regs.h | 18 #define ONENAND_MEMORY_MAP(x) ((x) << 1) argument
|
| /openbmc/u-boot/lib/lzma/ |
| H A D | Types.h | 40 #define RINOK(x) { int __result__ = (x); if (__result__ != 0) return __result__; } argument
|
| /openbmc/qemu/tests/qtest/ |
| H A D | adm1272-test.c | 93 uint32_t x = (value / pow(10, c.R) - c.b) / c.m; in pmbus_direct_mode2data() local
|
| H A D | remote-i3c-test.c | |
| /openbmc/qemu/tests/tcg/i386/ |
| H A D | test-avx.c | 223 #define ARRAY_LEN(x) (sizeof(x) / sizeof(x[0])) argument
|
| /openbmc/qemu/hw/rtc/ |
| H A D | exynos4210_rtc.c | 151 #define BCD3DIGITS(x) \ argument
|
| /openbmc/qemu/ui/ |
| H A D | dbus.c | 78 int x, int y, int w, int h) in dbus_update_texture()
|
| /openbmc/qemu/target/riscv/ |
| H A D | cpu.c | 52 #define BYTE(x) ((x) ^ 7) argument 54 #define BYTE(x) (x) argument 78 #define BOOL_FIELD(x) dest->x |= src->x; in riscv_cpu_cfg_merge() argument 79 #define TYPED_FIELD(type, x, default_) if (src->x != default_) dest->x = src->x; in riscv_cpu_cfg_merge() argument
|
| /openbmc/u-boot/net/ |
| H A D | bootp.c | 461 u8 *x; in dhcp_extended() local
|
| /openbmc/u-boot/tools/ |
| H A D | imagetool.h | 26 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) argument
|
| /openbmc/u-boot/arch/powerpc/include/asm/ |
| H A D | fsl_pamu.h | 82 #define set_bf(v, m, x) (v = ((v) & ~(m)) | (((x) << \ argument
|
| H A D | fsl_lbc.h | 64 #define BR_UPMx_TO_MSEL(x) ((x + 4) << BR_MSEL_SHIFT) argument 78 #define BR_PHYS_ADDR(x) \ argument 81 #define BR_PHYS_ADDR(x) ((u32)(x) & 0xffff8000) argument
|
| /openbmc/qemu/tests/bench/ |
| H A D | qht-bench.c | 130 static uint64_t xorshift64star(uint64_t x) in xorshift64star()
|
| /openbmc/u-boot/drivers/crypto/fsl/ |
| H A D | jr.c | 341 struct result *x = arg; in desc_done() local
|
| /openbmc/qemu/include/hw/net/ |
| H A D | allwinner_emac.h | 127 #define EMAC_INT_TX_CHAN(x) (1 << (x)) argument
|
| /openbmc/u-boot/scripts/dtc/ |
| H A D | dtc.h | 73 #define ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) argument
|
| /openbmc/libmctp/ |
| H A D | serial.c | 26 #define pr_fmt(x) "serial: " x argument
|
| /openbmc/phosphor-certificate-manager/ |
| H A D | certificate.cpp | 513 for (auto& x : keyUsageToRfStr) in populateProperties() local
|
| /openbmc/ipmi-fru-parser/ |
| H A D | frup.cpp | 55 #define ASSERT(x) \ argument
|
| /openbmc/u-boot/fs/yaffs2/ |
| H A D | yaffs_guts.c | 79 static inline u32 calc_shifts_ceiling(u32 x) in calc_shifts_ceiling() 102 static inline u32 calc_shifts(u32 x) in calc_shifts() 863 u32 x; in yaffs_add_find_tnode_0() local 4400 YCHAR *x = &num_string[19]; in yaffs_fix_null_name() local 4583 unsigned x; in yaffs_guts_initialise() local
|
| /openbmc/qemu/hw/usb/ |
| H A D | hcd-ehci.c | 72 #define NLPTR_GET(x) ((x) & 0xffffffe0) argument 73 #define NLPTR_TYPE_GET(x) (((x) >> 1) & 3) argument 74 #define NLPTR_TBIT(x) ((x) & 1) // 1=invalid, 0=valid argument
|
| /openbmc/qemu/target/arm/ |
| H A D | kvm.c | 1978 #define AARCH64_CORE_REG(x) (KVM_REG_ARM64 | KVM_REG_SIZE_U64 | \ argument 1981 #define AARCH64_SIMD_CORE_REG(x) (KVM_REG_ARM64 | KVM_REG_SIZE_U128 | \ argument 1984 #define AARCH64_SIMD_CTRL_REG(x) (KVM_REG_ARM64 | KVM_REG_SIZE_U32 | \ argument
|