/Linux-v4.19/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-v4.19/arch/parisc/math-emu/ |
D | hppa.h | 28 #define Shiftdouble(left,right,amount,dest) \ argument 33 #define Variableshiftdouble(left,right,amount,dest) \ argument 40 #define Variable_shift_double(left,right,amount,dest) \ argument
|
D | sfcmp.c | 55 register unsigned int left, right; in sgl_fcmp() local
|
D | sgl_float.h | 63 #define Sgl_leftshiftby1_withextent(left,right,result) \ argument 66 #define Sgl_rightshiftby1_withextent(left,right,dst) \ argument 239 #define Sgl_subtract_withextension(left,right,extent,result) \ argument 248 #define Sgl_xortointp1(left,right,result) \ argument 251 #define Sgl_xorfromintp1(left,right,result) \ argument 419 #define Sglext_xortointp1(left,right,result) Sgl_xortointp1(left,right,result) argument 420 #define Sglext_xorfromintp1(left,right,result) \ argument
|
D | sfadd.c | 55 register unsigned int left, right, result, extent; in sgl_fadd() local
|
/Linux-v4.19/tools/perf/util/ |
D | sort.c | 79 sort__thread_cmp(struct hist_entry *left, struct hist_entry *right) in sort__thread_cmp() 120 sort__comm_cmp(struct hist_entry *left, struct hist_entry *right) in sort__comm_cmp() 126 sort__comm_collapse(struct hist_entry *left, struct hist_entry *right) in sort__comm_collapse() 132 sort__comm_sort(struct hist_entry *left, struct hist_entry *right) in sort__comm_sort() 176 sort__dso_cmp(struct hist_entry *left, struct hist_entry *right) in sort__dso_cmp() 242 sort__sym_cmp(struct hist_entry *left, struct hist_entry *right) in sort__sym_cmp() 263 sort__sym_sort(struct hist_entry *left, struct hist_entry *right) in sort__sym_sort() 340 sort__srcline_cmp(struct hist_entry *left, struct hist_entry *right) in sort__srcline_cmp() 374 sort__srcline_from_cmp(struct hist_entry *left, struct hist_entry *right) in sort__srcline_from_cmp() 401 sort__srcline_to_cmp(struct hist_entry *left, struct hist_entry *right) in sort__srcline_to_cmp() [all …]
|
/Linux-v4.19/tools/testing/selftests/kvm/ |
D | sync_regs_test.c | 34 static void compare_regs(struct kvm_regs *left, struct kvm_regs *right) in compare_regs() 62 static void compare_sregs(struct kvm_sregs *left, struct kvm_sregs *right) in compare_sregs() 67 struct kvm_vcpu_events *right) in compare_vcpu_events()
|
/Linux-v4.19/arch/x86/crypto/ |
D | des3_ede-asm_64.S | 101 #define initial_permutation(left, right) \ argument 117 #define final_permutation(left, right) \ argument 162 #define read_block(io, left, right) \ argument 168 #define write_block(io, left, right) \ argument 274 #define initial_permutation3(left, right) \ argument 319 #define final_permutation3(left, right) \ argument
|
/Linux-v4.19/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() 203 struct btree_node *right = r->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() 346 struct btree_node *right = r->n; in __rebalance3() local 370 struct child left, center, right; in rebalance3() local
|
/Linux-v4.19/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-v4.19/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() 295 int right, r; 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() 332 int right, r; in cfb_fillrect() local
|
D | syscopyarea.c | 33 int left, right; in bitcpy() local 228 int const right = -shift & (bits-1); in bitcpy_rev() local
|
D | cfbcopyarea.c | 111 int const right = -shift & (bits - 1); in bitcpy() local 284 int const right = -shift & (bits-1); in bitcpy_rev() local
|
/Linux-v4.19/tools/perf/ |
D | builtin-diff.c | 505 __hist_entry__cmp_compute(struct hist_entry *left, struct hist_entry *right, in __hist_entry__cmp_compute() 545 hist_entry__cmp_compute(struct hist_entry *left, struct hist_entry *right, in hist_entry__cmp_compute() 575 hist_entry__cmp_compute_idx(struct hist_entry *left, struct hist_entry *right, in hist_entry__cmp_compute_idx() 615 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_baseline() 624 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_delta() 633 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_delta_abs() 642 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_ratio() 651 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_wdiff() 660 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_delta_idx() 668 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_delta_abs_idx() [all …]
|
/Linux-v4.19/drivers/firmware/efi/libstub/ |
D | arm-stub.c | 269 const efi_memory_desc_t *left = l, *right = r; in cmp_mem_desc() local 279 efi_memory_desc_t *right) in regions_are_adjacent() 296 efi_memory_desc_t *right) in regions_have_compatible_memory_type_attrs()
|
/Linux-v4.19/sound/core/oss/ |
D | mixer_oss.c | 264 int result = 0, left, right; in snd_mixer_oss_get_volume() local 292 int result = 0, left = volume & 0xff, right = (volume >> 8) & 0xff; in snd_mixer_oss_set_volume() local 525 int *left, int *right) in snd_mixer_oss_get_volume1_vol() 562 int *left, int *right, in snd_mixer_oss_get_volume1_sw() 600 int *left, int *right) in snd_mixer_oss_get_volume1() 627 int left, int right) in snd_mixer_oss_put_volume1_vol() 667 int left, int right, in snd_mixer_oss_put_volume1_sw() 711 int left, int right) in snd_mixer_oss_put_volume1() 763 int left, right; in snd_mixer_oss_get_recsrc1_sw() local 776 int left, right; in snd_mixer_oss_get_recsrc1_route() local
|
/Linux-v4.19/crypto/ |
D | ecc.c | 174 static int vli_cmp(const u64 *left, const u64 *right, unsigned int ndigits) in vli_cmp() 223 static u64 vli_add(u64 *result, const u64 *left, const u64 *right, in vli_add() 243 static u64 vli_sub(u64 *result, const u64 *left, const u64 *right, in vli_sub() 262 static uint128_t mul_64_64(u64 left, u64 right) in mul_64_64() 297 static void vli_mult(u64 *result, const u64 *left, const u64 *right, in vli_mult() 375 static void vli_mod_add(u64 *result, const u64 *left, const u64 *right, in vli_mod_add() 392 static void vli_mod_sub(u64 *result, const u64 *left, const u64 *right, in vli_mod_sub() 536 static void vli_mod_mult_fast(u64 *result, const u64 *left, const u64 *right, in vli_mod_mult_fast()
|
/Linux-v4.19/net/tipc/ |
D | core.h | 162 static inline int less_eq(u16 left, u16 right) in less_eq() 167 static inline int more(u16 left, u16 right) in more() 172 static inline int less(u16 left, u16 right) in less()
|
/Linux-v4.19/security/tomoyo/ |
D | condition.c | 288 static bool tomoyo_parse_argv(char *left, char *right, in tomoyo_parse_argv() 307 static bool tomoyo_parse_envp(char *left, char *right, in tomoyo_parse_envp() 496 u8 right = -1; in tomoyo_get_condition() local 780 const u8 right = condp->right; in tomoyo_condition() local
|
/Linux-v4.19/drivers/input/mouse/ |
D | vsxxxaa.c | 212 int left, middle, right; in vsxxxaa_handle_REL_packet() local 268 int left, middle, right, touch; in vsxxxaa_handle_ABS_packet() local 320 int left, middle, right; in vsxxxaa_handle_POR_packet() local
|
/Linux-v4.19/drivers/usb/core/ |
D | port.c | 296 static int link_peers(struct usb_port *left, struct usb_port *right) in link_peers() 365 static void link_peers_report(struct usb_port *left, struct usb_port *right) in link_peers_report() 380 static void unlink_peers(struct usb_port *left, struct usb_port *right) in unlink_peers()
|
/Linux-v4.19/sound/pci/au88x0/ |
D | au88x0_a3d.c | 174 static void a3dsrc_SetHrtfOutput(a3dsrc_t * a, short left, short right) in a3dsrc_SetHrtfOutput() 339 static void a3dsrc_SetGainTarget(a3dsrc_t * a, short left, short right) in a3dsrc_SetGainTarget() 347 static void a3dsrc_SetGainCurrent(a3dsrc_t * a, short left, short right) in a3dsrc_SetGainCurrent() 715 static void vortex_a3d_coord2ild(a3d_LRGains_t ild, int left, int right) in vortex_a3d_coord2ild()
|
/Linux-v4.19/drivers/video/fbdev/ |
D | arcfb.c | 248 unsigned int left, unsigned int right, unsigned int distance) in arcfb_lcd_update_page() 300 unsigned int bottom, unsigned int left, unsigned int right) in arcfb_lcd_update_vert() 322 unsigned int right, unsigned int top, unsigned int h) in arcfb_lcd_update_horiz() 346 unsigned int left, right, distance, y; in arcfb_lcd_update() local
|