Home
last modified time | relevance | path

Searched defs:x (Results 326 – 350 of 1111) sorted by relevance

1...<<11121314151617181920>>...45

/openbmc/u-boot/cmd/
H A Dosd.c86 uint x, y; in do_osd_write() local
137 uint x, y; in do_osd_print() local
167 uint x, y; in do_osd_size() local
/openbmc/qemu/target/riscv/
H A Dcrypto_helper.c27 #define sext32_xlen(x) (target_ulong)(int32_t)(x) argument
179 uint32_t x = sb_out ^ (sb_out << 8) ^ (sb_out << 2) ^ (sb_out << 18) ^ in HELPER() local
193 uint32_t x = sb_out ^ ((sb_out & 0x07) << 29) ^ ((sb_out & 0xFE) << 7) ^ in HELPER() local
/openbmc/qemu/util/
H A Dqdist.c49 void qdist_add(struct qdist *dist, double x, long count) in qdist_add()
76 void qdist_inc(struct qdist *dist, double x) in qdist_inc()
201 double x; in qdist_bin__internal() local
254 double x; in qdist_pr_label() local
/openbmc/u-boot/include/linux/
H A Dmath64.h10 #define div64_long(x, y) div64_s64((x), (y)) argument
11 #define div64_ul(x, y) div64_u64((x), (y)) argument
61 #define div64_long(x, y) div_s64((x), (y)) argument
62 #define div64_ul(x, y) div_u64((x), (y)) argument
H A Dcompiler-gcc.h120 #define __aligned(x) __attribute__((aligned(x))) argument
244 #define asm_volatile_goto(x...) do { asm goto(x); asm (""); } while (0) argument
285 #define uninitialized_var(x) x = x argument
/openbmc/qemu/ui/
H A Dvnc-enc-zrle.c55 int x, int y, int w, int h, int bpp) in zrle_convert_fb()
256 int x, int y, int w, int h) in zrle_send_framebuffer_update()
347 int x, int y, int w, int h) in vnc_zrle_send_framebuffer_update()
354 int x, int y, int w, int h) in vnc_zywrle_send_framebuffer_update()
H A Dconsole-vc.c56 int x, y; member
155 static void vga_putcharxy(QemuConsole *s, int x, int y, int ch, in vga_putcharxy()
178 static void invalidate_xy(QemuTextConsole *s, int x, int y) in invalidate_xy()
197 int x = s->x; in console_show_cursor() local
226 int x, y, y1; in console_refresh() local
384 int w1, x, y, last_width, w, h; in text_console_resize() local
423 int x, y1; in vc_put_lf() local
561 static void vc_update_xy(VCChardev *vc, int x, int y) in vc_update_xy()
588 static void vc_clear_xy(VCChardev *vc, int x, int y) in vc_clear_xy()
627 static void vc_set_cursor(VCChardev *vc, int x, int y) in vc_set_cursor()
[all …]
/openbmc/u-boot/arch/m68k/include/asm/coldfire/
H A Dintctrl.h187 #define INTC_IRLR(x) (((x) & 0x7F) << 1) argument
190 #define INTC_IACKLPR_LVL(x) (((x) & 0x07) << 4) argument
192 #define INTC_IACKLPR_PRI(x) ((x) & 0x0F) argument
196 #define INTC_ICR_IL(x) (((x) & 0x07) << 3) argument
198 #define INTC_ICR_IP(x) ((x) & 0x07) argument
201 #define INTC_ICR_IL(x) ((x) & 0x07) argument
216 #define INTC_SIMR(x) ((x) & 0x3F) argument
220 #define INTC_CIMR(x) ((x) & 0x3F) argument
223 #define INTC_CLMASK(x) ((x) & 0x0F) argument
226 #define INTC_SLMASK(x) ((x) & 0x0F) argument
/openbmc/qemu/hw/timer/
H A Dexynos4210_mct.c118 #define MCT_CFG_GET_PRESCALER(x) ((x) & 0xFF) argument
119 #define MCT_CFG_GET_DIVIDER(x) (1 << ((x) >> 8 & 7)) argument
124 #define G_COMP_L(x) (G_COMP0_L + (x) * 0x10) argument
125 #define G_COMP_U(x) (G_COMP0_U + (x) * 0x10) argument
127 #define G_COMP_ADD_INCR(x) (G_COMP0_ADD_INCR + (x) * 0x10) argument
130 #define G_TCON_COMP_ENABLE(x) (1 << 2 * (x)) argument
131 #define G_TCON_AUTO_ICREMENT(x) (1 << (2 * (x) + 1)) argument
134 #define G_INT_ENABLE(x) (1 << (x)) argument
135 #define G_INT_CSTAT_COMP(x) (1 << (x)) argument
140 #define G_WSTAT_COMP_L(x) (1 << 4 * (x)) argument
[all …]
/openbmc/u-boot/post/lib_powerpc/fpu/
H A D20010114-2.c18 static float rintf (float x) in rintf()
/openbmc/u-boot/arch/arm/mach-uniphier/bcu/
H A Dbcu-ld4.c13 #define ch(x) ((x) >= 32 ? 0 : (x) < 0 ? 0x11111111 : 0x11111111 << (x)) argument
/openbmc/qemu/target/hexagon/
H A Dfma_emu.h21 static inline bool is_finite(float64 x) in is_finite()
/openbmc/u-boot/arch/x86/cpu/
H A Dlapic.c25 #define __xg(x) ((struct __xchg_dummy *)(x)) argument
33 static inline unsigned long __xchg(unsigned long x, volatile void *ptr, in __xchg()
/openbmc/u-boot/arch/arm/mach-aspeed/ast2400/
H A Dboard_common.c86 #define SDMC_CONFIG_VRAM_GET(x) ((x >> 2) & 0x3) argument
87 #define SDMC_CONFIG_MEM_GET(x) (x & 0x3) argument
/openbmc/u-boot/arch/riscv/include/asm/
H A Dbitops.h157 #define hweight32(x) generic_hweight32(x) argument
158 #define hweight16(x) generic_hweight16(x) argument
159 #define hweight8(x) generic_hweight8(x) argument
/openbmc/u-boot/arch/nds32/include/asm/
H A Dbitops.h175 #define hweight32(x) generic_hweight32(x) argument
176 #define hweight16(x) generic_hweight16(x) argument
177 #define hweight8(x) generic_hweight8(x) argument
/openbmc/u-boot/arch/sandbox/include/asm/
H A Dbitops.h150 #define hweight32(x) generic_hweight32(x) argument
151 #define hweight16(x) generic_hweight16(x) argument
152 #define hweight8(x) generic_hweight8(x) argument
/openbmc/u-boot/arch/arm/cpu/armv7/
H A Dsmccc-call.S14 #define UNWIND(x...) argument
/openbmc/qemu/qobject/
H A Dqnull.c28 bool qnull_is_equal(const QObject *x, const QObject *y) in qnull_is_equal()
/openbmc/qemu/hw/display/
H A Dvga-helpers.h105 int x; in vga_draw_line2() local
147 int x; in vga_draw_line2d2() local
186 int x; in vga_draw_line4() local
224 int x; in vga_draw_line4d2() local
264 int x; in vga_draw_line8d2() local
306 int x; in vga_draw_line8() local
/openbmc/qemu/target/loongarch/tcg/
H A Dtranslate.c66 static inline int plus_1(DisasContext *ctx, int x) in plus_1()
71 static inline int shl_1(DisasContext *ctx, int x) in shl_1()
76 static inline int shl_2(DisasContext *ctx, int x) in shl_2()
81 static inline int shl_3(DisasContext *ctx, int x) in shl_3()
/openbmc/u-boot/drivers/bios_emulator/x86emu/
H A Ddebug.c158 void x86emu_inc_decoded_inst_len(int x) in x86emu_inc_decoded_inst_len()
163 void x86emu_decode_printf(char *x) in x86emu_decode_printf()
169 void x86emu_decode_printf2(char *x, int y) in x86emu_decode_printf2()
/openbmc/u-boot/arch/sh/include/asm/
H A Dsystem.h197 #define __xchg(ptr, x, size) \ argument
217 #define xchg(ptr,x) \ argument
273 #define arch_align_stack(x) (x) argument
/openbmc/u-boot/drivers/gpio/
H A Dintel_ich6_gpio.c53 #define GPIO_USESEL_OFFSET(x) (x) argument
54 #define GPIO_IOSEL_OFFSET(x) (x + 4) argument
55 #define GPIO_LVL_OFFSET(x) (x + 8) argument
/openbmc/u-boot/include/dt-bindings/interrupt-controller/
H A Darm-gic.h19 #define GIC_CPU_MASK_RAW(x) ((x) << 8) argument

1...<<11121314151617181920>>...45