| /Linux-v5.4/include/linux/ | 
| D | uidgid.h | 61 static inline bool uid_eq(kuid_t left, kuid_t right)  in uid_eq()66 static inline bool gid_eq(kgid_t left, kgid_t right)  in gid_eq()
 71 static inline bool uid_gt(kuid_t left, kuid_t right)  in uid_gt()
 76 static inline bool gid_gt(kgid_t left, kgid_t right)  in gid_gt()
 81 static inline bool uid_gte(kuid_t left, kuid_t right)  in uid_gte()
 86 static inline bool gid_gte(kgid_t left, kgid_t right)  in gid_gte()
 91 static inline bool uid_lt(kuid_t left, kuid_t right)  in uid_lt()
 96 static inline bool gid_lt(kgid_t left, kgid_t right)  in gid_lt()
 101 static inline bool uid_lte(kuid_t left, kuid_t right)  in uid_lte()
 106 static inline bool gid_lte(kgid_t left, kgid_t right)  in gid_lte()
 
 | 
| D | projid.h | 36 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-v5.4/drivers/net/wireless/intersil/hostap/ | 
| D | hostap_info.c | 15 				      int left)  in prism2_info_commtallies16()55 				      int left)  in prism2_info_commtallies32()
 95 				    int left)  in prism2_info_commtallies()
 130 				    int left)  in prism2_info_linkstatus()
 254 				    int left)  in prism2_info_scanresults()
 306 					unsigned char *buf, int left)  in prism2_info_hostscanresults()
 372 	int left;  in hostap_info_process()  local
 
 | 
| /Linux-v5.4/arch/parisc/math-emu/ | 
| D | hppa.h | 15 #define Shiftdouble(left,right,amount,dest)			\  argument20 #define Variableshiftdouble(left,right,amount,dest)		\  argument
 27 #define Variable_shift_double(left,right,amount,dest)		\  argument
 
 | 
