Home
last modified time | relevance | path

Searched defs:y (Results 1 – 25 of 115) sorted by relevance

12345

/u-boot/post/lib_powerpc/fpu/
A Dcompare-fp-1.c36 static void iuneq (float x, float y, int ok) in iuneq()
43 static void ieq (float x, float y, int ok) in ieq()
48 static void iltgt (float x, float y, int ok) in iltgt()
55 static void ine (float x, float y, int ok) in ine()
60 static void iunlt (float x, float y, int ok) in iunlt()
66 static void ilt (float x, float y, int ok) in ilt()
75 static void iunle (float x, float y, int ok) in iunle()
81 static void ile (float x, float y, int ok) in ile()
90 static void iungt (float x, float y, int ok) in iungt()
96 static void igt (float x, float y, int ok) in igt()
[all …]
/u-boot/arch/arm/mach-keystone/include/mach/
A Dpsc_defs.h30 static inline u32 _boot_bit_mask(u32 x, u32 y) in _boot_bit_mask()
36 static inline u32 boot_read_bitfield(u32 z, u32 x, u32 y) in boot_read_bitfield()
42 static inline u32 boot_set_bitfield(u32 z, u32 f, u32 x, u32 y) in boot_set_bitfield()
50 #define PSC_REG_PDCTL_SET_NEXT(x, y) boot_set_bitfield((x), (y), 0, 0) argument
51 #define PSC_REG_PDCTL_SET_PDMODE(x, y) boot_set_bitfield((x), (y), 15, 12) argument
61 #define PSC_REG_MDCTL_SET_NEXT(x, y) boot_set_bitfield((x), (y), 4, 0) argument
62 #define PSC_REG_MDCTL_SET_LRSTZ(x, y) boot_set_bitfield((x), (y), 8, 8) argument
64 #define PSC_REG_MDCTL_SET_RESET_ISO(x, y) boot_set_bitfield((x), (y), \ argument
/u-boot/include/linux/
A Dkernel.h63 #define __round_mask(x, y) ((__typeof__(x))((y)-1)) argument
65 #define round_down(x, y) ((x) & ~__round_mask(x, y)) argument
84 #define roundup(x, y) ( \ argument
90 #define rounddown(x, y) ( \ argument
181 #define min(x, y) ({ \ argument
187 #define max(x, y) ({ \ argument
193 #define min3(x, y, z) min((typeof(x))min(x, y), z) argument
194 #define max3(x, y, z) max((typeof(x))max(x, y), z) argument
201 #define min_not_zero(x, y) ({ \ argument
223 #define min_t(type, x, y) ({ \ argument
[all …]
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
/u-boot/lib/
A Dmd5.c168 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument
169 #define F2(x, y, z) F1(z, x, y) argument
170 #define F3(x, y, z) (x ^ y ^ z) argument
171 #define F4(x, y, z) (y ^ (x | ~z)) argument
174 #define MD5STEP(f, w, x, y, z, data, s) \ argument
A Drand.c13 static unsigned int y = 1U; variable
A Dsha1.c107 #define F(x,y,z) (z ^ (x & (y ^ z))) in sha1_process() argument
134 #define F(x,y,z) (x ^ y ^ z) in sha1_process() argument
161 #define F(x,y,z) ((x & y) | (z & (x | y))) in sha1_process() argument
188 #define F(x,y,z) (x ^ y ^ z) in sha1_process() argument
/u-boot/board/gdsys/common/
A Dosd_cmd.c23 uint x, y; in do_osd_write() local
76 uint x, y; in do_osd_print() local
107 uint x, y; in do_osd_size() local
/u-boot/arch/m68k/include/asm/
A Dm5249.h18 #define mbar_writeLong(x,y) *((volatile unsigned long *) (CONFIG_SYS_MBAR + x)) = y argument
19 #define mbar_writeShort(x,y) *((volatile unsigned short *) (CONFIG_SYS_MBAR + x)) = y argument
20 #define mbar_writeByte(x,y) *((volatile unsigned char *) (CONFIG_SYS_MBAR + x)) = y argument
22 #define mbar2_writeLong(x,y) *((volatile unsigned long *) (CONFIG_SYS_MBAR2 + x)) = y argument
23 #define mbar2_writeShort(x,y) *((volatile unsigned short *) (CONFIG_SYS_MBAR2 + x)) = y argument
24 #define mbar2_writeByte(x,y) *((volatile unsigned char *) (CONFIG_SYS_MBAR2 + x)) = y argument
/u-boot/scripts/kconfig/lxdialog/
A Dyesno.c17 int y = height - 2; in print_buttons() local
31 int i, x, y, key = 0, button = 0; in dialog_yesno() local
A Dchecklist.c53 int y, int x, int height) in print_arrows()
91 int y = height - 2; in print_buttons() local
107 int i, x, y, box_x, box_y; in dialog_checklist() local
A Dinputbox.c19 int y = height - 2; in print_buttons() local
34 int i, x, y, box_y, box_x, box_width; in dialog_inputbox() local
A Dmenubox.c98 static void print_arrows(WINDOW * win, int item_no, int scroll, int y, int x, in print_arrows()
145 int y = height - 2; in print_buttons() local
174 int i, j, x, y, box_x, box_y; in dialog_menu() local
/u-boot/lib/rsa/
A Drsa-keyprop.c65 static uint32_t MUX(uint32_t ctl, uint32_t x, uint32_t y) in MUX()
73 static uint32_t EQ(uint32_t x, uint32_t y) in EQ()
84 static uint32_t NEQ(uint32_t x, uint32_t y) in NEQ()
95 static uint32_t GT(uint32_t x, uint32_t y) in GT()
132 #define GE(x, y) NOT(GT(y, x)) argument
133 #define LT(x, y) GT(y, x) argument
134 #define MUL(x, y) ((uint64_t)(x) * (uint64_t)(y)) argument
312 uint32_t y; in br_i32_ninv32() local
/u-boot/drivers/serial/
A Dns16550.c30 #define serial_out(x, y) outb(x, (ulong)y) argument
31 #define serial_in(y) inb((ulong)y) argument
33 #define serial_out(x, y) out_be32(y, x) argument
34 #define serial_in(y) in_be32(y) argument
36 #define serial_out(x, y) out_le32(y, x) argument
37 #define serial_in(y) in_le32(y) argument
39 #define serial_out(x, y) writeb(x, y) argument
40 #define serial_in(y) readb(y) argument
/u-boot/common/
A Dsplash.c93 void splash_get_pos(int *x, int *y) in splash_get_pos()
159 int x = 0, y = 0, ret; in splash_display() local
/u-boot/drivers/bios_emulator/include/x86emu/
A Ddebug.h103 # define ERR_PRINTF2(x, y) printf(x, y) argument
110 # define DECODE_PRINTF2(x,y) if (DEBUG_DECODE()) \ argument
123 #define SAVE_IP_CS(x,y) \ argument
132 # define DECODE_PRINTF2(x,y) argument
133 # define SAVE_IP_CS(x,y) argument
/u-boot/arch/arm/mach-exynos/include/mach/
A Dclk.h24 #define SET_PRE_RATIO(x, y) ((y & 0xff) << ((x << 4) + 8)) argument
25 #define SET_RATIO(x, y) ((y & 0xf) << (x << 4)) argument
/u-boot/lib/efi_selftest/
A Defi_selftest_bitblt.c32 static void ellipse(efi_uintn_t x, efi_uintn_t y, in ellipse()
47 static void rectangle(efi_uintn_t x, efi_uintn_t y, in rectangle()
104 efi_uintn_t x, y; in setup() local
/u-boot/scripts/kconfig/
A Dnconf.gui.c154 { int length, x, y; in print_in_middle() local
217 int x, y; in fill_window() local
256 int i, x, y; in btn_dialog() local
368 int i, x, y, lines, columns, win_lines, win_cols; in dialog_inputbox() local
556 int x, y, lines, columns; in show_scroll_win() local
/u-boot/cmd/
A Dosd.c87 uint x, y; in do_osd_write() local
138 uint x, y; in do_osd_print() local
168 uint x, y; in do_osd_size() local
/u-boot/api/
A Dapi_display.c43 int display_draw_bitmap(ulong bitmap, int x, int y) in display_draw_bitmap()
/u-boot/arch/arm/mach-at91/include/mach/
A Dgpio.h215 #define at91_set_GPIO_periph(x, y) \ argument
217 #define at91_set_A_periph(x, y) \ argument
219 #define at91_set_B_periph(x, y) \ argument
221 #define at91_set_gpio_deglitch(x, y) \ argument
223 #define at91_set_gpio_output(x, y) \ argument
225 #define at91_set_gpio_input(x, y) \ argument
229 #define at91_set_gpio_value(x, y) \ argument
/u-boot/arch/arm/include/asm/arch-lpc32xx/
A Dgpio_grp.h37 #define LPC32XX_GPIO(x, y) ((x) + (y)) argument
/u-boot/fs/zfs/
A Dzfs_sha256.c49 #define Ch(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument
50 #define Maj(x, y, z) (((x) & (y)) ^ ((z) & ((x) ^ (y)))) argument

Completed in 55 milliseconds

12345