/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-number-gen.cc | 191 auto lhs = Parameter<Object>(Descriptor::kLeft); TF_BUILTIN() local 206 auto lhs = Parameter<Object>(Descriptor::kLeft); TF_BUILTIN() local 219 auto lhs = Parameter<Object>(Descriptor::kLeft); TF_BUILTIN() local 234 auto lhs = Parameter<Object>(Descriptor::kLeft); TF_BUILTIN() local [all...] |
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-bigint.cc | 18 Handle<BigInt> lhs = args.at<BigInt>(1); in RUNTIME_FUNCTION() local 29 Handle<BigInt> lhs = args.at<BigInt>(1); in RUNTIME_FUNCTION() local 40 Handle<BigInt> lhs = args.at<BigInt>(1); in RUNTIME_FUNCTION() local 53 Handle<BigInt> lhs = args.at<BigInt>(0); in RUNTIME_FUNCTION() local 62 Handle<BigInt> lhs = args.at<BigInt>(0); in RUNTIME_FUNCTION() local 71 Handle<BigInt> lhs = args.at<BigInt>(0); RUNTIME_FUNCTION() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/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...] |
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
H A D | SourceLocation.h | 30 inline bool operator==(const SourceLocation &lhs, const SourceLocation &rhs) in operator ==() argument 35 inline bool operator!=(const SourceLocation &lhs, const SourceLocation &rhs) in operator !=() argument
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | decoration_manager.h | 147 friend bool operator!=(const DecorationManager& lhs, in operator !=() argument 177 friend bool operator==(const TargetData& lhs, const TargetData& rhs) { in operator ==() argument
|
H A D | value_number_table.cpp | 196 bool ComputeSameValue::operator()(const Instruction& lhs, in operator ()() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | decoration_manager.h | 147 friend bool operator!=(const DecorationManager& lhs, in operator !=() argument 177 friend bool operator==(const TargetData& lhs, const TargetData& rhs) { in operator ==() argument
|
H A D | value_number_table.cpp | 196 bool ComputeSameValue::operator()(const Instruction& lhs, in operator ()() argument
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/ |
H A D | bitmap_glyph_info.cc | 63 bool StartOffsetComparator::operator()(BitmapGlyphInfo* lhs, in operator ()() argument
|
/third_party/skia/third_party/externals/tint/src/writer/glsl/ |
H A D | generator_impl_loop_test.cc | 78 auto* lhs = Expr("lhs"); in TEST_F() local 133 auto* lhs = Expr("lhs"); TEST_F() local [all...] |
H A D | generator_impl_binary_test.cc | 129 auto* lhs = vec3<f32>(1.f, 1.f, 1.f); in TEST_F() local 147 auto* lhs = Expr(1.f); in TEST_F() local 166 auto* lhs = Expr("mat"); in TEST_F() local 182 auto* lhs = Expr(1.f); in TEST_F() local 198 auto* lhs = Expr("mat"); in TEST_F() local 214 auto* lhs = vec3<f32>(1.f, 1.f, 1.f); TEST_F() local [all...] |
/third_party/skia/third_party/externals/tint/src/writer/hlsl/ |
H A D | generator_impl_loop_test.cc | 78 auto* lhs = Expr("lhs"); in TEST_F() local 133 auto* lhs = Expr("lhs"); TEST_F() local [all...] |
H A D | generator_impl_binary_test.cc | 129 auto* lhs = vec3<f32>(1.f, 1.f, 1.f); in TEST_F() local 147 auto* lhs = Expr(1.f); in TEST_F() local 166 auto* lhs = Expr("mat"); in TEST_F() local 182 auto* lhs = Expr(1.f); in TEST_F() local 198 auto* lhs = Expr("mat"); in TEST_F() local 214 auto* lhs = vec3<f32>(1.f, 1.f, 1.f); TEST_F() local [all...] |
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | status_macros.h | 61 Status DoAssignOrReturn(T& lhs, StatusOr<T> result) { in DoAssignOrReturn() argument
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | cordz_sample_token.cc | 38 bool operator==(const CordzSampleToken::Iterator& lhs, in operator ==() argument 44 bool operator!=(const CordzSampleToken::Iterator& lhs, in operator !=() argument
|
H A D | cordz_sample_token_test.cc | 113 CordzSampleToken::Iterator lhs = token1.begin(); in TEST() local
|
/third_party/spirv-tools/source/opt/ |
H A D | decoration_manager.h | 149 friend bool operator!=(const DecorationManager& lhs, in operator !=() argument 179 friend bool operator==(const TargetData& lhs, const TargetData& rhs) { in 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-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/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_ 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
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCSymbolXCOFF.h | 57 StringRef lhs, rhs; in getUnqualifiedName() local
|