Home
last modified time | relevance | path

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

12345678910>>...20

/openbmc/linux/include/kunit/
H A Dtest.h680 left, \ argument
710 left, \ argument
725 left, \ argument
740 left, \ argument
771 left, \ argument
874 #define KUNIT_EXPECT_EQ(test, left, right) \ argument
916 #define KUNIT_EXPECT_NE(test, left, right) \ argument
958 #define KUNIT_EXPECT_LT(test, left, right) \ argument
979 #define KUNIT_EXPECT_LE(test, left, right) \ argument
1000 #define KUNIT_EXPECT_GT(test, left, right) \ argument
[all …]
/openbmc/linux/include/linux/
H A Duidgid.h61 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()
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()
/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A Dhostap_info.c15 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
/openbmc/linux/tools/perf/util/
H A Dsort.c109 sort__thread_cmp(struct hist_entry *left, struct hist_entry *right) in sort__thread_cmp()
145 sort__simd_cmp(struct hist_entry *left, struct hist_entry *right) in sort__simd_cmp()
196 sort__comm_cmp(struct hist_entry *left, struct hist_entry *right) in sort__comm_cmp()
208 sort__comm_sort(struct hist_entry *left, struct hist_entry *right) in sort__comm_sort()
252 sort__dso_cmp(struct hist_entry *left, struct hist_entry *right) in sort__dso_cmp()
324 sort__sym_cmp(struct hist_entry *left, struct hist_entry *right) in sort__sym_cmp()
345 sort__sym_sort(struct hist_entry *left, struct hist_entry *right) in sort__sym_sort()
733 sort__cpu_cmp(struct hist_entry *left, struct hist_entry *right) in sort__cpu_cmp()
859 sort__time_cmp(struct hist_entry *left, struct hist_entry *right) in sort__time_cmp()
1420 sort__tlb_cmp(struct hist_entry *left, struct hist_entry *right) in sort__tlb_cmp()
[all …]
/openbmc/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
/openbmc/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
/openbmc/phosphor-led-manager/manager/
H A Dmanager.hpp37 static bool ledComp(const phosphor::led::Layout::LedAction& left, in ledComp()
61 static bool ledLess(const phosphor::led::Layout::LedAction& left, in ledLess()
68 static bool ledEqual(const phosphor::led::Layout::LedAction& left, in ledEqual()
/openbmc/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
/openbmc/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
/openbmc/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()
/openbmc/linux/net/ceph/
H A Dpagevec.c67 int left = len; in ceph_copy_user_to_page_vector() local
93 size_t left = len; in ceph_copy_to_page_vector() local
116 size_t left = len; in ceph_copy_from_page_vector() local
/openbmc/linux/crypto/
H A Decc.c218 int vli_cmp(const u64 *left, const u64 *right, unsigned int ndigits) in vli_cmp()
268 static u64 vli_add(u64 *result, const u64 *left, const u64 *right, in vli_add()
288 static u64 vli_uadd(u64 *result, const u64 *left, u64 right, in vli_uadd()
310 u64 vli_sub(u64 *result, const u64 *left, const u64 *right, in vli_sub()
331 static u64 vli_usub(u64 *result, const u64 *left, u64 right, in vli_usub()
350 static uint128_t mul_64_64(u64 left, u64 right) in mul_64_64()
391 static void vli_mult(u64 *result, const u64 *left, const u64 *right, in vli_mult()
428 static void vli_umult(u64 *result, const u64 *left, u32 right, in vli_umult()
491 static void vli_mod_add(u64 *result, const u64 *left, const u64 *right, in vli_mod_add()
508 static void vli_mod_sub(u64 *result, const u64 *left, const u64 *right, in vli_mod_sub()
[all …]
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dsync_regs_test.c44 static void compare_regs(struct kvm_regs *left, struct kvm_regs *right) in compare_regs()
72 static void compare_sregs(struct kvm_sregs *left, struct kvm_sregs *right) in compare_sregs()
76 static void compare_vcpu_events(struct kvm_vcpu_events *left, in compare_vcpu_events()
/openbmc/linux/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-type.h18 s32 left; member
29 s32 left; member
36 s32 left; member
/openbmc/linux/drivers/video/fbdev/core/
H A Dsysfillrect.c72 unsigned long pat, int left, int right, unsigned n, int bits) in bitfill_unaligned()
182 unsigned long pat, int left, int right, unsigned n, in bitfill_unaligned_rev()
240 int dst_idx, left; in sys_fillrect() local
H A Dcfbfillrect.c93 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
H A Dsyscopyarea.c33 int left, right; in bitcpy() local
227 int const left = shift & (bits-1); in bitcpy_rev() local
/openbmc/linux/tools/lib/perf/
H A Dlib.c13 size_t left = n; in ion() local
43 size_t left = n; in preadn() local
/openbmc/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
/openbmc/linux/sound/core/oss/
H A Dmixer_oss.c261 int result = 0, left, right; in snd_mixer_oss_get_volume() local
296 int result = 0, left = volume & 0xff, right = (volume >> 8) & 0xff; in snd_mixer_oss_set_volume() local
533 int *left, int *right) in snd_mixer_oss_get_volume1_vol()
571 int *left, int *right, in snd_mixer_oss_get_volume1_sw()
610 int *left, int *right) in snd_mixer_oss_get_volume1()
637 int left, int right) in snd_mixer_oss_put_volume1_vol()
679 int left, int right, in snd_mixer_oss_put_volume1_sw()
725 int left, int right) in snd_mixer_oss_put_volume1()
777 int left, right; in snd_mixer_oss_get_recsrc1_sw() local
790 int left, right; in snd_mixer_oss_get_recsrc1_route() local
/openbmc/qemu/scripts/
H A Dmeson-buildoptions.py94 def wrap(left, text, indent): argument
110 def help_line(left, opt, indent, long): argument
/openbmc/linux/tools/perf/
H A Dbuiltin-diff.c563 static int64_t block_cycles_diff_cmp(struct hist_entry *left, in block_cycles_diff_cmp()
579 struct hist_entry *left, struct hist_entry *right) in block_sort()
870 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_baseline()
879 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_delta()
888 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_delta_abs()
897 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_ratio()
906 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_wdiff()
915 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_delta_idx()
923 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_delta_abs_idx()
931 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_ratio_idx()
[all …]
/openbmc/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
/openbmc/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

12345678910>>...20