Home
last modified time | relevance | path

Searched defs:y (Results 176 – 200 of 1296) sorted by relevance

12345678910>>...52

/openbmc/linux/scripts/gcc-plugins/
H A Dgcc-generate-gimple-pass.h24 #define _GCC_PLUGIN_CONCAT2(x, y) x ## y argument
25 #define _GCC_PLUGIN_CONCAT3(x, y, z) x ## y ## z argument
H A Dgcc-generate-rtl-pass.h24 #define _GCC_PLUGIN_CONCAT2(x, y) x ## y argument
25 #define _GCC_PLUGIN_CONCAT3(x, y, z) x ## y ## z argument
/openbmc/linux/arch/alpha/kernel/
H A Dmachvec_impl.h42 #define CAT1(x,y) x##y argument
43 #define CAT(x,y) CAT1(x,y) argument
/openbmc/linux/drivers/iio/imu/inv_icm42600/
H A Dinv_icm42600_buffer.h48 __be16 y; member
61 int16_t x, y, z; in inv_icm42600_fifo_is_data_valid() local
/openbmc/qemu/tests/tcg/cris/bare/
H A Dcheck_clrjmp1.s35 y: label
H A Dcheck_movemrv32.s8 y: label
/openbmc/u-boot/cmd/
H A Dbmp.c114 int x = 0, y = 0; in do_bmp_display() local
233 int bmp_display(ulong addr, int x, int y) in bmp_display()
/openbmc/linux/drivers/staging/fbtft/
H A Dfb_agm1264k-fl.c227 int xs, int xe, int y) in construct_line_bitmap()
246 int y, signed short *convert_buf, in iterate_diffusion_matrix()
282 int x, y; in write_vmem() local
/openbmc/linux/fs/ext4/
H A Dhash.c34 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument
35 #define G(x, y, z) (((x) & (y)) + (((x) ^ (y)) & (z))) argument
36 #define H(x, y, z) ((x) ^ (y) ^ (z)) argument
/openbmc/linux/drivers/media/usb/go7007/
H A Dgo7007-driver.c326 int fw_len, rv = 0, i, x, y; in go7007_start_encoder() local
418 unsigned x, y; in go7007_motion_regions() local
481 int x, y, i, stride = ((go->width >> 4) + 7) >> 3; in write_bitmap_word() local
/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_bl.c97 int y = sg_nctr; in __qat_bl_sgl_to_bufl() local
152 int y = sg_nctr; in __qat_bl_sgl_to_bufl() local
288 int y = sg_nctr; in qat_bl_sgl_map() local
/openbmc/linux/arch/sparc/lib/
H A Dcopy_user.S31 #define EX(x,y,a,b) \ argument
39 #define EX2(x,y,c,d,e,a,b) \ argument
48 #define EXO2(x,y) \ argument
H A DNG2memcpy.S37 #define EX_LD(x,y) x argument
40 #define EX_LD_FP(x,y) x argument
44 #define EX_ST(x,y) x argument
47 #define EX_ST_FP(x,y) x argument
H A DNGmemcpy.S31 #define EX_LD(x,y) x argument
35 #define EX_ST(x,y) x argument
/openbmc/qemu/ui/
H A Degl-headless.c30 int x, int y, int w, int h) in egl_gfx_update()
63 uint32_t x, uint32_t y, in egl_scanout_texture()
143 uint32_t x, uint32_t y, in egl_scanout_flush()
/openbmc/linux/arch/x86/math-emu/
H A Dfpu_emu.h170 static inline void reg_copy(FPU_REG const *x, FPU_REG *y) in reg_copy()
177 #define setexponentpos(x,y) { (*(short *)&((x)->exp)) = \ argument
180 #define setexponent16(x,y) { (*(short *)&((x)->exp)) = (u16)(y); } argument
181 #define addexponent(x,y) { (*(short *)&((x)->exp)) += (y); } argument
H A Dreg_add_sub.c103 FPU_REG x, y; in FPU_add() local
234 FPU_REG x, y; in FPU_sub() local
/openbmc/ipmitool/src/plugins/lan/
H A Dmd5.c202 #define F(x, y, z) (((x) & (y)) | (~(x) & (z))) in md5_process() argument
228 #define G(x, y, z) (((x) & (z)) | ((y) & ~(z))) in md5_process() argument
254 #define H(x, y, z) ((x) ^ (y) ^ (z)) in md5_process() argument
280 #define I(x, y, z) ((y) ^ ((x) | ~(z))) in md5_process() argument
/openbmc/linux/fs/jfs/
H A Djfs_debug.h102 #define HIGHWATERMARK(x,y) ((x) = max((x), (y))) argument
106 #define HIGHWATERMARK(x,y) argument
/openbmc/linux/net/netfilter/
H A Dxt_policy.c38 #define MATCH_ADDR(x,y,z) (!e->match.x || \ in match_xfrm_state() argument
41 #define MATCH(x,y) (!e->match.x || ((e->x == (y)) ^ e->invert.x)) in match_xfrm_state() argument
/openbmc/linux/drivers/video/fbdev/core/
H A Dfbcon_rotate.h23 static inline int pattern_test_bit(u32 x, u32 y, u32 pitch, const char *pat) in pattern_test_bit()
31 static inline void pattern_set_bit(u32 x, u32 y, u32 pitch, char *pat) in pattern_set_bit()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbtf__core_reloc_size___err_ambiguous.c4 struct core_reloc_size___err_ambiguous2 y) {} in f()
/openbmc/linux/drivers/gpu/drm/i915/selftests/
H A Di915_perf_selftests.h4 #define selftest(x, y) argument
H A Di915_live_selftests.h4 #define selftest(x, y) argument
H A Di915_mock_selftests.h4 #define selftest(x, y) argument

12345678910>>...52