/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bi_schedule.c | 1523 bool match = (lo || hi); in bi_merge_singles() local [all...] |
/third_party/node/deps/openssl/openssl/engines/ |
H A D | e_capi.c | 1475 int match; in capi_find_cert() local
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_match.c | 589 match(PCRE2_SPTR start_eptr, PCRE2_SPTR start_ecode, uint16_t top_bracket, match() function [all...] |
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkRayTracingUtil.cpp | 566 auto match = std::find_if(addrs.begin(), end, [&](const deUint64& item){ return item == lookAddr; }); in SerialStorage() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | ProgramLinkedResources.cpp | 1695 bool match = false; LinkValidateShaderInterfaceMatching() local [all...] |
/third_party/openssl/engines/ |
H A D | e_capi.c | 1475 int match; in capi_find_cert() local
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | turbojpeg.c | 355 int match = 0; in getSubsamp() local 377 int match = 0; in getSubsamp() local 399 int match = 0; in getSubsamp() local
|
/third_party/skia/src/pathops/ |
H A D | SkOpSegment.cpp | 1050 bool SkOpSegment::match(const SkOpPtT* base, const SkOpSegment* testParent, double testT, in match() function in SkOpSegment
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | FileCheck.cpp | 602 Expected<size_t> Pattern::match(StringRef Buffer, size_t &MatchLen, in match() function in Pattern [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ubidiimp.h | 162 int32_t match; /* matching char or -position of closing bracket */ member
|
H A D | umutablecptrie.cpp | 667 bool match; in findHighStart() local
|
H A D | unistr.cpp | 1045 const UChar *match = u_strFindFirst(array + start, length, srcChars + srcStart, srcLength); in indexOf() local 1063 const UChar *match = u_memchr(array + start, c, length); in doIndexOf() local 1080 const UChar *match = u_memchr32(array + start, c, length); in doIndexOf() local 1109 const UChar *match in lastIndexOf() local 1131 const UChar *match = u_memrchr(array + start, c, length); doLastIndexOf() local 1148 const UChar *match = u_memrchr32(array + start, c, length); doLastIndexOf() local [all...] |
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | ps.c | 419 struct ptr_len match[] = { in shared_match_process() local 1686 regmatch_t match; match_pgrep() local [all...] |
/third_party/toybox/toys/posix/ |
H A D | ps.c | 462 struct ptr_len match[] = { in shared_match_process() local 1844 regmatch_t match; match_pgrep() local [all...] |
/third_party/python/Modules/_sre/ |
H A D | sre.c | 650 PyObject *match; in _sre_SRE_Pattern_match_impl() local 693 PyObject *match; in _sre_SRE_Pattern_fullmatch_impl() local 739 PyObject *match; in _sre_SRE_Pattern_search_impl() local 1062 PyObject* match; pattern_subx() local 2454 MatchObject* match; pattern_new_match() local 2586 PyObject* match; _sre_SRE_Scanner_match_impl() local 2636 PyObject* match; _sre_SRE_Scanner_search_impl() local [all...] |
/third_party/python/Lib/test/ |
H A D | test_buffer.py | 975 def match(req, flag): function [all...] |
/third_party/protobuf/src/google/protobuf/util/ |
H A D | message_differencer.cc | 893 bool match; in IsMatch() local 1314 bool match = false; in CompareUnknownFields() local 1646 bool match = false; MatchRepeatedFieldIndices() local [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | btree.h | 444 MatchKind match; member
|
/third_party/selinux/libselinux/src/ |
H A D | selinux_restorecon.c | 315 bool match; in add_xattr_entry() local
|
/third_party/selinux/libsepol/src/ |
H A D | expand.c | 1629 int match = 0; in find_avtab_node() local 3220 unsigned int match = 0; in expand_avtab_insert() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | tls_wolfssl.c | 601 static int tls_match_alt_subject(WOLFSSL_X509 *cert, const char *match) in tls_match_alt_subject() argument 645 static int domain_suffix_match(const char *val, size_t len, const char *match, in domain_suffix_match() argument 676 tls_match_suffix_helper(WOLFSSL_X509 *cert, const char *match, size_t match_len, int full) tls_match_suffix_helper() argument 746 tls_match_suffix(WOLFSSL_X509 *cert, const char *match, int full) tls_match_suffix() argument 952 char *match, *altmatch, *suffix_match, *domain_match; tls_verify_cb() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | edit.c | 178 struct edit_history *h, *match = NULL, *last = NULL; in history_add() local 891 char *match = search_find(); in search_redraw() local 917 char *match = search_find(); in search_stop() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | interworking.c | 570 int match = 0; in nai_realm_match() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | hostapd_cli.c | 1786 const struct hostapd_cli_cmd *cmd, *match = NULL; in wpa_request() local
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglImageFormatTests.cpp | 543 bool match = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refSurface, screen, threshold, tcu::COMPARE_LOG_RESULT); in invokeGLES() local 649 bool match = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refSurface, screen, threshold, tcu::COMPARE_LOG_RESULT); in invokeGLES() local 751 bool match = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refSurface0, screen0, threshold, tcu::COMPARE_LOG_RESULT); in invokeGLES() local 902 bool match in invokeGLES() local 1012 bool match = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refSurface, screen, threshold, tcu::COMPARE_LOG_RESULT); invokeGLES() local 1115 bool match = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refSurface, screen, threshold, tcu::COMPARE_LOG_RESULT); invokeGLES() local [all...] |