/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | attr-inline.c | 2 static inline __attribute__((__always_inline__)) int gt(int lhs, int rhs) in gt() argument 7 extern inline __attribute__((__gnu_inline__)) int ge(int lhs, int rhs) in ge() argument
|
/third_party/node/deps/v8/src/parsing/ |
H A D | import-assertions.cc | 12 bool ImportAssertionsKeyComparer::operator()(const AstRawString* lhs, in operator ()() argument
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-operators.cc | 17 Handle<Object> lhs = args.at(0); in RUNTIME_FUNCTION() local
|
/third_party/musl/libc-test/src/functionalext/supplement/search/search_gtest/ |
H A D | search_tfind_test.cpp | 16 static int NodeCmp(const void* lhs, const void* rhs) in NodeCmp() argument
|
H A D | search_tdelete_test.cpp | 16 static int NodeCmp(const void* lhs, const void* rhs) in NodeCmp() argument
|
/third_party/skia/third_party/externals/tint/src/ast/ |
H A D | assignment_statement.h | 47 const Expression* const lhs; member in tint::ast::AssignmentStatement
|
H A D | assignment_statement_test.cc | 27 auto* lhs = Expr("lhs"); in TEST_F() local 36 auto* lhs = Expr("lhs"); in TEST_F() local 47 auto* lhs = Expr("lhs"); in TEST_F() local [all...] |
H A D | binary_expression_test.cc | 25 auto* lhs = Expr("lhs"); in TEST_F() local 35 auto* lhs = Expr("lhs"); in TEST_F() local 46 auto* lhs = Expr("lhs"); in TEST_F() local [all...] |
/third_party/gn/src/base/numerics/ |
H A D | ranges.h | 20 constexpr bool IsApproximatelyEqual(T lhs, T rhs, T tolerance) { in IsApproximatelyEqual() argument
|
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/ |
H A D | ranges.h | 31 constexpr bool IsApproximatelyEqual(T lhs, T rhs, T tolerance) in IsApproximatelyEqual() argument
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | instruction.cpp | 33 bool operator<(const Instruction& lhs, const Instruction& rhs) { in operator <() argument 36 bool operator<(const Instruction& lhs, uint32_t rhs) { return lhs.id() < rhs; } in operator <() argument 37 bool operator==(const Instruction& lhs, const Instruction& rhs) { in operator ==() argument 40 bool operator==(const Instruction& lhs, uint32_t rhs) { in operator ==() argument
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
H A D | SourceLocation.h | 35 inline bool operator==(const SourceLocation &lhs, const SourceLocation &rhs) in operator ==() argument 40 inline bool operator!=(const SourceLocation &lhs, const SourceLocation &rhs) in operator !=() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | instruction.cpp | 33 bool operator<(const Instruction& lhs, const Instruction& rhs) { in operator <() argument 36 bool operator<(const Instruction& lhs, uint32_t rhs) { return lhs.id() < rhs; } in operator <() argument 37 bool operator==(const Instruction& lhs, const Instruction& rhs) { in operator ==() argument 40 bool operator==(const Instruction& lhs, uint32_t rhs) { in operator ==() argument
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/ |
H A D | header.cc | 56 bool HeaderComparatorByOffset::operator() (const HeaderPtr lhs, in operator ()() argument 61 bool HeaderComparatorByTag::operator() (const HeaderPtr lhs, in operator ()() argument
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
H A D | usage_test.cc | 62 const auto& lhs = usages[i]; in TEST_F() local
|
/third_party/skia/third_party/externals/tint/src/writer/msl/ |
H A D | generator_impl_assign_test.cc | 25 auto* lhs = Var("lhs", ty.i32()); in TEST_F() local
|
/third_party/skia/third_party/externals/tint/src/writer/wgsl/ |
H A D | generator_impl_assign_test.cc | 25 auto* lhs = Global("lhs", ty.i32(), ast::StorageClass::kPrivate); in TEST_F() local
|
/kernel/linux/linux-6.6/tools/perf/arch/x86/util/ |
H A D | evlist.c | 76 int arch_evlist__cmp(const struct evsel *lhs, const struct evsel *rhs) in arch_evlist__cmp() argument
|
/third_party/ffmpeg/libavformat/ |
H A D | avlanguage.c | 730 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 D | BreakIteratorRegTest.java | 108 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 D | BreakIteratorRegTest.java | 105 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 D | lower_discard_flow.cpp | 91 ir_dereference *lhs = new(mem_ctx) ir_dereference_variable(discarded); in visit_enter() local
|
/third_party/mesa3d/src/imagination/rogue/ |
H A D | rogue_constreg.c | 162 static int constreg_cmp(const void *lhs, const void *rhs) in constreg_cmp() argument
|
/third_party/node/deps/v8/src/compiler/ |
H A D | feedback-source.cc | 25 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 D | string-constants.cc | 36 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...] |