Home
last modified time | relevance | path

Searched defs:rhs (Results 101 - 125 of 617) sorted by relevance

12345678910>>...25

/third_party/node/deps/v8/src/base/
H A Dbits.h237 inline bool SignedAddOverflow32(int32_t lhs, int32_t rhs, int32_t* val) { in SignedAddOverflow32() argument
251 inline bool SignedSubOverflow32(int32_t lhs, int32_t rhs, int32_t* val) { in SignedSubOverflow32() argument
269 SignedAddOverflow64(int64_t lhs, int64_t rhs, int64_t* val) SignedAddOverflow64() argument
279 SignedSubOverflow64(int64_t lhs, int64_t rhs, int64_t* val) SignedSubOverflow64() argument
309 UnsignedAddOverflow32(uint32_t lhs, uint32_t rhs, uint32_t* val) UnsignedAddOverflow32() argument
321 UnsignedDiv32(uint32_t lhs, uint32_t rhs) UnsignedDiv32() argument
328 UnsignedMod32(uint32_t lhs, uint32_t rhs) UnsignedMod32() argument
334 WraparoundAdd32(int32_t lhs, int32_t rhs) WraparoundAdd32() argument
[all...]
/third_party/node/deps/v8/include/v8-include/
H A Dv8-handle-base.h93 V8_INLINE static bool EqualHandles(const T1& lhs, const T2& rhs) { in EqualHandles() argument
/third_party/node/deps/v8/src/codegen/
H A Dstring-constants.h97 const StringConstantBase* rhs() const { return rhs_; } in rhs() function in v8::internal::final
90 StringCons(const StringConstantBase* lhs, const StringConstantBase* rhs) StringCons() argument
/third_party/node/deps/v8/src/objects/
H A Dslots-atomic-inl.h92 friend void swap(Reference lhs, Reference rhs) { lhs.swap(rhs); } in swap() argument
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DDurationPartial.cs134 public static Duration operator +(Duration lhs, Duration rhs) in operator +() argument
150 public static Duration operator -(Duration lhs, Duration rhs) in operator -() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderSpec.cpp212 auto const &rhs = getObject(insn.word(5)); in EvalSpecConstantBinaryOp() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Ddef_use_manager.h42 inline bool operator==(const Use& lhs, const Use& rhs) { in operator ==() argument
46 inline bool operator!=(const Use& lhs, const Use& rhs) { return !(lhs == rhs); } in operator !=() argument
48 inline bool operator<(const Use& lhs, const Use& rhs) { in operator <() argument
214 operator !=(const DefUseManager& lhs, const DefUseManager& rhs) operator !=() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Ddef_use_manager.h42 inline bool operator==(const Use& lhs, const Use& rhs) { in operator ==() argument
46 inline bool operator!=(const Use& lhs, const Use& rhs) { return !(lhs == rhs); } in operator !=() argument
48 inline bool operator<(const Use& lhs, const Use& rhs) { in operator <() argument
214 operator !=(const DefUseManager& lhs, const DefUseManager& rhs) operator !=() argument
[all...]
/third_party/skia/third_party/externals/angle2/util/
H A Dtest_utils.cpp82 ProcessHandle &ProcessHandle::operator=(ProcessHandle &&rhs) in operator =() argument
/third_party/skia/third_party/externals/dawn/src/common/
H A DTypedInteger.h82 explicit constexpr TypedIntegerImpl(I rhs) : mValue(static_cast<T>(rhs)) { in TypedIntegerImpl() argument
136 AddImpl(TypedIntegerImpl<Tag, T> lhs, TypedIntegerImpl<Tag, T2> rhs) { in AddImpl() argument
146 AddImpl(TypedIntegerImpl<Tag, T> lhs, TypedIntegerImpl<Tag, T2> rhs) { in AddImpl() argument
164 SubImpl(TypedIntegerImpl<Tag, T> lhs, TypedIntegerImpl<Tag, T2> rhs) SubImpl() argument
173 SubImpl( TypedIntegerImpl<Tag, T> lhs, TypedIntegerImpl<Tag, T2> rhs) SubImpl() argument
237 Add(::detail::TypedIntegerImpl<Tag, T> lhs, ::detail::TypedIntegerImpl<Tag, T> rhs) Add() argument
244 Sub(::detail::TypedIntegerImpl<Tag, T> lhs, ::detail::TypedIntegerImpl<Tag, T> rhs) Sub() argument
251 Add(T lhs, T rhs) Add() argument
256 Sub(T lhs, T rhs) Sub() argument
[all...]
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
H A Dcomposite_bitmap_glyph.cc64 CompositeBitmapGlyph::Component::Component(const Component& rhs) in Component() argument
70 operator ==( const CompositeBitmapGlyph::Component& rhs) operator ==() argument
75 operator =( const CompositeBitmapGlyph::Component& rhs) operator =() argument
[all...]
/third_party/skia/third_party/externals/tint/src/
H A Dprogram_builder.cc33 ProgramBuilder::ProgramBuilder(ProgramBuilder&& rhs) in ProgramBuilder() argument
48 operator =(ProgramBuilder&& rhs) operator =() argument
[all...]
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction_logical_test.cc165 const std::string rhs; member
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
H A Dvariant_exception_safety_test.cc210 const ThrowingVariant rhs = ValuelessByException(); in TEST() local
216 const ThrowingVariant rhs = ValuelessByException(); in TEST() local
292 ThrowingVariant rhs = ValuelessByException(); TEST() local
298 ThrowingVariant rhs = ValuelessByException(); TEST() local
362 Thrower rhs = ExpectedThrower(); TEST() local
401 const CopyNothrow rhs; TEST() local
406 MoveNothrow rhs; TEST() local
415 Thrower rhs = ExpectedThrower(); TEST() local
451 MoveNothrow rhs; TEST() local
484 ThrowingVariant rhs = ValuelessByException(); TEST() local
491 ThrowingVariant rhs = ExpectedThrower(); TEST() local
505 ThrowingVariant rhs = ExpectedThrower(); TEST() local
515 ThrowingVariant rhs = ExpectedThrower(); 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, const UserEntry& rhs) { in operator ==() argument
[all...]
/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 timespec64_add(struct timespec64 lhs, struct timespec64 rhs) timespec64_add() argument
75 timespec64_sub(struct timespec64 lhs, struct timespec64 rhs) timespec64_sub() argument
[all...]
/kernel/linux/linux-5.10/lib/
H A Dpercpu_counter.c221 int __percpu_counter_compare(struct percpu_counter *fbc, s64 rhs, s32 batch) in __percpu_counter_compare() argument
/kernel/linux/linux-6.6/include/linux/
H A Dpercpu_counter.h62 static inline int percpu_counter_compare(struct percpu_counter *fbc, s64 rhs) in percpu_counter_compare() argument
162 static inline int percpu_counter_compare(struct percpu_counter *fbc, s64 rhs) in percpu_counter_compare() argument
173 __percpu_counter_compare(struct percpu_counter *fbc, s64 rhs, s32 batch) in __percpu_counter_compare() argument
H A Diosys-map.h214 iosys_map_is_equal(const struct iosys_map *lhs, const struct iosys_map *rhs) 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 timespec64_add(struct timespec64 lhs, struct timespec64 rhs) 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
/kernel/linux/linux-6.6/lib/
H A Dpercpu_counter.c258 int __percpu_counter_compare(struct percpu_counter *fbc, s64 rhs, s32 batch) in __percpu_counter_compare() 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
298 operator ==(std::nullptr_t null, const scoped_refptr<T>& rhs) operator ==() argument
303 operator !=(const scoped_refptr<T>& lhs, const U* rhs) operator !=() argument
308 operator !=(const T* lhs, const scoped_refptr<U>& rhs) operator !=() argument
318 operator !=(std::nullptr_t null, const scoped_refptr<T>& rhs) operator !=() argument
[all...]

Completed in 11 milliseconds

12345678910>>...25