Home
last modified time | relevance | path

Searched defs:x (Results 976 – 1000 of 1111) sorted by relevance

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

/openbmc/u-boot/board/gateworks/gw_ventana/
H A Dgw_ventana.c883 #define PCI_ID(x) ( \ argument
/openbmc/qemu/include/net/
H A Dnet.h10 #define MAC_ARG(x) ((uint8_t *)(x))[0], ((uint8_t *)(x))[1], \ argument
/openbmc/qemu/include/ui/
H A Dgtk.h52 int x, y, w, h; member
/openbmc/qemu/target/ppc/
H A Dint_helper.c149 #define pattern(x) (((x) & 0xff) * (~(target_ulong)0 / 0xff)) argument
160 #define hasvalue(x, n) (haszero((x) ^ pattern(n))) argument
1473 const ppc_avr_t *x[2] = { a, b }; in helper_vpkpx() local
1475 const ppc_avr_t *x[2] = { b, a }; in helper_vpkpx() local
1509 #define I(x, y) (x) argument
H A Dfpu_helper.c25 static inline float128 float128_snan_to_qnan(float128 x) in float128_snan_to_qnan()
34 #define float64_snan_to_qnan(x) ((x) | 0x0008000000000000ULL) argument
35 #define float32_snan_to_qnan(x) ((x) | 0x00400000) argument
36 #define float16_snan_to_qnan(x) ((x) | 0x0200) argument
1556 #define float64_to_float64(x, env) x argument
/openbmc/u-boot/include/linux/
H A Dcompat.h134 #define DEFINE_LED_TRIGGER(x) static struct led_trigger *x; argument
217 #define task_pid_nr(x) 0 argument
H A Dlist.h9 static inline void prefetch(const void *x) {;} in prefetch()
/openbmc/qemu/accel/tcg/
H A Dcputlb.c2060 uint64_t x; in do_ld_parts_beN() local
2106 uint32_t x = load_atomic4(p->haddr - o); in do_ld_whole_be4() local
2126 uint64_t x = load_atomic8_or_exit(cpu, ra, p->haddr - o); in do_ld_whole_be8() local
2146 Int128 x, y = load_atomic16_or_exit(cpu, ra, p->haddr - o); in do_ld_whole_be16() local
/openbmc/u-boot/drivers/mmc/
H A Dmxcmmc.c429 int x; in mxcmci_set_clk_rate() local
H A Dbcm2835_sdhost.c651 static inline int is_power_of_2(u64 x) in is_power_of_2()
/openbmc/u-boot/drivers/net/fsl-mc/dpio/
H A Dqbman_portal.c481 static inline int __qbman_dq_entry_is_x(const struct ldpaa_dq *dq, uint32_t x) in __qbman_dq_entry_is_x()
/openbmc/ipmitool/src/plugins/lan/
H A Dlan.c458 int x=0, rv; in ipmi_lan_poll_recv() local
/openbmc/qemu/include/hw/xen/interface/arch-x86/
H A Dxen.h164 struct { char x[512]; } fpu_ctxt; /* User-level FPU registers */ member
/openbmc/qemu/target/riscv/
H A Dop_helper.c606 static int check_access_hlsv(CPURISCVState *env, bool x, uintptr_t ra) in check_access_hlsv()
/openbmc/u-boot/common/
H A Dcli_hush.c708 struct built_in_command *x; in builtin_help() local
1267 struct built_in_command *x; local
1541 struct built_in_command *x; local
/openbmc/qemu/target/avr/
H A Dtranslate.c75 #define REG(x) (cpu_r[x]) argument
129 #define AVR_REG_OFFS(x) offsetof(CPUAVRState, x) in avr_cpu_tcg_init() argument
179 static int append_16(DisasContext *ctx, int x) in append_16()
/openbmc/u-boot/drivers/bios_emulator/x86emu/
H A Dprim_ops.c119 #define PARITY(x) (((x86emu_parity_tab[(x) / 32] >> ((x) % 32)) & 1) == 0) argument
120 #define XOR2(x) (((x) ^ ((x)>>1)) & 0x1) argument
/openbmc/u-boot/include/
H A Dimage.h454 #define uimage_to_cpu(x) be32_to_cpu(x) argument
455 #define cpu_to_uimage(x) cpu_to_be32(x) argument
/openbmc/u-boot/drivers/usb/gadget/
H A Df_mass_storage.c284 struct kref {int x; }; member
285 struct completion {int x; }; member
/openbmc/u-boot/arch/arm/mach-bcm283x/include/mach/
H A Dmbox.h414 u32 x; member
418 u32 x; member
/openbmc/ipmitool/lib/
H A Dipmi_sdr.c1963 get_offset(uint8_t x) in get_offset()
4480 int x; in ipmi_sdr_print_type() local
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Ddram_sun8i_a23.h262 #define MCTL_CR_ROW(x) (((x) - 1) << 4) argument
264 #define MCTL_CR_PAGE_SIZE(x) ((x) << 8) argument
/openbmc/qemu/hw/arm/
H A Dmusicpal.c141 int x, int y, uint32_t col) in set_lcd_pixel32()
158 int x, y, col; in lcd_refresh() local
/openbmc/qemu/ui/
H A Dvnc.h92 #define VNC_DIRTY_BPL(x) (sizeof((x)->dirty) / VNC_MAX_HEIGHT * BITS_PER_BYTE) argument
238 int x; member
/openbmc/u-boot/drivers/video/sunxi/
H A Dsunxi_display.c757 int x, y; local

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