Home
last modified time | relevance | path

Searched defs:y (Results 201 – 225 of 1296) sorted by relevance

12345678910>>...52

/openbmc/linux/drivers/gpu/drm/i915/selftests/
H A Di915_vma.c363 unsigned int y) in rotated_index()
374 unsigned int x, y; in assert_rotated() local
440 unsigned int y) in remapped_index()
451 unsigned int x, y; in assert_remapped() local
1006 unsigned int x, y; in igt_vma_remapped_gtt() local
/openbmc/u-boot/common/
H A Dlcd.c337 void lcd_logo_plot(int x, int y) in lcd_logo_plot()
379 static inline void lcd_logo_plot(int x, int y) {} in lcd_logo_plot()
450 int x, y; in lcd_display_rle8_bitmap() local
559 int lcd_display_bitmap(ulong bmp_image, int x, int y) in lcd_display_bitmap()
/openbmc/linux/tools/testing/selftests/hid/tests/
H A Dtest_mouse.py42 def create_report(self, x, y, buttons=None, wheels=None, reportID=None): argument
88 def event(self, x, y, buttons=None, wheels=None): argument
142 def fake_report(self, x, y, buttons): argument
331 def event(self, x, y, buttons=None, wheels=None): argument
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_rmap_btree.c249 __u64 x, y; in xfs_rmapbt_key_diff() local
282 __u64 x, y; in xfs_rmapbt_diff_two_keys() local
406 uint32_t y; in xfs_rmapbt_keys_inorder() local
436 uint32_t y; in xfs_rmapbt_recs_inorder() local
/openbmc/linux/arch/arm/include/asm/
H A Dcompiler.h15 #define __asmeq(x, y) \ argument
/openbmc/linux/arch/mips/math-emu/
H A Dsp_add.c12 union ieee754sp ieee754sp_add(union ieee754sp x, union ieee754sp y) in ieee754sp_add()
H A Ddp_add.c12 union ieee754dp ieee754dp_add(union ieee754dp x, union ieee754dp y) in ieee754dp_add()
H A Dsp_sub.c12 union ieee754sp ieee754sp_sub(union ieee754sp x, union ieee754sp y) in ieee754sp_sub()
H A Ddp_sub.c12 union ieee754dp ieee754dp_sub(union ieee754dp x, union ieee754dp y) in ieee754dp_sub()
H A Dsp_div.c12 union ieee754sp ieee754sp_div(union ieee754sp x, union ieee754sp y) in ieee754sp_div()
H A Ddp_div.c12 union ieee754dp ieee754dp_div(union ieee754dp x, union ieee754dp y) in ieee754dp_div()
/openbmc/qemu/tests/tcg/cris/bare/
H A Dcheck_ret.s13 y: label
/openbmc/qemu/tests/tcg/cris/libc/
H A Dcheck_gcctorture_pr28634.c6 double y = 1; variable
H A Dcheck_gcctorture_pr28634-1.c6 int y = 1; variable
/openbmc/linux/drivers/video/fbdev/
H A Dpxa168fb.h19 #define SPU_DMA_PITCH_Y(y) (y) argument
31 #define CFG_DMA_VLN(y) ((y) << 16) argument
36 #define CFG_DZM_VLN(y) ((y) << 16) argument
48 #define CFG_GRA_OVSA_VLN(y) ((y) << 16) argument
53 #define CFG_GRA_VLN(y) ((y) << 16) argument
58 #define CFG_GZM_VLN(y) ((y) << 16) argument
68 #define CFG_HWC_VLN(y) ((y) << 16) argument
73 #define CFG_V_TOTAL(y) ((y) << 16) argument
78 #define CFG_V_ACTIVE(y) ((y) << 16) argument
117 #define CFG_CKEY_Y(y) ((y) << 8) argument
[all …]
/openbmc/linux/crypto/
H A Dtwofish_generic.c103 u32 x, y; in twofish_encrypt() local
138 u32 x, y; in twofish_decrypt() local
/openbmc/qemu/tests/tcg/hexagon/
H A Dmisc.c263 static int64_t creg_pair(int32_t x, int32_t y) in creg_pair()
274 static int64_t decbin(int64_t x, int64_t y, bool *pred) in decbin()
374 static inline int32_t dpmpyss_rnd_s0(int32_t x, int32_t y) in dpmpyss_rnd_s0()
/openbmc/linux/tools/testing/scatterlist/linux/
H A Dmm.h56 #define __min(t1, t2, min1, min2, x, y) ({ \ argument
67 #define min(x, y) \ argument
72 #define min_t(type, x, y) \ argument
/openbmc/linux/arch/sh/lib/
H A Ddiv64-generic.c11 uint32_t __div64_32(u64 *xp, u32 y) in __div64_32()
/openbmc/linux/arch/x86/kernel/fpu/
H A Dbugs.c12 static double __initdata y = 3145727.0; variable
/openbmc/linux/arch/parisc/kernel/
H A Dasm-offsets.c38 #define align_frame(x,y) (((x)+FRAME_SIZE+(y)-1) - (((x)+(y)-1)%(y))) argument
/openbmc/linux/drivers/misc/echo/
H A Dfir.h93 int32_t y; in fir16() local
136 int32_t y; in fir32() local
/openbmc/linux/tools/perf/util/
H A Dbpf-filter.c18 #define FD(e, x, y) (*(int *)xyarray__entry(e->core.fd, x, y)) argument
90 int i, x, y, fd; in perf_bpf_filter__prepare() local
/openbmc/linux/lib/math/
H A Dprime_numbers.c69 unsigned long y = int_sqrt(x); in slow_is_prime_number() local
111 unsigned long sz, y; in expand_to_next_prime() local
/openbmc/qemu/qobject/
H A Dqnull.c28 bool qnull_is_equal(const QObject *x, const QObject *y) in qnull_is_equal()

12345678910>>...52