Home
last modified time | relevance | path

Searched defs:left (Results 1 – 25 of 319) sorted by relevance

12345678910>>...13

/linux/include/kunit/
H A Dtest.h781 left, \ argument
812 left, \ argument
827 left, \ argument
842 left, \ argument
874 left, \ argument
979 #define KUNIT_EXPECT_EQ(test, left, right) \ argument
982 #define KUNIT_EXPECT_EQ_MSG(test, left, right, fmt, ...) \ argument
1000 #define KUNIT_EXPECT_PTR_EQ(test, left, right) \ argument
1003 #define KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, fmt, ...) \ argument
1021 #define KUNIT_EXPECT_NE(test, left, right) \ argument
[all …]
/linux/tools/perf/util/
H A Dsort.c111 sort__thread_cmp(struct hist_entry *left, struct hist_entry *right) in sort__thread_cmp()
147 sort__tgid_cmp(struct hist_entry *left, struct hist_entry *right) in sort__tgid_cmp()
184 sort__simd_cmp(struct hist_entry *left, struct hist_entry *right) in sort__simd_cmp()
235 sort__comm_cmp(struct hist_entry *left, struct hist_entry *right) in sort__comm_cmp()
241 sort__comm_collapse(struct hist_entry *left, struct hist_entry *right) in sort__comm_collapse()
247 sort__comm_sort(struct hist_entry *left, struct hist_entry *right) in sort__comm_sort()
291 sort__dso_cmp(struct hist_entry *left, struct hist_entry *right) in sort__dso_cmp()
363 sort__sym_cmp(struct hist_entry *left, struct hist_entry *right) in sort__sym_cmp()
384 sort__sym_sort(struct hist_entry *left, struct hist_entry *right) in sort__sym_sort()
463 sort__symoff_cmp(struct hist_entry *left, struct hist_entry *right) in sort__symoff_cmp()
[all …]
/linux/arch/parisc/math-emu/
H A Dhppa.h15 #define Shiftdouble(left,right,amount,dest) \ argument
20 #define Variableshiftdouble(left,right,amount,dest) \ argument
27 #define Variable_shift_double(left,right,amount,dest) \ argument
H A Dsgl_float.h50 #define Sgl_leftshiftby1_withextent(left,right,result) \ argument
53 #define Sgl_rightshiftby1_withextent(left,right,dst) \ argument
226 #define Sgl_subtract_withextension(left,right,extent,result) \ argument
235 #define Sgl_xortointp1(left,right,result) \ argument
238 #define Sgl_xorfromintp1(left,right,result) \ argument
406 #define Sglext_xortointp1(left,right,result) Sgl_xortointp1(left,right,result) argument
407 #define Sglext_xorfromintp1(left,right,result) \ argument
/linux/arch/x86/crypto/
H A Ddes3_ede-asm_64.S92 #define initial_permutation(left, right) \ argument
108 #define final_permutation(left, right) \ argument
161 #define read_block(io, left, right) \ argument
167 #define write_block(io, left, right) \ argument
273 #define initial_permutation3(left, right) \ argument
318 #define final_permutation3(left, right) \ argument
/linux/lib/
H A Dsiphash.c49 const u8 left = len & (sizeof(u64) - 1); in __siphash_aligned() local
82 const u8 left = len & (sizeof(u64) - 1); in __siphash_unaligned() local
250 const u8 left = len & (sizeof(u64) - 1); in __hsiphash_aligned() local
283 const u8 left = len & (sizeof(u64) - 1); in __hsiphash_unaligned() local
412 const u8 left = len & (sizeof(u32) - 1); in __hsiphash_aligned() local
435 const u8 left = len & (sizeof(u32) - 1); in __hsiphash_unaligned() local
/linux/drivers/md/persistent-data/
H A Ddm-btree-remove.c86 static int node_copy(struct btree_node *left, struct btree_node *right, int shift) in node_copy()
192 static int shift(struct btree_node *left, struct btree_node *right, int count) in shift()
240 struct btree_node *left = l->n; in __rebalance2() local
284 struct child left, right; in rebalance2() local
313 struct btree_node *left, struct btree_node *center, struct btree_node *right, in delete_center_node()
353 struct btree_node *left, struct btree_node *center, struct btree_node *right, in redistribute3()
421 struct btree_node *left = l->n; in __rebalance3() local
451 struct child left, center, right; in rebalance3() local
/linux/fs/quota/
H A Dkqid.c13 bool qid_eq(struct kqid left, struct kqid right) in qid_eq()
37 bool qid_lt(struct kqid left, struct kqid right) in qid_lt()
/linux/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-type.h18 s32 left; member
29 s32 left; member
36 s32 left; member
/linux/sound/core/oss/
H A Dmixer_oss.c255 int result = 0, left, right; in snd_mixer_oss_get_volume() local
284 int result = 0, left = volume & 0xff, right = (volume >> 8) & 0xff; in snd_mixer_oss_set_volume() local
518 int *left, int *right) in snd_mixer_oss_get_volume1_vol()
550 int *left, int *right, in snd_mixer_oss_get_volume1_sw()
583 int *left, int *right) in snd_mixer_oss_get_volume1()
610 int left, int right) in snd_mixer_oss_put_volume1_vol()
646 int left, int right, in snd_mixer_oss_put_volume1_sw()
686 int left, int right) in snd_mixer_oss_put_volume1()
738 int left, right; in snd_mixer_oss_get_recsrc1_sw() local
751 int left, right; in snd_mixer_oss_get_recsrc1_route() local
/linux/tools/testing/selftests/hid/tests/
H A Dbase_gamepad.py83 left=(None, None), argument
150 self, *, left=(None, None), right=(None, None), hat_switch=None, buttons=None argument
205 left=(None, None), argument
/linux/tools/perf/
H A Dbuiltin-diff.c550 static int64_t block_cycles_diff_cmp(struct hist_entry *left, in block_cycles_diff_cmp()
566 struct hist_entry *left, struct hist_entry *right) in block_sort()
747 __hist_entry__cmp_compute(struct hist_entry *left, struct hist_entry *right, in __hist_entry__cmp_compute()
787 hist_entry__cmp_compute(struct hist_entry *left, struct hist_entry *right, in hist_entry__cmp_compute()
817 hist_entry__cmp_compute_idx(struct hist_entry *left, struct hist_entry *right, in hist_entry__cmp_compute_idx()
857 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_baseline()
866 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_delta()
875 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_delta_abs()
884 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_ratio()
893 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_wdiff()
[all …]
H A Dbuiltin-c2c.c504 struct hist_entry *left, struct hist_entry *right) in dcacheline_cmp()
562 struct hist_entry *left, struct hist_entry *right) in offset_cmp()
591 struct hist_entry *left, struct hist_entry *right) in iaddr_cmp()
612 struct hist_entry *left, struct hist_entry *right) in tot_hitm_cmp()
720 struct hist_entry *left, struct hist_entry *right) in tot_recs_cmp()
758 struct hist_entry *left, struct hist_entry *right) in tot_loads_cmp()
861 struct hist_entry *left, struct hist_entry *right) in percent_costly_snoop_cmp()
937 struct hist_entry *left, struct hist_entry *right) in percent_rmt_hitm_cmp()
968 struct hist_entry *left, struct hist_entry *right) in percent_lcl_hitm_cmp()
999 struct hist_entry *left, struct hist_entry *right) in percent_lcl_peer_cmp()
[all …]
/linux/tools/lib/perf/
H A Dlib.c13 size_t left = n; in ion() local
43 size_t left = n; in preadn() local
/linux/drivers/misc/cb710/
H A Dsgbuf2.c27 size_t len, left = 4; in sg_dwiter_read_buffer() local
103 size_t len, left = 4; in sg_dwiter_write_slow() local
/linux/include/linux/
H A Dprojid.h36 static inline bool projid_eq(kprojid_t left, kprojid_t right) in projid_eq()
41 static inline bool projid_lt(kprojid_t left, kprojid_t right) in projid_lt()
/linux/security/tomoyo/
H A Dcondition.c299 static bool tomoyo_parse_argv(char *left, char *right, in tomoyo_parse_argv()
318 static bool tomoyo_parse_envp(char *left, char *right, in tomoyo_parse_envp()
512 u8 left = -1; in tomoyo_get_condition() local
800 const u8 left = condp->left; in tomoyo_condition() local
/linux/drivers/soc/samsung/
H A Ds3c-pm-check.c106 unsigned long addr, left; in s3c_pm_makecheck() local
164 unsigned long left; in s3c_pm_runcheck() local
/linux/fs/bcachefs/
H A Dsiphash.c106 size_t left, used; in SipHash_Update() local
150 size_t left, used; in SipHash_End() local
/linux/drivers/input/mouse/
H A Dvsxxxaa.c197 int left, middle, right; in vsxxxaa_handle_REL_packet() local
253 int left, middle, right, touch; in vsxxxaa_handle_ABS_packet() local
305 int left, middle, right; in vsxxxaa_handle_POR_packet() local
/linux/net/tipc/
H A Dcore.h184 static inline int less_eq(u16 left, u16 right) in less_eq()
189 static inline int more(u16 left, u16 right) in more()
194 static inline int less(u16 left, u16 right) in less()
/linux/drivers/video/fbdev/
H A Darcfb.c249 unsigned int left, unsigned int right, unsigned int distance) in arcfb_lcd_update_page()
301 unsigned int bottom, unsigned int left, unsigned int right) in arcfb_lcd_update_vert()
322 static void arcfb_lcd_update_horiz(struct arcfb_par *par, unsigned int left, in arcfb_lcd_update_horiz()
347 unsigned int left, right, distance, y; in arcfb_lcd_update() local
/linux/sound/pci/au88x0/
H A Dau88x0_a3d.c162 static void a3dsrc_SetHrtfOutput(a3dsrc_t * a, short left, short right) in a3dsrc_SetHrtfOutput()
327 static void a3dsrc_SetGainTarget(a3dsrc_t * a, short left, short right) in a3dsrc_SetGainTarget()
335 static void a3dsrc_SetGainCurrent(a3dsrc_t * a, short left, short right) in a3dsrc_SetGainCurrent()
703 static void vortex_a3d_coord2ild(a3d_LRGains_t ild, int left, int right) in vortex_a3d_coord2ild()
/linux/fs/xfs/libxfs/
H A Dxfs_refcount.c488 struct xfs_refcount_irec *left, in xfs_refcount_merge_center_extents()
570 struct xfs_refcount_irec *left, in xfs_refcount_merge_left_extent()
703 struct xfs_refcount_irec *left, in xfs_refcount_find_left_extents()
904 const struct xfs_refcount_irec *left, in xfs_refc_want_merge_center()
950 const struct xfs_refcount_irec *left, in xfs_refc_want_merge_left()
1028 struct xfs_refcount_irec left = {0}, cleft = {0}; in xfs_refcount_merge_extents() local
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcgroup_iter.c59 size_t left; in read_from_cgroup_iter() local
201 size_t left; in test_walk_dead_self_only() local

12345678910>>...13