Home
last modified time | relevance | path

Searched refs:equal (Results 76 - 100 of 1781) sorted by relevance

12345678910>>...72

/third_party/mesa3d/src/compiler/glsl/
H A Dlower_subroutine.cpp115 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 Dlower_vector_derefs.cpp116 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 Dunicodestring.cc24 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 Dbaseline-compiler-ia32-inl.h37 __ 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 Dbaseline-compiler-x64-inl.h39 __ 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 DStringView.h108 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 Dv3_utl.c589 * 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 Dhist.c271 * 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 Dhist.c272 * 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 Dcenter.js12 t.equal(s, [
H A Ddoubledot.js15 t.equal(s, [
H A Ddotalign.js13 t.equal(s, [
H A Dtable.js10 t.equal(s, [
H A Dalign.js12 t.equal(s, [
/third_party/node/deps/npm/node_modules/jsonparse/test/
H A Dunvalid.js10 t.equal(1, count);
/third_party/node/deps/v8/src/wasm/
H A Dstruct-types.h56 return std::equal(fields().begin(), fields().end(), in operator ==()
58 std::equal(mutabilities().begin(), mutabilities().end(), in operator ==()
/third_party/skia/tests/
H A DVerticesTest.cpp18 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 Dbyte_array_test.cc75 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 Dmacro-assembler-ia32.cc540 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 Dstringtriebuilder.h350 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 Dstringtriebuilder.h350 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 Dhb-shape-plan.cc156 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 Dstringtriebuilder.h350 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 Dmulti_line.js27 t.equal(s, [
H A Dnon_unicode.js27 t.equal(s, [

Completed in 16 milliseconds

12345678910>>...72