/linux/lib/ |
H A D | ubsan.c | 241 static void handle_overflow(struct overflow_data *data, void *lhs, in handle_overflow() 268 void *lhs, void *rhs) in __ubsan_handle_add_overflow() 276 void *lhs, void *rhs) in __ubsan_handle_sub_overflow() 283 void *lhs, void *rhs) in __ubsan_handle_mul_overflow() 333 void __ubsan_handle_divrem_overflow(void *_data, void *lhs, void *rhs) in __ubsan_handle_divrem_overflow() 459 void __ubsan_handle_shift_out_of_bounds(void *_data, void *lhs, void *rhs) in __ubsan_handle_shift_out_of_bounds()
|
/linux/arch/arm64/kvm/hyp/nvhe/ |
H A D | gen-hyprel.c | 180 #define assert_op(lhs, rhs, fmt, op) \ argument 192 #define assert_eq(lhs, rhs, fmt) assert_op(lhs, rhs, fmt, ==) argument 193 #define assert_ne(lhs, rhs, fmt) assert_op(lhs, rhs, fmt, !=) argument 194 #define assert_lt(lhs, rhs, fmt) assert_op(lhs, rhs, fmt, <) argument 195 #define assert_ge(lhs, rhs, fmt) assert_op(lhs, rhs, fmt, >=) argument
|
/linux/tools/perf/arch/x86/util/ |
H A D | evlist.c | 8 int arch_evlist__cmp(const struct evsel *lhs, const struct evsel *rhs) in arch_evlist__cmp()
|
/linux/arch/riscv/kernel/tests/module_test/ |
H A D | test_module_linking_main.c | 29 #define CHECK_EQ(lhs, rhs) KUNIT_ASSERT_EQ(test, lhs, rhs) argument
|
/linux/kernel/trace/ |
H A D | trace_dynevent.h | 141 const char *lhs; member
|
/linux/kernel/kcsan/ |
H A D | debugfs.c | 89 static int cmp_filterlist_addrs(const void *rhs, const void *lhs) in cmp_filterlist_addrs()
|
/linux/lib/zstd/common/ |
H A D | compiler.h | 234 ptrdiff_t ZSTD_wrappedPtrDiff(unsigned char const* lhs, unsigned char const* rhs) in ZSTD_wrappedPtrDiff()
|
/linux/include/linux/ |
H A D | iosys-map.h | 214 static inline bool iosys_map_is_equal(const struct iosys_map *lhs, in iosys_map_is_equal()
|
H A D | rtc.h | 32 static inline time64_t rtc_tm_sub(struct rtc_time *lhs, struct rtc_time *rhs) in rtc_tm_sub()
|
/linux/net/ceph/ |
H A D | osdmap.c | 677 int ceph_pg_compare(const struct ceph_pg *lhs, const struct ceph_pg *rhs) in ceph_pg_compare() 691 int ceph_spg_compare(const struct ceph_spg *lhs, const struct ceph_spg *rhs) in ceph_spg_compare() 2235 static bool __osds_equal(const struct ceph_osds *lhs, in __osds_equal() 2248 static bool osds_equal(const struct ceph_osds *lhs, in osds_equal()
|
/linux/drivers/md/ |
H A D | dm-bio-prison-v2.c | 88 static int cmp_keys(struct dm_cell_key_v2 *lhs, in cmp_keys()
|
/linux/drivers/bluetooth/ |
H A D | hci_mrvl.c | 52 __le16 lhs; member
|
/linux/scripts/gcc-plugins/ |
H A D | latent_entropy_plugin.c | 334 static gimple create_assign(enum tree_code code, tree lhs, tree op1, in create_assign()
|
H A D | randomize_layout_plugin.c | 718 const_tree lhs; in find_bad_casts_execute() local
|
H A D | gcc-common.h | 308 static inline gimple gimple_build_assign_with_ops(enum tree_code subcode, tree lhs, tree op1, tree … in gimple_build_assign_with_ops()
|
/linux/tools/lib/perf/ |
H A D | cpumap.c | 325 bool perf_cpu_map__equal(const struct perf_cpu_map *lhs, const struct perf_cpu_map *rhs) in perf_cpu_map__equal()
|
/linux/drivers/net/ethernet/freescale/ |
H A D | fec_ptp.c | 351 u64 lhs, rhs; in fec_ptp_adjfine() local
|
/linux/include/linux/ceph/ |
H A D | msgr.h | 90 static inline bool ceph_addr_equal_no_type(const struct ceph_entity_addr *lhs, in ceph_addr_equal_no_type()
|
/linux/tools/perf/util/ |
H A D | pmus.c | 225 const struct list_head *lhs, const struct list_head *rhs) in pmus_cmp()
|
H A D | parse-events.c | 2048 __weak int arch_evlist__cmp(const struct evsel *lhs, const struct evsel *rhs) in arch_evlist__cmp() 2057 const struct evsel *lhs = container_of(lhs_core, struct evsel, core); in evlist__cmp() local
|
H A D | symbol.c | 456 const struct symbol *lhs = *((const struct symbol **)vlhs); in symbols__sort_name_cmp() local
|
/linux/kernel/bpf/ |
H A D | offload.c | 732 bool bpf_prog_dev_bound_match(const struct bpf_prog *lhs, const struct bpf_prog *rhs) in bpf_prog_dev_bound_match()
|
/linux/kernel/time/ |
H A D | hrtimer.c | 347 ktime_t ktime_add_safe(const ktime_t lhs, const ktime_t rhs) in ktime_add_safe()
|
/linux/drivers/iommu/arm/arm-smmu-v3/ |
H A D | arm-smmu-v3.c | 1749 static int arm_smmu_streams_cmp_key(const void *lhs, const struct rb_node *rhs) in arm_smmu_streams_cmp_key() 1762 static int arm_smmu_streams_cmp_node(struct rb_node *lhs, in arm_smmu_streams_cmp_node()
|
/linux/drivers/net/ethernet/3com/ |
H A D | 3c59x.c | 507 #define BFINS(lhs, rhs, offset, bitcount) \ argument
|