/third_party/mesa3d/src/compiler/glsl/ |
H A D | lower_subroutine.cpp | 115 last_branch = if_tree(equal(subr_to_int(var), lc), new_call); in visit_leave() 117 last_branch = if_tree(equal(subr_to_int(var), lc), new_call, last_branch); in visit_leave()
|
H A D | lower_vector_derefs.cpp | 116 factory.emit(if_tree(equal(arr_index, cmp_index), in visit_enter() 125 factory.emit(if_tree(equal(arr_index, cmp_index), cond_assign)); in visit_enter()
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
H A D | unicodestring.cc | 24 using std::equal; 38 return equal(text_.begin(), text_.end(), rhs.text_.begin()); in operator ==()
|
/third_party/node/deps/v8/src/baseline/ia32/ |
H A D | baseline-compiler-ia32-inl.h | 37 __ masm()->Assert(equal, AbortReason::kUnexpectedValue); in PrologueFillFrame() 87 __ masm()->Assert(equal, AbortReason::kUnexpectedStackPointer); in VerifyFrameSize()
|
/third_party/node/deps/v8/src/baseline/x64/ |
H A D | baseline-compiler-x64-inl.h | 39 __ masm()->Assert(equal, AbortReason::kUnexpectedValue); in PrologueFillFrame() 89 __ masm()->Assert(equal, AbortReason::kUnexpectedStackPointer); in VerifyFrameSize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
H A D | StringView.h | 108 return std::equal(Str.begin(), Str.end(), begin()); in startsWith() 121 std::equal(LHS.begin(), LHS.end(), RHS.begin()); in operator ==()
|
/third_party/openssl/crypto/x509/ |
H A D | v3_utl.c | 589 * pattern is longer, compare just an equal-length suffix with the in skip_prefix() 832 static int do_check_string(const ASN1_STRING *a, int cmp_type, equal_fn equal, in do_check_string() argument 844 rv = equal(a->data, a->length, (unsigned char *)b, blen, flags); in do_check_string() 863 rv = equal(astr, astrlen, (unsigned char *)b, blen, flags); in do_check_string() 886 equal_fn equal; in do_x509_check() local 893 equal = equal_email; in do_x509_check() 901 equal = equal_nocase; in do_x509_check() 903 equal = equal_wildcard; in do_x509_check() 906 equal = equal_case; in do_x509_check() 978 if ((rv = do_check_string(cstr, alt_type, equal, flag in do_x509_check() [all...] |
/kernel/linux/linux-5.10/tools/perf/ui/ |
H A D | hist.c | 271 * Put caller above callee when they have equal period. in __hpp__sort_acc() 472 .equal = hpp__equal, \ 486 .equal = hpp__equal, \ 499 .equal = hpp__equal, \ 630 if (acc->equal(acc, fmt)) { in perf_hpp__cancel_cumulate() 635 if (ovh->equal(ovh, fmt)) in perf_hpp__cancel_cumulate() 642 return a->equal && a->equal(a, b); in fmt_equal()
|
/kernel/linux/linux-6.6/tools/perf/ui/ |
H A D | hist.c | 272 * Put caller above callee when they have equal period. in __hpp__sort_acc() 475 .equal = hpp__equal, \ 489 .equal = hpp__equal, \ 502 .equal = hpp__equal, \ 633 if (acc->equal(acc, fmt)) { in perf_hpp__cancel_cumulate() 638 if (ovh->equal(ovh, fmt)) in perf_hpp__cancel_cumulate() 645 return a->equal && a->equal(a, b); in fmt_equal()
|
/third_party/node/deps/npm/node_modules/text-table/test/ |
H A D | center.js | 12 t.equal(s, [
|
H A D | doubledot.js | 15 t.equal(s, [
|
H A D | dotalign.js | 13 t.equal(s, [
|
H A D | table.js | 10 t.equal(s, [
|
H A D | align.js | 12 t.equal(s, [
|
/third_party/node/deps/npm/node_modules/jsonparse/test/ |
H A D | unvalid.js | 10 t.equal(1, count);
|
/third_party/node/deps/v8/src/wasm/ |
H A D | struct-types.h | 56 return std::equal(fields().begin(), fields().end(), in operator ==() 58 std::equal(mutabilities().begin(), mutabilities().end(), in operator ==()
|
/third_party/skia/tests/ |
H A D | VerticesTest.cpp | 18 static bool equal(const SkVertices* vert0, const SkVertices* vert1) { in equal() function 75 REPORTER_ASSERT(reporter, equal(v0.get(), v1.get())); in self_test()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
H A D | byte_array_test.cc | 75 EXPECT_TRUE(std::equal(b1.begin(), b1.end(), b2.begin())); in ReadComparison() 87 EXPECT_TRUE(std::equal(b1.begin(), b1.end(), b2.begin())); in ReadComparison()
|
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | macro-assembler-ia32.cc | 540 j(equal, &ok, Label::kNear); in CallRecordWriteStub() 655 j(equal, &done, Label::kNear); in CallRecordWriteStub() 679 j(equal, &done, Label::kNear); in CallRecordWriteStub() 704 j(equal, &done, Label::kNear); in CallRecordWriteStub() 740 Check(equal, AbortReason::kOperandIsNotASmi); in CallRecordWriteStub() 795 Check(equal, AbortReason::kOperandIsNotABoundFunction); in CallRecordWriteStub() 815 j(equal, &do_check, Label::kNear); in CallRecordWriteStub() 819 j(equal, &do_check, Label::kNear); in CallRecordWriteStub() 828 Check(equal, AbortReason::kOperandIsNotAGeneratorObject); in CallRecordWriteStub() 838 j(equal, in CallRecordWriteStub() [all...] |
/third_party/icu/icu4c/source/common/unicode/ |
H A D | stringtriebuilder.h | 350 equal[length]=NULL; in add() 358 equal[length]=node; in add() 364 Node *equal[kMaxBranchLinearSubNodeLength]; // NULL means "has final value". member in StringTrieBuilder::ListBranchNode
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | stringtriebuilder.h | 350 equal[length]=nullptr; in add() 358 equal[length]=node; in add() 364 Node *equal[kMaxBranchLinearSubNodeLength]; // nullptr means "has final value". member in StringTrieBuilder::ListBranchNode
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-shape-plan.cc | 156 hb_shape_plan_key_t::equal (const hb_shape_plan_key_t *other) in equal() function in hb_shape_plan_key_t 161 this->ot.equal (&other->ot) && in equal() 548 if (node->shape_plan->key.equal (&key)) in hb_shape_plan_create_cached2()
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | stringtriebuilder.h | 350 equal[length]=NULL; in add() 358 equal[length]=node; in add() 364 Node *equal[kMaxBranchLinearSubNodeLength]; // NULL means "has final value". member in StringTrieBuilder::ListBranchNode
|
/third_party/node/deps/npm/node_modules/archy/test/ |
H A D | multi_line.js | 27 t.equal(s, [
|
H A D | non_unicode.js | 27 t.equal(s, [
|