/openbmc/linux/arch/mips/math-emu/ |
H A D | dp_sqrt.c | 23 union ieee754dp y, z, t; in ieee754dp_sqrt() local
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | vga.h | 12 #define vga_writeb(x,y) (*((volatile unsigned char *)y) = (x)) argument
|
/openbmc/u-boot/api/ |
H A D | api_display.c | 42 int display_draw_bitmap(ulong bitmap, int x, int y) in display_draw_bitmap()
|
/openbmc/linux/lib/crypto/mpi/ |
H A D | generic_mpih-sub1.c | 23 mpi_limb_t x, y, cy; in mpihelp_sub_n() local
|
H A D | generic_mpih-add1.c | 24 mpi_limb_t x, y, cy; in mpihelp_add_n() local
|
/openbmc/linux/tools/testing/radix-tree/linux/ |
H A D | maple_tree.h | 6 #define atomic_set(x, y) do {} while (0) argument
|
H A D | radix-tree.h | 24 #define call_rcu(x, y) trace_call_rcu(x, y) argument
|
/openbmc/linux/arch/x86/lib/ |
H A D | checksum_32.S | 263 #define EXC(y...) \ argument
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | stb6100.h | 61 #define INRANGE(val, x, y) (((x <= val) && (val <= y)) || \ argument 64 #define CHKRANGE(val, x, y) (((val >= x) && (val < y)) ? 1 : 0) argument
|
/openbmc/u-boot/include/jffs2/ |
H A D | load_kernel.h | 61 #define putLabeledWord(x, y) printf("%s %08x\n", x, (unsigned int)y) argument 62 #define led_blink(x, y, z, a) argument
|
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | fpstuff.c | 681 static inline uint64_t dfmpyll(double x, double y) in dfmpyll() 688 static inline uint64_t dfmpylh(double acc, double x, double y) in dfmpylh()
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_core_reloc_mods.c | 26 int y; member 31 int y; member
|
/openbmc/linux/tools/perf/ui/tui/ |
H A D | util.c | 78 int x, y, len, key; in ui_browser__input_window() local 169 int x, y; in __ui__info_window() local
|
/openbmc/u-boot/drivers/video/ |
H A D | console_rotate.c | 84 static int console_putc_xy_1(struct udevice *dev, uint x_frac, uint y, char ch) in console_putc_xy_1() 208 static int console_putc_xy_2(struct udevice *dev, uint x_frac, uint y, char ch) in console_putc_xy_2() 340 static int console_putc_xy_3(struct udevice *dev, uint x_frac, uint y, char ch) in console_putc_xy_3()
|
/openbmc/u-boot/arch/arm/include/asm/arch-lpc32xx/ |
H A D | gpio_grp.h | 37 #define LPC32XX_GPIO(x, y) ((x) + (y)) argument
|
/openbmc/qemu/tests/tcg/aarch64/ |
H A D | pauth-4.c | 25 uintptr_t in, x, y; in main() local
|
/openbmc/linux/include/crypto/ |
H A D | arc4.h | 17 u32 x, y; member
|
/openbmc/linux/fs/smb/common/ |
H A D | arc4.h | 17 u32 x, y; member
|
/openbmc/linux/tools/testing/selftests/powerpc/math/ |
H A D | mma.c | 19 uint16_t y[] = {1, 0, 2, 0, 3, 0, 4, 0}; in mma() local
|
/openbmc/linux/arch/alpha/lib/ |
H A D | clear_user.S | 16 #define EX(x,y...) \ argument
|
/openbmc/u-boot/include/cramfs/ |
H A D | cramfs_fs.h | 92 #define CRAMFS_SET_OFFSET(x,y) ((x)->offset = (y)) argument 93 #define CRAMFS_SET_NAMELEN(x,y) ((x)->namelen = (y)) argument
|
/openbmc/linux/lib/crypto/ |
H A D | sha256.c | 39 static inline u32 Ch(u32 x, u32 y, u32 z) in Ch() 44 static inline u32 Maj(u32 x, u32 y, u32 z) in Maj()
|
/openbmc/linux/lib/ |
H A D | hashtable_test.c | 188 struct hashtable_test_entry *x, *y; in hashtable_test_hash_for_each_possible() local 242 struct hashtable_test_entry *x, *y; in hashtable_test_hash_for_each_possible_safe() local
|
/openbmc/qemu/target/arm/tcg/ |
H A D | pauth_helper.c | 540 static uint64_t pauth_autia(CPUARMState *env, uint64_t x, uint64_t y, in pauth_autia() 561 static uint64_t pauth_autib(CPUARMState *env, uint64_t x, uint64_t y, in pauth_autib() 582 static uint64_t pauth_autda(CPUARMState *env, uint64_t x, uint64_t y, in pauth_autda() 603 static uint64_t pauth_autdb(CPUARMState *env, uint64_t x, uint64_t y, in pauth_autdb()
|
/openbmc/linux/arch/sparc/lib/ |
H A D | GENcopy_from_user.S | 7 #define EX_LD(x,y) \ argument
|