Home
last modified time | relevance | path

Searched defs:x (Results 901 – 925 of 1111) sorted by relevance

1...<<31323334353637383940>>...45

/openbmc/u-boot/drivers/gpio/
H A Ds5p_gpio.c18 #define S5P_GPIO_GET_PIN(x) (x % GPIO_PER_BANK) argument
H A Dpca953x_gpio.c42 #define PCA_CHIP_TYPE(x) ((x) & PCA_TYPE_MASK) argument
/openbmc/u-boot/drivers/clk/mediatek/
H A Dclk-mt7623.c24 #define AXI_DIV_SEL(x) (x) argument
/openbmc/u-boot/include/linux/mtd/
H A Donenand_regs.h18 #define ONENAND_MEMORY_MAP(x) ((x) << 1) argument
/openbmc/u-boot/lib/lzma/
H A DTypes.h40 #define RINOK(x) { int __result__ = (x); if (__result__ != 0) return __result__; } argument
/openbmc/qemu/tests/qtest/
H A Dadm1272-test.c93 uint32_t x = (value / pow(10, c.R) - c.b) / c.m; in pmbus_direct_mode2data() local
H A Dremote-i3c-test.c
/openbmc/qemu/tests/tcg/i386/
H A Dtest-avx.c223 #define ARRAY_LEN(x) (sizeof(x) / sizeof(x[0])) argument
/openbmc/qemu/hw/rtc/
H A Dexynos4210_rtc.c151 #define BCD3DIGITS(x) \ argument
/openbmc/qemu/ui/
H A Ddbus.c78 int x, int y, int w, int h) in dbus_update_texture()
/openbmc/qemu/target/riscv/
H A Dcpu.c52 #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 Dbootp.c461 u8 *x; in dhcp_extended() local
/openbmc/u-boot/tools/
H A Dimagetool.h26 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) argument
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dfsl_pamu.h82 #define set_bf(v, m, x) (v = ((v) & ~(m)) | (((x) << \ argument
H A Dfsl_lbc.h64 #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 Dqht-bench.c130 static uint64_t xorshift64star(uint64_t x) in xorshift64star()
/openbmc/u-boot/drivers/crypto/fsl/
H A Djr.c341 struct result *x = arg; in desc_done() local
/openbmc/qemu/include/hw/net/
H A Dallwinner_emac.h127 #define EMAC_INT_TX_CHAN(x) (1 << (x)) argument
/openbmc/u-boot/scripts/dtc/
H A Ddtc.h73 #define ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) argument
/openbmc/libmctp/
H A Dserial.c26 #define pr_fmt(x) "serial: " x argument
/openbmc/phosphor-certificate-manager/
H A Dcertificate.cpp513 for (auto& x : keyUsageToRfStr) in populateProperties() local
/openbmc/ipmi-fru-parser/
H A Dfrup.cpp55 #define ASSERT(x) \ argument
/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_guts.c79 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 Dhcd-ehci.c72 #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 Dkvm.c1978 #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

1...<<31323334353637383940>>...45