Home
last modified time | relevance | path

Searched defs:lhs (Results 26 - 50 of 533) sorted by relevance

12345678910>>...22

/kernel/linux/linux-6.6/tools/perf/arch/x86/util/
H A Devlist.c76 int arch_evlist__cmp(const struct evsel *lhs, const struct evsel *rhs) in arch_evlist__cmp() argument
/third_party/ffmpeg/libavformat/
H A Davlanguage.c730 static int lang_table_compare(const void *lhs, const void *rhs) in lang_table_compare() argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/
H A DBreakIteratorRegTest.java108 private void assertEqual(Object lhs, Object rhs, String msg) { in assertEqual() argument
112 private void assertEqual(int lhs, int rhs, String msg) { in assertEqual() argument
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H A DBreakIteratorRegTest.java105 private void assertEqual(Object lhs, Object rhs, String msg) { in assertEqual() argument
109 private void assertEqual(int lhs, int rhs, String msg) { in assertEqual() argument
/third_party/mesa3d/src/compiler/glsl/
H A Dlower_discard_flow.cpp91 ir_dereference *lhs = new(mem_ctx) ir_dereference_variable(discarded); in visit_enter() local
/third_party/mesa3d/src/imagination/rogue/
H A Drogue_constreg.c162 static int constreg_cmp(const void *lhs, const void *rhs) in constreg_cmp() argument
/third_party/node/deps/v8/src/compiler/
H A Dfeedback-source.cc25 bool operator==(FeedbackSource const& lhs, FeedbackSource const& rhs) { in operator ==() argument
29 bool operator!=(FeedbackSource const& lhs, FeedbackSource const& rhs) { in operator !=() argument
/third_party/node/deps/v8/src/codegen/
H A Dstring-constants.cc36 Handle<String> lhs = in AllocateStringConstant() local
88 bool operator==(StringLiteral const& lhs, StringLiteral const& rhs) { in operator ==() argument
92 bool operator!=(StringLiteral const& lhs, StringLiteral const& rhs) { in operator !=() argument
104 bool operator==(NumberToStringConstant const& lhs, in operator ==() argument
109 bool operator!=(NumberToStringConstant const& lhs, in operator !=() argument
122 operator ==(StringCons const& lhs, StringCons const& rhs) operator ==() argument
127 operator !=(StringCons const& lhs, StringCons const& rhs) operator !=() argument
[all...]
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-number-gen.cc191 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 Druntime-bigint.cc18 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 DvktSubgroupsScanHelpers.cpp59 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 DSourceLocation.h30 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 Ddecoration_manager.h147 friend bool operator!=(const DecorationManager& lhs, in operator !=() argument
177 friend bool operator==(const TargetData& lhs, const TargetData& rhs) { in operator ==() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Ddecoration_manager.h147 friend bool operator!=(const DecorationManager& lhs, in operator !=() argument
177 friend bool operator==(const TargetData& lhs, const TargetData& rhs) { in operator ==() argument
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
H A Dbitmap_glyph_info.cc63 bool StartOffsetComparator::operator()(BitmapGlyphInfo* lhs, in operator ()() argument
/third_party/skia/third_party/externals/tint/src/writer/glsl/
H A Dgenerator_impl_loop_test.cc78 auto* lhs = Expr("lhs"); in TEST_F() local
133 auto* lhs = Expr("lhs"); TEST_F() local
[all...]
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
H A Dgenerator_impl_loop_test.cc78 auto* lhs = Expr("lhs"); in TEST_F() local
133 auto* lhs = Expr("lhs"); TEST_F() local
[all...]
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstatus_macros.h61 Status DoAssignOrReturn(T& lhs, StatusOr<T> result) { in DoAssignOrReturn() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcordz_sample_token.cc38 bool operator==(const CordzSampleToken::Iterator& lhs, in operator ==() argument
44 bool operator!=(const CordzSampleToken::Iterator& lhs, in operator !=() argument
/third_party/spirv-tools/source/opt/
H A Ddecoration_manager.h149 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 Dinstruction.cpp36 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 DvktSubgroupsScanHelpers.cpp59 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...]
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dapplication_configuration_manager.cpp24 bool operator<(SetLevel lhs, SetLevel rhs) in operator <() argument
29 bool operator>(SetLevel lhs, SetLevel rhs) in operator >() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/
H A Dblur_draw_looper.cpp43 bool operator==(const BlurDrawLooper& lhs, const BlurDrawLooper& rhs) in operator ==() argument
51 bool operator!=(const BlurDrawLooper& lhs, const BlurDrawLooper& rhs) in operator !=() argument
/kernel/linux/linux-5.10/lib/
H A Dtest_min_heap.c14 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

Completed in 9 milliseconds

12345678910>>...22