Home
last modified time | relevance | path

Searched defs:lhs (Results 201 - 225 of 485) sorted by relevance

12345678910>>...20

/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Dbeta_distribution.h352 result_type u1, u2, v, w, z, r, s, t, bw_inv, lhs; in AlgorithmCheng() local
/third_party/spirv-tools/source/opt/
H A Ddef_use_manager.cpp262 bool CompareAndPrintDifferences(const DefUseManager& lhs, in CompareAndPrintDifferences() argument
[all...]
/third_party/spirv-tools/source/util/
H A Dsmall_vector.h171 friend bool operator==(const SmallVector& lhs, const OtherVector& rhs) { in operator ==() argument
187 friend bool operator==(const std::vector<T>& lhs, const SmallVector& rhs) { in operator ==() argument
192 friend bool operator!=(const SmallVector& lhs, const std::vector<T>& rhs) { in operator !=() argument
196 friend bool operator!=(const std::vector<T>& lhs, const SmallVector& rhs) { in operator !=() argument
[all...]
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-bio-prison-v1.c85 static int cmp_keys(struct dm_cell_key *lhs, in cmp_keys() argument
/kernel/linux/linux-5.10/scripts/gcc-plugins/
H A Dlatent_entropy_plugin.c346 static gimple create_assign(enum tree_code code, tree lhs, tree op1, in create_assign() argument
/kernel/linux/linux-5.10/lib/
H A Dubsan.c157 static void handle_overflow(struct overflow_data *data, void *lhs, in handle_overflow() argument
225 void __ubsan_handle_divrem_overflow(void *_data, void *lhs, void *rhs) in __ubsan_handle_divrem_overflow() argument
351 void __ubsan_handle_shift_out_of_bounds(void *_data, void *lhs, voi argument
183 __ubsan_handle_add_overflow(void *data, void *lhs, void *rhs) __ubsan_handle_add_overflow() argument
191 __ubsan_handle_sub_overflow(void *data, void *lhs, void *rhs) __ubsan_handle_sub_overflow() argument
198 __ubsan_handle_mul_overflow(void *data, void *lhs, void *rhs) __ubsan_handle_mul_overflow() argument
[all...]
/kernel/linux/linux-5.10/kernel/time/
H A Dtime.c765 struct timespec64 timespec64_add_safe(const struct timespec64 lhs, in timespec64_add_safe() argument
/kernel/linux/linux-5.10/include/linux/ceph/
H A Dmsgr.h69 static inline bool ceph_addr_equal_no_type(const struct ceph_entity_addr *lhs, in ceph_addr_equal_no_type() argument
/kernel/linux/linux-6.6/include/linux/
H A Drtc.h32 static inline time64_t rtc_tm_sub(struct rtc_time *lhs, struct rtc_time *rhs) in rtc_tm_sub() argument
/kernel/linux/linux-6.6/drivers/bluetooth/
H A Dhci_mrvl.c52 __le16 lhs; member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_link_enc_cfg.c224 static bool are_ep_ids_equal(struct display_endpoint_id *lhs, struct display_endpoint_id *rhs) in are_ep_ids_equal() argument
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-bio-prison-v1.c96 static int cmp_keys(struct dm_cell_key *lhs, in cmp_keys() argument
/kernel/linux/linux-6.6/scripts/gcc-plugins/
H A Dlatent_entropy_plugin.c334 static gimple create_assign(enum tree_code code, tree lhs, tree op1, in create_assign() argument
/kernel/linux/linux-6.6/tools/testing/selftests/cgroup/
H A Dtest_cpu.c106 timespec_sub(const struct timespec *lhs, const struct timespec *rhs) in timespec_sub() argument
/kernel/linux/linux-6.6/kernel/time/
H A Dtime.c846 struct timespec64 timespec64_add_safe(const struct timespec64 lhs, in timespec64_add_safe() argument
/third_party/gn/src/base/containers/
H A Dflat_tree.h306 friend bool operator==(const flat_tree& lhs, const flat_tree& rhs) { in operator ==() argument
310 friend bool operator!=(const flat_tree& lhs, const flat_tree& rhs) { in operator !=() argument
314 friend bool operator<(const flat_tree& lhs, const flat_tree& rhs) { in operator <() argument
318 friend bool operator>(const flat_tree& lhs, const flat_tree& rhs) { in operator >() argument
322 friend bool operator>=(const flat_tree& lhs, const flat_tree& rhs) { in operator >=() argument
326 operator <=(const flat_tree& lhs, const flat_tree& rhs) operator <=() argument
[all...]
/third_party/gn/src/base/
H A Dvalues.cc513 bool operator==(const Value& lhs, const Value& rhs) { in operator ==() argument
546 operator !=(const Value& lhs, const Value& rhs) operator !=() argument
550 operator <(const Value& lhs, const Value& rhs) operator <() argument
[all...]
/third_party/backends/backend/genesys/
H A Dregister.h47 inline bool operator<(const Register<Value>& lhs, const Register<Value>& rhs) in operator <() argument
/third_party/icu/icu4c/source/i18n/
H A Dnumparse_affixes.cpp48 static bool equals(const AffixPatternMatcher* lhs, const AffixPatternMatcher* rhs) { in equals() argument
444 const AffixMatcher& lhs = *this; in compareTo() local
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dopt_copy_propagation_elements.cpp137 void write_elements(ir_variable *lhs, ir_variable *rhs, unsigned write_mask, int swizzle[4]) in write_elements() argument
156 void write_full(ir_variable *lhs, ir_variable *rhs) in write_full() argument
183 remove_unused_var_from_dsts(acp_entry *lhs_entry, ir_variable *lhs, ir_variable *var) remove_unused_var_from_dsts() argument
373 ir_dereference_variable *lhs = ir->lhs->as_dereference_variable(); visit_leave() local
677 ir_dereference_variable *lhs = ir->lhs->as_dereference_variable(); add_copy() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir_vectorize_vs_inputs.c373 r600_variables_can_merge(const nir_variable *lhs, const nir_variable *rhs) in r600_variables_can_merge() argument
H A Dsfn_nir_lower_fs_out_to_vector.cpp199 NirLowerIOToVector::var_can_merge(const nir_variable *lhs, in var_can_merge() argument
H A Dsfn_instr.cpp250 inline bool operator != (const Block& lhs, const Block& rhs) in operator !=() argument
/third_party/nghttp2/src/
H A Dshrpx_quic.cc46 bool operator==(const ngtcp2_cid &lhs, const ngtcp2_cid &rhs) { in operator ==() argument
/third_party/node/deps/icu-small/source/i18n/
H A Dnumparse_affixes.cpp48 static bool equals(const AffixPatternMatcher* lhs, const AffixPatternMatcher* rhs) { in equals() argument
444 const AffixMatcher& lhs = *this; in compareTo() local
[all...]

Completed in 20 milliseconds

12345678910>>...20