Home
last modified time | relevance | path

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

12345678910>>...52

/openbmc/u-boot/post/lib_powerpc/fpu/
H 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 …]
/openbmc/linux/include/linux/
H A Dminmax.h26 #define __typecheck(x, y) \ argument
38 #define __types_ok(x, y) \ argument
48 #define __cmp_once(op, x, y, unique_x, unique_y) ({ \ argument
55 #define __careful_cmp(op, x, y) \ argument
85 #define min(x, y) __careful_cmp(min, x, y) argument
92 #define max(x, y) __careful_cmp(max, x, y) argument
100 #define umin(x, y) \ argument
108 #define umax(x, y) \ argument
117 #define min3(x, y, z) min((typeof(x))min(x, y), z) argument
125 #define max3(x, y, z) max((typeof(x))max(x, y), z) argument
[all …]
H A Dkconfig.h20 #define __and(x, y) ___and(x, y) argument
21 #define ___and(x, y) ____and(__ARG_PLACEHOLDER_##x, y) argument
22 #define ____and(arg1_or_junk, y) __take_second_arg(arg1_or_junk y, 0) argument
24 #define __or(x, y) ___or(x, y) argument
25 #define ___or(x, y) ____or(__ARG_PLACEHOLDER_##x, y) argument
26 #define ____or(arg1_or_junk, y) __take_second_arg(arg1_or_junk 1, y) argument
/openbmc/linux/arch/mips/math-emu/
H A Dsp_maddf.c16 union ieee754sp y, enum maddf_flags flags) in _sp_maddf()
245 union ieee754sp y) in ieee754sp_maddf()
251 union ieee754sp y) in ieee754sp_msubf()
257 union ieee754sp y) in ieee754sp_madd()
263 union ieee754sp y) in ieee754sp_msub()
269 union ieee754sp y) in ieee754sp_nmadd()
275 union ieee754sp y) in ieee754sp_nmsub()
H A Ddp_maddf.c41 union ieee754dp y, enum maddf_flags flags) in _dp_maddf()
325 union ieee754dp y) in ieee754dp_maddf()
331 union ieee754dp y) in ieee754dp_msubf()
337 union ieee754dp y) in ieee754dp_madd()
343 union ieee754dp y) in ieee754dp_msub()
349 union ieee754dp y) in ieee754dp_nmadd()
355 union ieee754dp y) in ieee754dp_nmsub()
/openbmc/openbmc/meta-nuvoton/recipes-nuvoton/program-edid/program-edid/
H A Dedid.json16 "y": 33 number
25 "y": 77 number
29 "y": 622 number
33 "y": 345 number
37 "y": 337 number
48 "y": 35 number
52 "y": 0 number
56 "y": 3 number
67 "y": 6 number
87 "y": 0 number
[all …]
/openbmc/linux/tools/include/linux/
H A Dkconfig.h14 #define __and(x, y) ___and(x, y) argument
15 #define ___and(x, y) ____and(__ARG_PLACEHOLDER_##x, y) argument
16 #define ____and(arg1_or_junk, y) __take_second_arg(arg1_or_junk y, 0) argument
18 #define __or(x, y) ___or(x, y) argument
19 #define ___or(x, y) ____or(__ARG_PLACEHOLDER_##x, y) argument
20 #define ____or(arg1_or_junk, y) __take_second_arg(arg1_or_junk 1, y) argument
H A Dmath.h10 #define __round_mask(x, y) ((__typeof__(x))((y)-1)) argument
11 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) argument
12 #define round_down(x, y) ((x) & ~__round_mask(x, y)) argument
17 #define roundup(x, y) ( \ argument
/openbmc/linux/drivers/scsi/
H A Dimm.h130 #define w_dtr(x,y) outb(y, (x)) argument
131 #define w_str(x,y) outb(y, (x)+1) argument
132 #define w_epp(x,y) outb(y, (x)+4) argument
133 #define w_fifo(x,y) outb(y, (x)) /* x must be base_hi */ argument
134 #define w_ecr(x,y) outb(y, (x)+0x2) /* x must be base_hi */ argument
137 #define w_ctr(x,y) outb_p(y, (x)+2) argument
139 #define w_ctr(x,y) outb(y, (x)+2) argument
H A Dppa.h133 #define w_dtr(x,y) outb(y, (x)) argument
134 #define w_str(x,y) outb(y, (x)+1) argument
135 #define w_epp(x,y) outb(y, (x)+4) argument
136 #define w_fifo(x,y) outb(y, (x)) /* x must be base_hi */ argument
137 #define w_ecr(x,y) outb(y, (x)+0x2)/* x must be base_hi */ argument
140 #define w_ctr(x,y) outb_p(y, (x)+2) argument
142 #define w_ctr(x,y) outb(y, (x)+2) argument
/openbmc/linux/samples/auxdisplay/
H A Dcfag12864b-example.c28 #define CFAG12864B_ADDRESS(x, y) ((y) * CFAG12864B_WIDTH / \ argument
34 #define CFAG12864B_CHECK(x, y) ((x) < CFAG12864B_WIDTH && \ argument
37 #define CFAG12864B_CHECK(x, y) (1) argument
79 static void cfag12864b_set(unsigned char x, unsigned char y) in cfag12864b_set()
89 static void cfag12864b_unset(unsigned char x, unsigned char y) in cfag12864b_unset()
102 static unsigned char cfag12864b_isset(unsigned char x, unsigned char y) in cfag12864b_isset()
115 static void cfag12864b_not(unsigned char x, unsigned char y) in cfag12864b_not()
/openbmc/u-boot/arch/arm/mach-keystone/include/mach/
H 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
/openbmc/linux/arch/sparc/lib/
H A Dcopy_in_user.S13 #define EX(x,y,z) \ argument
21 #define EX_O4(x,y) EX(x,y,__retl_o4_plus_8) argument
22 #define EX_O2_4(x,y) EX(x,y,__retl_o2_plus_4) argument
23 #define EX_O2_1(x,y) EX(x,y,__retl_o2_plus_1) argument
/openbmc/qemu/hw/display/
H A Dpl110_template.h34 #define FN_2(x, y) FN(x, y) FN(x+1, y) argument
35 #define FN_4(x, y) FN_2(x, y) FN_2(x+2, y) argument
36 #define FN_8(y) FN_4(0, y) FN_4(4, y) argument
45 #define FN(x, y) COPY_PIXEL(d, palette[(data >> (y + 7 - (x))) & 1]); in glue() argument
47 #define FN(x, y) COPY_PIXEL(d, palette[(data >> ((x) + y)) & 1]); in glue() argument
73 #define FN(x, y) COPY_PIXEL(d, palette[(data >> (y + 6 - (x)*2)) & 3]); in glue() argument
75 #define FN(x, y) COPY_PIXEL(d, palette[(data >> ((x)*2 + y)) & 3]); in glue() argument
101 #define FN(x, y) COPY_PIXEL(d, palette[(data >> (y + 4 - (x)*4)) & 0xf]); in glue() argument
103 #define FN(x, y) COPY_PIXEL(d, palette[(data >> ((x)*4 + y)) & 0xf]); in glue() argument
/openbmc/linux/drivers/isdn/capi/
H A Dcapiutil.c193 #define byteTLcpy(x, y) *(u8 *)(x) = *(u8 *)(y); argument
194 #define wordTLcpy(x, y) *(u16 *)(x) = *(u16 *)(y); argument
195 #define dwordTLcpy(x, y) memcpy(x, y, 4); argument
196 #define structTLcpy(x, y, l) memcpy(x, y, l) argument
197 #define structTLcpyovl(x, y, l) memmove(x, y, l) argument
199 #define byteTRcpy(x, y) *(u8 *)(y) = *(u8 *)(x); argument
200 #define wordTRcpy(x, y) *(u16 *)(y) = *(u16 *)(x); argument
201 #define dwordTRcpy(x, y) memcpy(y, x, 4); argument
202 #define structTRcpy(x, y, l) memcpy(y, x, l) argument
203 #define structTRcpyovl(x, y, l) memmove(y, x, l) argument
/openbmc/u-boot/include/linux/
H A Dkernel.h58 #define __round_mask(x, y) ((__typeof__(x))((y)-1)) argument
60 #define round_down(x, y) ((x) & ~__round_mask(x, y)) argument
77 #define roundup(x, y) ( \ argument
83 #define rounddown(x, y) ( \ argument
174 #define min(x, y) ({ \ argument
180 #define max(x, y) ({ \ argument
186 #define min3(x, y, z) min((typeof(x))min(x, y), z) argument
187 #define max3(x, y, z) max((typeof(x))max(x, y), z) argument
194 #define min_not_zero(x, y) ({ \ argument
216 #define min_t(type, x, y) ({ \ argument
[all …]
/openbmc/qemu/include/qemu/
H A Dhost-utils.h449 static inline bool sadd32_overflow(int32_t x, int32_t y, int32_t *ret) in sadd32_overflow()
462 static inline bool sadd64_overflow(int64_t x, int64_t y, int64_t *ret) in sadd64_overflow()
475 static inline bool uadd32_overflow(uint32_t x, uint32_t y, uint32_t *ret) in uadd32_overflow()
488 static inline bool uadd64_overflow(uint64_t x, uint64_t y, uint64_t *ret) in uadd64_overflow()
502 static inline bool ssub32_overflow(int32_t x, int32_t y, int32_t *ret) in ssub32_overflow()
516 static inline bool ssub64_overflow(int64_t x, int64_t y, int64_t *ret) in ssub64_overflow()
530 static inline bool usub32_overflow(uint32_t x, uint32_t y, uint32_t *ret) in usub32_overflow()
544 static inline bool usub64_overflow(uint64_t x, uint64_t y, uint64_t *ret) in usub64_overflow()
557 static inline bool smul32_overflow(int32_t x, int32_t y, int32_t *ret) in smul32_overflow()
570 static inline bool smul64_overflow(int64_t x, int64_t y, int64_t *ret) in smul64_overflow()
[all …]
/openbmc/linux/sound/usb/
H A Dmixer_us16x08.h34 #define MUA0(x, y) ((x)[(y) * 10 + 4]) argument
35 #define MUA1(x, y) ((x)[(y) * 10 + 5]) argument
36 #define MUA2(x, y) ((x)[(y) * 10 + 6]) argument
37 #define MUB0(x, y) ((x)[(y) * 10 + 7]) argument
38 #define MUB1(x, y) ((x)[(y) * 10 + 8]) argument
39 #define MUB2(x, y) ((x)[(y) * 10 + 9]) argument
40 #define MUC0(x, y) ((x)[(y) * 10 + 10]) argument
41 #define MUC1(x, y) ((x)[(y) * 10 + 11]) argument
42 #define MUC2(x, y) ((x)[(y) * 10 + 12]) argument
43 #define MUC3(x, y) ((x)[(y) * 10 + 13]) argument
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dncurses.py68 def __init__( self, x, y, width, height, fg=curses.COLOR_BLACK, bg=curses.COLOR_WHITE ): argument
95 def setText( self, x, y, text, *args ): argument
103 def drawHline( self, y ): argument
109 … def __init__( self, title, x, y, width, height, fg=curses.COLOR_BLACK, bg=curses.COLOR_WHITE ): argument
137 def __init__( self, x, y, width, height ): argument
153 def __init__( self, x, y, width, height ): argument
173 def __init__( self, x, y, width, height ): argument
180 def __init__( self, x, y, width, height ): argument
/openbmc/qemu/tests/tcg/multiarch/
H A Doverflow.c3 int overflow_add_32(int x, int y) in overflow_add_32()
9 int overflow_add_64(long long x, long long y) in overflow_add_64()
15 int overflow_sub_32(int x, int y) in overflow_sub_32()
21 int overflow_sub_64(long long x, long long y) in overflow_sub_64()
/openbmc/linux/drivers/net/ethernet/ibm/emac/
H A Dzmii.h65 # define zmii_attach(x,y,z) (-ENXIO) argument
66 # define zmii_detach(x,y) do { } while(0) argument
67 # define zmii_get_mdio(x,y) do { } while(0) argument
68 # define zmii_put_mdio(x,y) do { } while(0) argument
69 # define zmii_set_speed(x,y,z) do { } while(0) argument
/openbmc/openbmc/poky/meta/recipes-core/musl/bsd-headers/
H A Dsys-tree.h279 #define SPLAY_FIND(name, x, y) name##_SPLAY_FIND(x, y) argument
722 #define RB_INSERT(name, x, y) name##_RB_INSERT(x, y) argument
723 #define RB_REMOVE(name, x, y) name##_RB_REMOVE(x, y) argument
724 #define RB_FIND(name, x, y) name##_RB_FIND(x, y) argument
725 #define RB_NFIND(name, x, y) name##_RB_NFIND(x, y) argument
726 #define RB_NEXT(name, x, y) name##_RB_NEXT(y) argument
727 #define RB_PREV(name, x, y) name##_RB_PREV(y) argument
736 #define RB_FOREACH_FROM(x, name, y) \ argument
741 #define RB_FOREACH_SAFE(x, name, head, y) \ argument
751 #define RB_FOREACH_REVERSE_FROM(x, name, y) \ argument
[all …]
/openbmc/linux/arch/alpha/lib/
H A Dcsum_partial_copy.c19 #define ldq_u(x,y) \ argument
22 #define stq_u(x,y) \ argument
25 #define extql(x,y,z) \ argument
28 #define extqh(x,y,z) \ argument
31 #define mskql(x,y,z) \ argument
34 #define mskqh(x,y,z) \ argument
37 #define insql(x,y,z) \ argument
40 #define insqh(x,y,z) \ argument
/openbmc/linux/arch/x86/mm/
H A Dphysaddr.c17 unsigned long y = x - __START_KERNEL_map; in __phys_addr() local
37 unsigned long y = x - __START_KERNEL_map; in __phys_addr_symbol() local
49 unsigned long y = x - __START_KERNEL_map; in __virt_addr_valid() local
/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/
H A Dregs-mfc-v10.h67 #define ENC_V100_BASE_SIZE(x, y) \ argument
71 #define ENC_V100_H264_ME_SIZE(x, y) \ argument
75 #define ENC_V100_MPEG4_ME_SIZE(x, y) \ argument
79 #define ENC_V100_VP8_ME_SIZE(x, y) \ argument
82 #define ENC_V100_HEVC_ME_SIZE(x, y) \ argument

12345678910>>...52