/openbmc/linux/include/kunit/ |
H A D | test.h | 682 right, \ argument 712 right, \ argument 727 right, \ argument 742 right, \ argument 773 right, \ argument 874 #define KUNIT_EXPECT_EQ(test, left, right) \ argument 877 #define KUNIT_EXPECT_EQ_MSG(test, left, right, fmt, ...) \ argument 895 #define KUNIT_EXPECT_PTR_EQ(test, left, right) \ argument 898 #define KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, fmt, ...) \ argument 916 #define KUNIT_EXPECT_NE(test, left, right) \ argument [all …]
|
/openbmc/linux/include/linux/ |
H A 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()
|
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()
|
/openbmc/linux/tools/perf/util/ |
H A D | sort.c | 109 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() 202 sort__comm_collapse(struct hist_entry *left, struct hist_entry *right) in sort__comm_collapse() 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() 429 sort__srcline_cmp(struct hist_entry *left, struct hist_entry *right) in sort__srcline_cmp() 441 sort__srcline_collapse(struct hist_entry *left, struct hist_entry *right) in sort__srcline_collapse() [all …]
|
/openbmc/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
|
/openbmc/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
|
/openbmc/phosphor-led-manager/manager/ |
H A D | manager.hpp | 42 const phosphor::led::Layout::LedAction& right) in ledComp() 59 const phosphor::led::Layout::LedAction& right) in ledLess() 66 const phosphor::led::Layout::LedAction& right) in ledEqual()
|
/openbmc/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() 241 struct btree_node *right = r->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() 423 struct btree_node *right = r->n; in __rebalance3() local 451 struct child left, center, right; in rebalance3() local
|
/openbmc/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()
|
/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | sync_regs_test.c | 44 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() 77 struct kvm_vcpu_events *right) in compare_vcpu_events()
|
/openbmc/bmcweb/redfish-core/src/ |
H A D | filter_expr_executor.cpp | 199 double right) in doDoubleComparison() 232 int64_t right) in doIntComparison() 257 std::string_view right) in doStringComparison() 287 right = boost::apply_visitor(numeric, x.right); in operator ()() local
|
/openbmc/linux/drivers/video/fbdev/core/ |
H A D | sysfillrect.c | 72 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() 285 int right, r; in sys_fillrect() local
|
H A 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
|
H A D | syscopyarea.c | 33 int left, right; in bitcpy() local 228 int const right = -shift & (bits-1); in bitcpy_rev() local
|
H A D | cfbcopyarea.c | 111 int const right = -shift & (bits - 1); in bitcpy() local 284 int const right = -shift & (bits-1); in bitcpy_rev() local
|
/openbmc/linux/crypto/ |
H A D | ecc.c | 240 int vli_cmp(const u64 *left, const u64 *right, unsigned int ndigits) in vli_cmp() 290 static u64 vli_add(u64 *result, const u64 *left, const u64 *right, in vli_add() 310 static u64 vli_uadd(u64 *result, const u64 *left, u64 right, in vli_uadd() 332 u64 vli_sub(u64 *result, const u64 *left, const u64 *right, in vli_sub() 353 static u64 vli_usub(u64 *result, const u64 *left, u64 right, in vli_usub() 372 static uint128_t mul_64_64(u64 left, u64 right) in mul_64_64() 413 static void vli_mult(u64 *result, const u64 *left, const u64 *right, in vli_mult() 450 static void vli_umult(u64 *result, const u64 *left, u32 right, in vli_umult() 513 static void vli_mod_add(u64 *result, const u64 *left, const u64 *right, in vli_mod_add() 530 static void vli_mod_sub(u64 *result, const u64 *left, const u64 *right, in vli_mod_sub() [all …]
|
/openbmc/linux/sound/core/oss/ |
H A D | mixer_oss.c | 261 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/linux/tools/perf/ |
H A D | builtin-diff.c | 564 struct hist_entry *right) in block_cycles_diff_cmp() 579 struct hist_entry *left, struct hist_entry *right) in block_sort() 760 __hist_entry__cmp_compute(struct hist_entry *left, struct hist_entry *right, in __hist_entry__cmp_compute() 800 hist_entry__cmp_compute(struct hist_entry *left, struct hist_entry *right, in hist_entry__cmp_compute() 830 hist_entry__cmp_compute_idx(struct hist_entry *left, struct hist_entry *right, in hist_entry__cmp_compute_idx() 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() [all …]
|
/openbmc/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() 513 u8 right = -1; in tomoyo_get_condition() local 801 const u8 right = condp->right; in tomoyo_condition() local
|
/openbmc/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
|
/openbmc/linux/tools/testing/selftests/kvm/s390x/ |
H A D | sync_regs_test.c | 52 static void compare_regs(struct kvm_regs *left, struct kvm_sync_regs *right) in compare_regs() 60 static void compare_sregs(struct kvm_sregs *left, struct kvm_sync_regs *right) in compare_sregs()
|
/openbmc/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()
|
/openbmc/telemetry/src/metrics/ |
H A D | collection_function.cpp | 16 [](const auto& left, const auto& right) { in calculate() 42 [](const auto& left, const auto& right) { in calculate()
|
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | device_callouts_test.cpp | 243 bool operator!=(const Callout& left, const Callout& right) in operator !=() 252 const std::vector<Callout>& right) in operator ==()
|
/openbmc/telemetry/tests/src/helpers/ |
H A D | metric_value_helpers.hpp | 13 inline bool operator==(const MetricValue& left, const MetricValue& right) in operator ==()
|