Home
last modified time | relevance | path

Searched defs:y (Results 251 – 275 of 1296) sorted by relevance

1...<<11121314151617181920>>...52

/openbmc/linux/arch/mips/math-emu/
H A Ddp_sqrt.c23 union ieee754dp y, z, t; in ieee754dp_sqrt() local
/openbmc/linux/arch/arm/include/asm/
H A Dvga.h12 #define vga_writeb(x,y) (*((volatile unsigned char *)y) = (x)) argument
/openbmc/u-boot/api/
H A Dapi_display.c42 int display_draw_bitmap(ulong bitmap, int x, int y) in display_draw_bitmap()
/openbmc/linux/lib/crypto/mpi/
H A Dgeneric_mpih-sub1.c23 mpi_limb_t x, y, cy; in mpihelp_sub_n() local
H A Dgeneric_mpih-add1.c24 mpi_limb_t x, y, cy; in mpihelp_add_n() local
/openbmc/linux/tools/testing/radix-tree/linux/
H A Dmaple_tree.h6 #define atomic_set(x, y) do {} while (0) argument
H A Dradix-tree.h24 #define call_rcu(x, y) trace_call_rcu(x, y) argument
/openbmc/linux/arch/x86/lib/
H A Dchecksum_32.S263 #define EXC(y...) \ argument
/openbmc/linux/drivers/media/dvb-frontends/
H A Dstb6100.h61 #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 Dload_kernel.h61 #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 Dfpstuff.c681 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 Dtest_core_reloc_mods.c26 int y; member
31 int y; member
/openbmc/linux/tools/perf/ui/tui/
H A Dutil.c78 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 Dconsole_rotate.c84 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 Dgpio_grp.h37 #define LPC32XX_GPIO(x, y) ((x) + (y)) argument
/openbmc/qemu/tests/tcg/aarch64/
H A Dpauth-4.c25 uintptr_t in, x, y; in main() local
/openbmc/linux/include/crypto/
H A Darc4.h17 u32 x, y; member
/openbmc/linux/fs/smb/common/
H A Darc4.h17 u32 x, y; member
/openbmc/linux/tools/testing/selftests/powerpc/math/
H A Dmma.c19 uint16_t y[] = {1, 0, 2, 0, 3, 0, 4, 0}; in mma() local
/openbmc/linux/arch/alpha/lib/
H A Dclear_user.S16 #define EX(x,y...) \ argument
/openbmc/u-boot/include/cramfs/
H A Dcramfs_fs.h92 #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 Dsha256.c39 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 Dhashtable_test.c188 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 Dpauth_helper.c540 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 DGENcopy_from_user.S7 #define EX_LD(x,y) \ argument

1...<<11121314151617181920>>...52