| /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
|
| /base/update/updater/test/unittest/updater_ui_test/view/ |
| H A D | ui_layout_unittest.cpp | 28 bool operator == (const UxViewCommonInfo &lhs, const UxViewCommonInfo &rhs) in operator ==() argument 34 bool operator == (const UxBoxProgressInfo &lhs, const UxBoxProgressInfo &rhs) in operator ==() argument 40 operator ==(const UxLabelInfo &lhs, const UxLabelInfo &rhs) operator ==() argument 46 operator ==(const UxImageInfo &lhs, const UxImageInfo &rhs) operator ==() argument 52 operator ==(const UxLabelBtnInfo &lhs, const UxLabelBtnInfo &rhs) operator ==() argument 58 operator ==(const UxViewInfo &lhs, const UxViewInfo &rhs) operator ==() argument [all...] |
| /base/update/updater/test/unittest/updater_ui_test/strategy/ |
| H A D | ui_strategy_unittest.cpp | 24 bool operator == (const ComInfo &lhs, const ComInfo &rhs) in operator ==() argument 29 bool operator == (const ProgressPage &lhs, const ProgressPage &rhs) in operator ==() argument 36 operator ==(const ResPage &lhs, const ResPage &rhs) operator ==() argument 41 operator ==(const UiStrategyCfg &lhs, const UiStrategyCfg &rhs) operator ==() argument [all...] |
| /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
|