Home
last modified time | relevance | path

Searched defs:lhs (Results 76 - 100 of 490) sorted by relevance

12345678910>>...20

/third_party/skia/third_party/externals/abseil-cpp/absl/types/
H A Dvariant_exception_safety_test.cc211 ThrowingVariant lhs = ValuelessByException(); in TEST() local
217 ThrowingVariant lhs = WithThrower(); in TEST() local
251 ThrowingVariant lhs = WithThrower(); in TEST() local
293 ThrowingVariant lhs = ValuelessByException(); TEST() local
299 ThrowingVariant lhs = WithThrower(); TEST() local
402 ThrowingVariant lhs = WithThrower(); TEST() local
407 ThrowingVariant lhs = WithThrower(); TEST() local
485 ThrowingVariant lhs = ValuelessByException(); TEST() local
[all...]
/third_party/spirv-tools/source/opt/
H A Ddef_use_manager.h40 inline bool operator==(const Use& lhs, const Use& rhs) { in operator ==() argument
44 inline bool operator!=(const Use& lhs, const Use& rhs) { return !(lhs == rhs); } in operator !=() argument
46 inline bool operator<(const Use& lhs, const Use& rhs) { in operator <() argument
60 inline bool operator==(const UserEntry& lhs, cons argument
[all...]
/applications/standard/app_samples/code/BasicFeature/Native/XComponent3D/entry/src/main/cpp/algorithm/
H A DMatrix4x4.h38 static void Multiply(Matrix4x4 lhs, Matrix4x4 rhs, Matrix4x4 &product) in Multiply() argument
/kernel/linux/linux-5.10/arch/openrisc/kernel/
H A Dentry.S447 lhs: l.lbs r5,0(r2) label
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-cache-background-tracker.c68 static int cmp_oblock(dm_oblock_t lhs, dm_oblock_t rhs) in cmp_oblock() argument
/kernel/linux/linux-5.10/include/linux/
H A Dtime64.h52 static inline int timespec64_compare(const struct timespec64 *lhs, const struct timespec64 *rhs) in timespec64_compare() argument
63 static inline struct timespec64 timespec64_add(struct timespec64 lhs, in timespec64_add() argument
75 timespec64_sub(struct timespec64 lhs, struct timespec64 rhs) timespec64_sub() argument
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Diosys-map.h214 static inline bool iosys_map_is_equal(const struct iosys_map *lhs, in iosys_map_is_equal() argument
H A Dtime64.h57 static inline int timespec64_compare(const struct timespec64 *lhs, const struct timespec64 *rhs) in timespec64_compare() argument
68 static inline struct timespec64 timespec64_add(struct timespec64 lhs, in timespec64_add() argument
80 timespec64_sub(struct timespec64 lhs, struct timespec64 rhs) timespec64_sub() argument
[all...]
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-cache-background-tracker.c77 static int cmp_oblock(dm_oblock_t lhs, dm_oblock_t rhs) in cmp_oblock() argument
/kernel/linux/linux-6.6/tools/perf/tests/
H A Dcpumap.c174 static int __test__cpu_map_intersect(const char *lhs, const char *rhs, int nr, const char *expected) in __test__cpu_map_intersect() argument
/third_party/gn/src/base/memory/
H A Dscoped_refptr.h283 bool operator==(const scoped_refptr<T>& lhs, const U* rhs) { in operator ==() argument
288 bool operator==(const T* lhs, const scoped_refptr<U>& rhs) { in operator ==() argument
293 bool operator==(const scoped_refptr<T>& lhs, std::nullptr_t null) { in operator ==() argument
303 bool operator!=(const scoped_refptr<T>& lhs, const U* rhs) { in operator !=() argument
308 bool operator!=(const T* lhs, const scoped_refptr<U>& rhs) { in operator !=() argument
313 operator !=(const scoped_refptr<T>& lhs, std::nullptr_t null) operator !=() argument
[all...]
/third_party/gn/src/base/numerics/
H A Dchecked_math.h230 static constexpr CheckedNumeric MathOp(const L lhs, const R rhs) { in MathOp() argument
335 CheckMathOp(const L lhs, const R rhs, const Args... args) { in CheckMathOp() argument
356 L* operator+(L* lhs, const StrictNumeric<R> rhs) { in operator +() argument
364 L* operator-(L* lhs, cons argument
321 CheckMathOp( const L lhs, const R rhs) CheckMathOp() argument
[all...]
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DReportAPI.java251 private int statusChange(APIInfo lhs, APIInfo rhs) { // new. old in statusChange() argument
/third_party/icu/icu4c/source/common/
H A Dunifiedcache.h78 friend inline bool operator==(const CacheKeyBase& lhs, in operator ==() argument
83 friend inline bool operator!=(const CacheKeyBase& lhs, in operator !=() argument
/third_party/jerryscript/tests/unit-core/
H A Dtest-api-binary-operations-instanceof.cpp27 jerry_value_t lhs; member
H A Dtest-api-binary-operations-arithmetics.cpp40 jerry_value_t lhs; member
48 jerry_value_t lhs; global() member
[all...]
/third_party/json/include/nlohmann/detail/
H A Djson_pointer.hpp123 friend json_pointer operator/(const json_pointer& lhs, in operator /() argument
131 friend json_pointer operator/(const json_pointer& lhs, string_t token) // NOLINT(performance-unnecessary-value-param) in operator /() argument
138 friend json_pointer operator/(const json_pointer& lhs, std::size_t array_idx) in operator /() argument
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dopt_dead_code_local.cpp51 assignment_entry(ir_variable *lhs, ir_assignment *ir) in assignment_entry() argument
60 ir_variable *lhs; member in __anon7207::assignment_entry
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/
H A Dsfn_instr_test.cpp24 void check(const Instr& lhs,const Instr& rhs) const { in check() argument
/third_party/node/deps/v8/src/zone/
H A Dzone-handle-set.h129 friend bool operator==(ZoneHandleSet<T> const& lhs, in operator ==() argument
146 friend bool operator!=(ZoneHandleSet<T> const& lhs, in operator !=() argument
/third_party/node/deps/icu-small/source/common/
H A Dunifiedcache.h78 friend inline bool operator==(const CacheKeyBase& lhs, in operator ==() argument
83 friend inline bool operator!=(const CacheKeyBase& lhs, in operator !=() argument
/third_party/nghttp2/tests/
H A Dnghttp2_pq_test.c52 static int pq_less(const void *lhs, const void *rhs) { in pq_less() argument
126 static int node_less(const void *lhs, const void *rhs) { in node_less() argument
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_function.c153 static int func_compare_name(const struct rb_node *lhs, const struct rb_node *rhs) in func_compare_name() argument
/third_party/node/deps/v8/src/compiler/
H A Dnode-observer.h46 inline bool operator==(const ObservableNodeState& lhs, in operator ==() argument
52 inline bool operator!=(const ObservableNodeState& lhs, in operator !=() argument
/third_party/node/deps/v8/include/
H A Dv8-traced-handle.h307 V8_INLINE bool operator==(const TracedReferenceBase& lhs, in operator ==() argument
317 V8_INLINE bool operator==(const TracedReferenceBase& lhs, in operator ==() argument
327 V8_INLINE bool operator==(const v8::Local<U>& lhs, in operator ==() argument
332 V8_INLINE bool operator!=(const TracedReferenceBase& lhs, in operator !=() argument
338 V8_INLINE bool operator!=(const TracedReferenceBase& lhs, in operator !=() argument
344 operator !=(const v8::Local<U>& lhs, const TracedReferenceBase& rhs) operator !=() argument
[all...]

Completed in 16 milliseconds

12345678910>>...20