/third_party/node/deps/v8/src/base/ |
H A D | bits.h | 237 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 D | v8-handle-base.h | 93 V8_INLINE static bool EqualHandles(const T1& lhs, const T2& rhs) { in EqualHandles() argument
|
/third_party/node/deps/v8/src/codegen/ |
H A D | string-constants.h | 97 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 D | slots-atomic-inl.h | 92 friend void swap(Reference lhs, Reference rhs) { lhs.swap(rhs); } in swap() argument
|
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
H A D | DurationPartial.cs | 134 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 D | SpirvShaderSpec.cpp | 212 auto const &rhs = getObject(insn.word(5)); in EvalSpecConstantBinaryOp() local
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | def_use_manager.h | 42 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 D | def_use_manager.h | 42 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 D | test_utils.cpp | 82 ProcessHandle &ProcessHandle::operator=(ProcessHandle &&rhs) in operator =() argument
|
/third_party/skia/third_party/externals/dawn/src/common/ |
H A D | TypedInteger.h | 82 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 D | composite_bitmap_glyph.cc | 64 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 D | program_builder.cc | 33 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 D | function_logical_test.cc | 165 const std::string rhs; member
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
H A D | variant_exception_safety_test.cc | 210 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 D | def_use_manager.h | 40 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 D | dm-cache-background-tracker.c | 68 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 D | time64.h | 52 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 D | percpu_counter.c | 221 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 D | percpu_counter.h | 62 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 D | iosys-map.h | 214 iosys_map_is_equal(const struct iosys_map *lhs, const struct iosys_map *rhs) iosys_map_is_equal() argument
|
H A D | time64.h | 57 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 D | dm-cache-background-tracker.c | 77 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 D | cpumap.c | 174 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 D | percpu_counter.c | 258 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 D | scoped_refptr.h | 283 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...] |