| /linux/include/kunit/ |
| H A D | test.h | 833 left, \ argument 864 left, \ argument 879 left, \ argument 894 left, \ argument 927 left, \ argument 1032 #define KUNIT_EXPECT_EQ(test, left, right) \ argument 1035 #define KUNIT_EXPECT_EQ_MSG(test, left, right, fmt, ...) \ argument 1053 #define KUNIT_EXPECT_PTR_EQ(test, left, right) \ argument 1056 #define KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, fmt, ...) \ argument 1074 #define KUNIT_EXPECT_NE(test, left, right) \ argument [all …]
|
| /linux/include/linux/ |
| H A D | uidgid.h | 53 static inline bool uid_eq(kuid_t left, kuid_t right) in uid_eq() 58 static inline bool gid_eq(kgid_t left, kgid_t right) in gid_eq() 63 static inline bool uid_gt(kuid_t left, kuid_t right) in uid_gt() 68 static inline bool gid_gt(kgid_t left, kgid_t right) in gid_gt() 73 static inline bool uid_gte(kuid_t left, kuid_t right) in uid_gte() 78 static inline bool gid_gte(kgid_t left, kgid_t right) in gid_gte() 83 static inline bool uid_lt(kuid_t left, kuid_t right) in uid_lt() 88 static inline bool gid_lt(kgid_t left, kgid_t right) in gid_lt() 93 static inline bool uid_lte(kuid_t left, kuid_t right) in uid_lte() 98 static inline bool gid_lte(kgid_t left, kgid_t right) in gid_lte()
|
| H A 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()
|
| H A D | instrumented.h | 162 unsigned long n, unsigned long left) in instrument_copy_from_user_after() 197 unsigned long left) in instrument_memcpy_after()
|
| /linux/tools/perf/util/ |
| H A D | sort.c | 111 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 D | hppa.h | 15 #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
|
| /linux/arch/x86/crypto/ |
| H A D | des3_ede-asm_64.S | 92 #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 D | siphash.c | 49 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 D | dm-btree-remove.c | 86 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/crypto/ |
| H A D | ecc.c | 233 int vli_cmp(const u64 *left, const u64 *right, unsigned int ndigits) in vli_cmp() 283 static u64 vli_add(u64 *result, const u64 *left, const u64 *right, in vli_add() 303 static u64 vli_uadd(u64 *result, const u64 *left, u64 right, in vli_uadd() 325 u64 vli_sub(u64 *result, const u64 *left, const u64 *right, in vli_sub() 346 static u64 vli_usub(u64 *result, const u64 *left, u64 right, in vli_usub() 365 static uint128_t mul_64_64(u64 left, u64 right) in mul_64_64() 406 static void vli_mult(u64 *result, const u64 *left, const u64 *right, in vli_mult() 443 static void vli_umult(u64 *result, const u64 *left, u32 right, in vli_umult() 464 static void vli_square(u64 *result, const u64 *left, unsigned int ndigits) in vli_square() 506 static void vli_mod_add(u64 *result, const u64 *left, const u64 *right, in vli_mod_add() [all …]
|
| /linux/fs/quota/ |
| H A 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/drivers/media/platform/mediatek/mdp3/ |
| H A D | mtk-mdp3-type.h | 18 s32 left; member 29 s32 left; member 36 s32 left; member
|
| /linux/sound/core/oss/ |
| H A D | mixer_oss.c | 255 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() 553 int *left, int *right, in snd_mixer_oss_get_volume1_sw() 589 int *left, int *right) in snd_mixer_oss_get_volume1() 616 int left, int right) in snd_mixer_oss_put_volume1_vol() 655 int left, int right, in snd_mixer_oss_put_volume1_sw() 698 int left, int right) in snd_mixer_oss_put_volume1() 750 int left, right; in snd_mixer_oss_get_recsrc1_sw() local 763 int left, right; in snd_mixer_oss_get_recsrc1_route() local
|
| /linux/tools/testing/selftests/hid/tests/ |
| H A D | base_gamepad.py | 83 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/lib/perf/ |
| H A D | lib.c | 13 size_t left = n; in ion() local 43 size_t left = n; in preadn() local
|
| /linux/tools/perf/ |
| H A D | builtin-diff.c | 548 static int64_t block_cycles_diff_cmp(struct hist_entry *left, in block_cycles_diff_cmp() 564 struct hist_entry *left, struct hist_entry *right) in block_sort() 745 __hist_entry__cmp_compute(struct hist_entry *left, struct hist_entry *right, in __hist_entry__cmp_compute() 785 hist_entry__cmp_compute(struct hist_entry *left, struct hist_entry *right, in hist_entry__cmp_compute() 815 hist_entry__cmp_compute_idx(struct hist_entry *left, struct hist_entry *right, in hist_entry__cmp_compute_idx() 855 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_baseline() 864 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_delta() 873 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_delta_abs() 882 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_ratio() 891 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_wdiff() [all …]
|
| /linux/drivers/misc/cb710/ |
| H A D | sgbuf2.c | 27 size_t len, left = 4; in sg_dwiter_read_buffer() local 103 size_t len, left = 4; in sg_dwiter_write_slow() local
|
| /linux/security/tomoyo/ |
| H A 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
|
| /linux/drivers/soc/samsung/ |
| H A D | s3c-pm-check.c | 106 unsigned long addr, left; in s3c_pm_makecheck() local 164 unsigned long left; in s3c_pm_runcheck() local
|
| /linux/drivers/net/ethernet/ti/icssm/ |
| H A D | icssm_prueth_switch.c | 379 u16 left, u16 right) in icssm_prueth_sw_fdb_move_range_left() 393 u16 left, u16 right) in icssm_prueth_sw_fdb_move_range_right() 407 u16 left, u16 right) in icssm_prueth_sw_fdb_update_index_tbl() 442 s16 empty_slot_idx = 0, left = 0, right = 0; in icssm_prueth_sw_find_free_mac() local 637 s16 ret, left, right; in icssm_prueth_sw_delete_fdb_entry() local
|
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | sync_regs_test.c | 45 static void compare_regs(struct kvm_regs *left, struct kvm_regs *right) in compare_regs() 73 static void compare_sregs(struct kvm_sregs *left, struct kvm_sregs *right) in compare_sregs() 77 static void compare_vcpu_events(struct kvm_vcpu_events *left, in compare_vcpu_events()
|
| /linux/drivers/input/mouse/ |
| H A D | vsxxxaa.c | 197 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 D | core.h | 185 static inline int less_eq(u16 left, u16 right) in less_eq() 190 static inline int more(u16 left, u16 right) in more() 195 static inline int less(u16 left, u16 right) in less()
|
| /linux/arch/powerpc/perf/ |
| H A D | core-fsl-emb.c | 310 s64 left = local64_read(&event->hw.period_left); in fsl_emb_pmu_add() local 378 s64 left; in fsl_emb_pmu_start() local 594 s64 prev, delta, left; in record_and_restart() local
|
| /linux/tools/testing/selftests/kvm/s390/ |
| H A D | sync_regs_test.c | 50 static void compare_regs(struct kvm_regs *left, struct kvm_sync_regs *right) in compare_regs() 58 static void compare_sregs(struct kvm_sregs *left, struct kvm_sync_regs *right) in compare_sregs()
|