| /Linux-v5.4/tools/testing/selftests/kvm/x86_64/ | 
| D | sync_regs_test.c | 40 static void compare_regs(struct kvm_regs *left, struct kvm_regs *right)  in compare_regs()68 static void compare_sregs(struct kvm_sregs *left, struct kvm_sregs *right)  in compare_sregs()
 72 static void compare_vcpu_events(struct kvm_vcpu_events *left,  in compare_vcpu_events()
 
 | 
| /Linux-v5.4/tools/perf/util/ | 
| D | sort.c | 92 sort__thread_cmp(struct hist_entry *left, struct hist_entry *right)  in sort__thread_cmp()133 sort__comm_cmp(struct hist_entry *left, struct hist_entry *right)  in sort__comm_cmp()
 139 sort__comm_collapse(struct hist_entry *left, struct hist_entry *right)  in sort__comm_collapse()
 145 sort__comm_sort(struct hist_entry *left, struct hist_entry *right)  in sort__comm_sort()
 189 sort__dso_cmp(struct hist_entry *left, struct hist_entry *right)  in sort__dso_cmp()
 261 sort__sym_cmp(struct hist_entry *left, struct hist_entry *right)  in sort__sym_cmp()
 282 sort__sym_sort(struct hist_entry *left, struct hist_entry *right)  in sort__sym_sort()
 359 sort__srcline_cmp(struct hist_entry *left, struct hist_entry *right)  in sort__srcline_cmp()
 393 sort__srcline_from_cmp(struct hist_entry *left, struct hist_entry *right)  in sort__srcline_from_cmp()
 420 sort__srcline_to_cmp(struct hist_entry *left, struct hist_entry *right)  in sort__srcline_to_cmp()
 [all …]
 
 | 
| /Linux-v5.4/arch/x86/crypto/ | 
| D | des3_ede-asm_64.S | 92 #define initial_permutation(left, right) \  argument108 #define final_permutation(left, right) \  argument
 153 #define read_block(io, left, right) \  argument
 159 #define write_block(io, left, right) \  argument
 265 #define initial_permutation3(left, right) \  argument
 310 #define final_permutation3(left, right) \  argument
 
 | 
| /Linux-v5.4/lib/ | 
| D | siphash.c | 55 	const u8 left = len & (sizeof(u64) - 1);  in __siphash_aligned()  local88 	const u8 left = len & (sizeof(u64) - 1);  in __siphash_unaligned()  local
 256 	const u8 left = len & (sizeof(u64) - 1);  in __hsiphash_aligned()  local
 289 	const u8 left = len & (sizeof(u64) - 1);  in __hsiphash_unaligned()  local
 424 	const u8 left = len & (sizeof(u32) - 1);  in __hsiphash_aligned()  local
 447 	const u8 left = len & (sizeof(u32) - 1);  in __hsiphash_unaligned()  local
 
 | 
| /Linux-v5.4/drivers/md/persistent-data/ | 
| D | dm-btree-remove.c | 82 static void node_copy(struct btree_node *left, struct btree_node *right, int shift)  in node_copy()173 static void shift(struct btree_node *left, struct btree_node *right, int count)  in shift()
 202 	struct btree_node *left = l->n;  in __rebalance2()  local
 236 	struct child left, right;  in rebalance2()  local
 265 			       struct btree_node *left, struct btree_node *center, struct btree_node *right,  in delete_center_node()
 296 			  struct btree_node *left, struct btree_node *center, struct btree_node *right,  in redistribute3()
 344 	struct btree_node *left = l->n;  in __rebalance3()  local
 370 	struct child left, center, right;  in rebalance3()  local
 
 | 
| /Linux-v5.4/fs/quota/ | 
| D | kqid.c | 13 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-v5.4/net/ceph/ | 
| D | pagevec.c | 67 	int left = len;  in ceph_copy_user_to_page_vector()  local93 	size_t left = len;  in ceph_copy_to_page_vector()  local
 116 	size_t left = len;  in ceph_copy_from_page_vector()  local
 
 | 
| /Linux-v5.4/crypto/ | 
| D | ecc.c | 204 int vli_cmp(const u64 *left, const u64 *right, unsigned int ndigits)  in vli_cmp()254 static u64 vli_add(u64 *result, const u64 *left, const u64 *right,  in vli_add()
 274 static u64 vli_uadd(u64 *result, const u64 *left, u64 right,  in vli_uadd()
 296 u64 vli_sub(u64 *result, const u64 *left, const u64 *right,  in vli_sub()
 317 static u64 vli_usub(u64 *result, const u64 *left, u64 right,  in vli_usub()
 336 static uint128_t mul_64_64(u64 left, u64 right)  in mul_64_64()
 377 static void vli_mult(u64 *result, const u64 *left, const u64 *right,  in vli_mult()
 414 static void vli_umult(u64 *result, const u64 *left, u32 right,  in vli_umult()
 435 static void vli_square(u64 *result, const u64 *left, unsigned int ndigits)  in vli_square()
 477 static void vli_mod_add(u64 *result, const u64 *left, const u64 *right,  in vli_mod_add()
 [all …]
 
 | 
| /Linux-v5.4/arch/hexagon/include/asm/ | 
| D | uaccess.h | 83 		long left = raw_copy_from_user(dst, src, n);  in hexagon_strncpy_from_user()  local88 		long left = raw_copy_from_user(dst, src, res);  in hexagon_strncpy_from_user()  local
 
 | 
| /Linux-v5.4/drivers/video/fbdev/core/ | 
| D | sysfillrect.c | 82 		  unsigned long pat, int left, int right, unsigned n, int bits)  in bitfill_unaligned()192 		      unsigned long pat, int left, int right, unsigned n,  in bitfill_unaligned_rev()
 250 	int dst_idx, left;  in sys_fillrect()  local
 
 | 
| D | cfbfillrect.c | 93 		  unsigned long pat, int left, int right, unsigned n, int bits)  in bitfill_unaligned()218 		      int dst_idx, unsigned long pat, int left, int right,  in bitfill_unaligned_rev()
 285 	int dst_idx, left;  in cfb_fillrect()  local
 
 | 
| D | syscopyarea.c | 33 	int left, right;  in bitcpy()  local227 		int const left = shift & (bits-1);  in bitcpy_rev()  local
 
 | 
| /Linux-v5.4/tools/testing/selftests/kvm/s390x/ | 
| D | sync_regs_test.c | 42 static void compare_regs(struct kvm_regs *left, struct kvm_sync_regs *right)  in compare_regs()50 static void compare_sregs(struct kvm_sregs *left, struct kvm_sync_regs *right)  in compare_sregs()
 
 | 
| /Linux-v5.4/tools/perf/ | 
| D | builtin-diff.c | 534 			 struct hist_entry *left, struct hist_entry *right)  in block_cmp()568 static int64_t block_cycles_diff_cmp(struct hist_entry *left,  in block_cycles_diff_cmp()
 584 			  struct hist_entry *left, struct hist_entry *right)  in block_sort()
 800 __hist_entry__cmp_compute(struct hist_entry *left, struct hist_entry *right,  in __hist_entry__cmp_compute()
 840 hist_entry__cmp_compute(struct hist_entry *left, struct hist_entry *right,  in hist_entry__cmp_compute()
 870 hist_entry__cmp_compute_idx(struct hist_entry *left, struct hist_entry *right,  in hist_entry__cmp_compute_idx()
 910 			 struct hist_entry *left, struct hist_entry *right)  in hist_entry__cmp_baseline()
 919 		      struct hist_entry *left, struct hist_entry *right)  in hist_entry__cmp_delta()
 928 		      struct hist_entry *left, struct hist_entry *right)  in hist_entry__cmp_delta_abs()
 937 		      struct hist_entry *left, struct hist_entry *right)  in hist_entry__cmp_ratio()
 [all …]
 
 | 
| /Linux-v5.4/sound/soc/codecs/ | 
| D | cros_ec_codec.c | 226 			   u8 *left, u8 *right)  in get_ec_mic_gain()249 	u8 left, right;  in mic_gain_get()  local
 263 			   u8 left, u8 right)  in set_ec_mic_gain()
 284 	int left = ucontrol->value.integer.value[0];  in mic_gain_put()  local
 
 | 
| /Linux-v5.4/drivers/misc/cb710/ | 
| D | sgbuf2.c | 27 	size_t len, left = 4;  in sg_dwiter_read_buffer()  local103 	size_t len, left = 4;  in sg_dwiter_write_slow()  local
 
 | 
| /Linux-v5.4/drivers/firmware/efi/libstub/ | 
| D | arm-stub.c | 293 	const efi_memory_desc_t *left = l, *right = r;  in cmp_mem_desc()  local302 static bool regions_are_adjacent(efi_memory_desc_t *left,  in regions_are_adjacent()
 319 static bool regions_have_compatible_memory_type_attrs(efi_memory_desc_t *left,  in regions_have_compatible_memory_type_attrs()
 
 | 
| /Linux-v5.4/sound/core/oss/ | 
| D | mixer_oss.c | 249 	int result = 0, left, right;  in snd_mixer_oss_get_volume()  local277 	int result = 0, left = volume & 0xff, right = (volume >> 8) & 0xff;  in snd_mixer_oss_set_volume()  local
 510 					  int *left, int *right)  in snd_mixer_oss_get_volume1_vol()
 547 					 int *left, int *right,  in snd_mixer_oss_get_volume1_sw()
 585 				     int *left, int *right)  in snd_mixer_oss_get_volume1()
 612 					  int left, int right)  in snd_mixer_oss_put_volume1_vol()
 652 					 int left, int right,  in snd_mixer_oss_put_volume1_sw()
 696 				     int left, int right)  in snd_mixer_oss_put_volume1()
 748 	int left, right;  in snd_mixer_oss_get_recsrc1_sw()  local
 761 	int left, right;  in snd_mixer_oss_get_recsrc1_route()  local
 
 | 
| /Linux-v5.4/arch/arm/plat-samsung/ | 
| D | pm-check.c | 106 	unsigned long addr, left;  in s3c_pm_makecheck()  local164 	unsigned long left;  in s3c_pm_runcheck()  local
 
 | 
| /Linux-v5.4/net/tipc/ | 
| D | core.h | 174 static inline int less_eq(u16 left, u16 right)  in less_eq()179 static inline int more(u16 left, u16 right)  in more()
 184 static inline int less(u16 left, u16 right)  in less()
 
 | 
| /Linux-v5.4/security/tomoyo/ | 
| D | condition.c | 299 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
 
 |