/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | ShaderCore.hpp | 103 Register(const Register &rhs) = default; member in sw::Register 117 Register &operator=(const Register &rhs) = default; member in sw::Register 119 Register &operator=(const Vector4f &rhs) in operator =() argument [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | decoration_manager.h | 177 friend bool operator==(const TargetData& lhs, const TargetData& rhs) { in operator ==() argument 147 operator !=(const DecorationManager& lhs, const DecorationManager& rhs) operator !=() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | decoration_manager.h | 177 friend bool operator==(const TargetData& lhs, const TargetData& rhs) { in operator ==() argument 147 operator !=(const DecorationManager& lhs, const DecorationManager& rhs) operator !=() argument
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | compactdecimalformat.cpp | 43 CompactDecimalFormat& CompactDecimalFormat::operator=(const CompactDecimalFormat& rhs) { in operator =() argument
|
/third_party/skia/third_party/externals/dawn/src/common/ |
H A D | ityp_vector.h | 53 vector(const vector& rhs) : Base(static_cast<const Base&>(rhs)) { in vector() argument 56 vector(vector&& rhs) : Base(static_cast<Base&&>(rhs)) { in vector() argument 62 vector& operator=(const vector& rhs) { in operator =() argument
|
H A D | ityp_bitset.h | 33 constexpr bitset(const Base& rhs) : Base(rhs) { in bitset() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | BindingInfo.cpp | 102 void AccumulateBindingCounts(BindingCounts* bindingCounts, const BindingCounts& rhs) { in AccumulateBindingCounts() argument [all...] |
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/ |
H A D | bitmap_glyph_info.cc | 53 bool BitmapGlyphInfo::operator==(BitmapGlyphInfo* rhs) { in operator ==() argument 63 operator ()(BitmapGlyphInfo* lhs, BitmapGlyphInfo* rhs) operator ()() argument [all...] |
/third_party/skia/third_party/externals/tint/src/writer/glsl/ |
H A D | generator_impl_loop_test.cc | 79 auto* rhs = Expr("rhs"); in TEST_F() local 134 auto* rhs = Expr("rhs"); in TEST_F() local [all...] |
/third_party/skia/third_party/externals/tint/src/writer/hlsl/ |
H A D | generator_impl_loop_test.cc | 79 auto* rhs = Expr("rhs"); in TEST_F() local 134 auto* rhs = Expr("rhs"); in TEST_F() local [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | has_bits.h | 72 void Or(const HasBits<doublewords>& rhs) { in Or() argument
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | cordz_update_scope.h | 44 CordzUpdateScope(CordzUpdateScope&& rhs) = delete; member in absl::cord_internal::CordzUpdateScope 46 CordzUpdateScope& operator=(CordzUpdateScope&& rhs) = delete; member in absl::cord_internal::CordzUpdateScope
|
H A D | cordz_sample_token.cc | 38 operator ==(const CordzSampleToken::Iterator& lhs, const CordzSampleToken::Iterator& rhs) operator ==() argument 44 operator !=(const CordzSampleToken::Iterator& lhs, const CordzSampleToken::Iterator& rhs) operator !=() argument
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
H A D | optional.h | 205 optional(const optional<U>& rhs) { in optional() argument 222 explicit optional(const optional<U>& rhs) { in optional() argument 239 optional(optional<U>&& rhs) { in optional() argument 256 explicit optional(optional<U>&& rhs) { in optional() argument 308 operator =(const optional<U>& rhs) operator =() argument 325 operator =(optional<U>&& rhs) operator =() argument [all...] |
/third_party/spirv-tools/source/opt/ |
H A D | decoration_manager.h | 179 friend bool operator==(const TargetData& lhs, const TargetData& rhs) { in operator ==() argument 149 operator !=(const DecorationManager& lhs, const DecorationManager& rhs) operator !=() argument
|
/third_party/spirv-tools/source/val/ |
H A D | instruction.cpp | 36 bool operator<(const Instruction& lhs, const Instruction& rhs) { in operator <() argument 39 bool operator<(const Instruction& lhs, uint32_t rhs) { return lhs.id() < rhs; } in operator <() argument 40 bool operator==(const Instruction& lhs, const Instruction& rhs) { in operator ==() argument 43 bool operator==(const Instruction& lhs, uint32_t rhs) { in operator ==() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
H A D | vktSubgroupsScanHelpers.cpp | 59 string getOpOperation (Operator op, VkFormat format, string lhs, string rhs) in getOpOperation() argument 277 getCompare(Operator op, VkFormat format, string lhs, string rhs) getCompare() argument [all...] |
/kernel/linux/linux-5.10/lib/ |
H A D | test_min_heap.c | 14 static __init bool less_than(const void *lhs, const void *rhs) in less_than() argument 19 static __init bool greater_than(const void *lhs, const void *rhs) in greater_than() argument 24 static __init void swap_ints(void *lhs, void *rhs) in swap_ints() argument
|
/kernel/linux/linux-5.10/include/asm-generic/ |
H A D | word-at-a-time.h | 17 static inline long prep_zero_mask(unsigned long val, unsigned long rhs, const struct word_at_a_time *c) in prep_zero_mask() argument 43 unsigned long rhs = val | c->low_bits; in has_zero() local
|
/kernel/linux/linux-6.6/include/asm-generic/ |
H A D | word-at-a-time.h | 17 static inline long prep_zero_mask(unsigned long val, unsigned long rhs, const struct word_at_a_time *c) in prep_zero_mask() argument 43 unsigned long rhs = val | c->low_bits; in has_zero() local
|
/kernel/linux/linux-6.6/lib/ |
H A D | test_min_heap.c | 14 static __init bool less_than(const void *lhs, const void *rhs) in less_than() argument 19 static __init bool greater_than(const void *lhs, const void *rhs) in greater_than() argument 24 static __init void swap_ints(void *lhs, void *rhs) in swap_ints() argument
|
/third_party/googletest/googlemock/test/ |
H A D | gmock-matchers_test.h | 107 void DescribeTo(ostream* os) const { *os << "is > " << rhs; } in DescribeTo() local 108 void DescribeNegationTo(ostream* os) const { *os << "is <= " << rhs; } in DescribeNegationTo() local 114 *listener << "which is the same as " << rhs; in MatchAndExplain() local 122 T rhs; global() member 126 GtestGreaterThan( T&& rhs) GtestGreaterThan() argument 135 GreaterThanMatcher(T rhs) GreaterThanMatcher() argument [all...] |
/third_party/node/deps/v8/src/base/ |
H A D | bits.cc | 49 int32_t SignedMulHigh32(int32_t lhs, int32_t rhs) { in SignedMulHigh32() argument 55 int32_t SignedMulHighAndAdd32(int32_t lhs, int32_t rhs, int32_t acc) { in SignedMulHighAndAdd32() argument 61 int32_t SignedDiv32(int32_t lhs, int32_t rhs) { in SignedDiv32() argument 68 int32_t SignedMod32(int32_t lhs, int32_t rhs) { in SignedMod32() argument 73 SignedSaturatedAdd64(int64_t lhs, int64_t rhs) SignedSaturatedAdd64() argument 82 SignedSaturatedSub64(int64_t lhs, int64_t rhs) SignedSaturatedSub64() argument 91 SignedMulOverflow32(int32_t lhs, int32_t rhs, int32_t* val) SignedMulOverflow32() argument [all...] |
/third_party/node/deps/v8/src/roots/ |
H A D | roots-inl.h | 30 V8_INLINE constexpr bool operator<(RootIndex lhs, RootIndex rhs) { in operator <() argument
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkApiVersion.cpp | 73 bool isApiVersionEqual(deUint32 lhs, deUint32 rhs) in isApiVersionEqual() argument 111 deUint32 minVulkanAPIVersion(deUint32 lhs, deUint32 rhs) in minVulkanAPIVersion() argument
|