| /third_party/eudev/src/udev/ |
| H A D | udevadm-hwdb.c | 107 struct trie_child_entry search; in node_lookup() local 154 struct trie_value_entry search = { in trie_node_add_value() local 181 static int trie_insert(struct trie *trie, struct trie_node *node, const char *search, in trie_insert() argument [all...] |
| /third_party/backends/backend/genesys/ |
| H A D | register.h | 161 RegisterType search; in find_reg_index() local
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | CharsetRecog_sbcs.java | 54 private static int search(int[] table, int value) in search() method in CharsetRecog_sbcs.NGramParser
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | CharsetRecog_sbcs.java | 55 private static int search(int[] table, int value) in search() method in CharsetRecog_sbcs.NGramParser
|
| /third_party/mesa3d/src/gallium/frontends/clover/llvm/ |
| H A D | invocation.cpp | 188 const std::string search = "-cl-std=CL"; in get_language_version() local
|
| /third_party/musl/porting/linux/user/src/time/ |
| H A D | __tz.c | 161 static const char search[] = in do_tzset() local
|
| /third_party/musl/src/time/ |
| H A D | __tz.c | 190 static const char search[] = in do_tzset() local 193 static const char search[] = in do_tzset() local
|
| /third_party/node/deps/v8/src/strings/ |
| H A D | string-search.h | 235 SingleCharSearch( StringSearch<PatternChar, SubjectChar>* search, base::Vector<const SubjectChar> subject, int index) SingleCharSearch() argument 268 LinearSearch( StringSearch<PatternChar, SubjectChar>* search, base::Vector<const SubjectChar> subject, int index) LinearSearch() argument 296 BoyerMooreSearch( StringSearch<PatternChar, SubjectChar>* search, base::Vector<const SubjectChar> subject, int start_index) BoyerMooreSearch() argument 415 BoyerMooreHorspoolSearch( StringSearch<PatternChar, SubjectChar>* search, base::Vector<const SubjectChar> subject, int start_index) BoyerMooreHorspoolSearch() argument 497 InitialSearch( StringSearch<PatternChar, SubjectChar>* search, base::Vector<const SubjectChar> subject, int index) InitialSearch() argument [all...] |
| /third_party/node/deps/openssl/openssl/apps/ |
| H A D | storeutl.c | 86 OSSL_STORE_SEARCH *search = NULL; in storeutl_main() local 350 process(const char *uri, const UI_METHOD *uimeth, PW_CB_DATA *uidata, int expected, int criterion, OSSL_STORE_SEARCH *search, int text, int noout, int recursive, int indent, BIO *out, const char *prog, OSSL_LIB_CTX *libctx) process() argument [all...] |
| /third_party/openssl/apps/ |
| H A D | storeutl.c | 86 OSSL_STORE_SEARCH *search = NULL; in storeutl_main() local 350 process(const char *uri, const UI_METHOD *uimeth, PW_CB_DATA *uidata, int expected, int criterion, OSSL_STORE_SEARCH *search, int text, int noout, int recursive, int indent, BIO *out, const char *prog, OSSL_LIB_CTX *libctx) process() argument [all...] |
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | usrchimp.h | 169 struct USearch *search; member
|
| H A D | csrsbcs.cpp | 40 int32_t NGramParser::search(const int32_t *table, int32_t value) in search() function in NGramParser
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | csrsbcs.cpp | 40 int32_t NGramParser::search(const int32_t *table, int32_t value) in search() function in NGramParser
|
| /third_party/libcoap/examples/ |
| H A D | coap-rd.c | 277 parse_param(const uint8_t *search, in parse_param() argument
|
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_search.c | 689 nir_replace_instr(nir_builder *build, nir_alu_instr *instr, struct hash_table *range_ht, struct util_dynarray *states, const nir_algebraic_table *table, const nir_search_expression *search, const nir_search_value *replace, nir_instr_worklist *algebraic_worklist) nir_replace_instr() argument [all...] |
| /third_party/node/src/ |
| H A D | node_binding.cc | 173 dl_wrap search = { in wrapped_dlopen() local
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | csrsbcs.cpp | 40 int32_t NGramParser::search(const int32_t *table, int32_t value) in search() function in NGramParser
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | srchtest.cpp | 257 assertEqualWithStringSearch(StringSearch *strsrch, const SearchData *search) assertEqualWithStringSearch() argument 463 assertEqual(const SearchData *search) assertEqual() argument 521 assertCanonicalEqual(const SearchData *search) assertCanonicalEqual() argument 572 assertEqualWithAttribute(const SearchData *search, USearchAttributeValue canonical, USearchAttributeValue overlap) assertEqualWithAttribute() argument 910 const SearchData *search = &(BREAKITERATOREXACT[count]); TestBreakIterator() local 1005 const SearchData *search = &(OVERLAP[count]); TestOverlap() local 1298 SearchData search = BASIC[index ++]; TestGetSetOffset() local 1421 SearchData search = MATCH[0]; TestGetMatch() local 1483 SearchData search = MATCH[count]; TestSetMatch() local 1686 const SearchData *search; TestDiacriticMatch() local 1758 const SearchData *search = &(BREAKITERATORCANONICAL[count]); TestBreakIteratorCanonical() local 1863 const SearchData *search = &(OVERLAPCANONICAL[count]); TestOverlapCanonical() local 2128 SearchData search = BASICCANONICAL[index ++]; TestGetSetOffsetCanonical() local [all...] |
| /third_party/mesa3d/src/vulkan/runtime/ |
| H A D | vk_pipeline_cache.c | 180 vk_pipeline_cache_replace_object(struct vk_pipeline_cache *cache, uint32_t hash, struct vk_pipeline_cache_object *search, struct vk_pipeline_cache_object *replace) vk_pipeline_cache_replace_object() argument
|
| /third_party/node/deps/openssl/openssl/crypto/store/ |
| H A D | store_lib.c | 307 int OSSL_STORE_find(OSSL_STORE_CTX *ctx, const OSSL_STORE_SEARCH *search) in OSSL_STORE_find() argument 853 OSSL_STORE_SEARCH *search = OPENSSL_zalloc(sizeof(*search)); OSSL_STORE_SEARCH_by_name() local 868 OSSL_STORE_SEARCH *search = OPENSSL_zalloc(sizeof(*search)); OSSL_STORE_SEARCH_by_issuer_serial() local 885 OSSL_STORE_SEARCH *search = OPENSSL_zalloc(sizeof(*search)); OSSL_STORE_SEARCH_by_key_fingerprint() local 910 OSSL_STORE_SEARCH *search = OPENSSL_zalloc(sizeof(*search)); OSSL_STORE_SEARCH_by_alias() local 924 OSSL_STORE_SEARCH_free(OSSL_STORE_SEARCH *search) OSSL_STORE_SEARCH_free() argument [all...] |
| /third_party/openssl/crypto/store/ |
| H A D | store_lib.c | 307 int OSSL_STORE_find(OSSL_STORE_CTX *ctx, const OSSL_STORE_SEARCH *search) in OSSL_STORE_find() argument 853 OSSL_STORE_SEARCH *search = OPENSSL_zalloc(sizeof(*search)); OSSL_STORE_SEARCH_by_name() local 868 OSSL_STORE_SEARCH *search = OPENSSL_zalloc(sizeof(*search)); OSSL_STORE_SEARCH_by_issuer_serial() local 885 OSSL_STORE_SEARCH *search = OPENSSL_zalloc(sizeof(*search)); OSSL_STORE_SEARCH_by_key_fingerprint() local 910 OSSL_STORE_SEARCH *search = OPENSSL_zalloc(sizeof(*search)); OSSL_STORE_SEARCH_by_alias() local 924 OSSL_STORE_SEARCH_free(OSSL_STORE_SEARCH *search) OSSL_STORE_SEARCH_free() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/WindowsManifest/ |
| H A D | WindowsManifestMerger.cpp | 126 static xmlNsPtr search(const unsigned char *HRef, xmlNodePtr Node) { in search() function
|
| /third_party/toybox/toys/pending/ |
| H A D | diff.c | 104 static int search (struct candidate **K, int r, int k, int j) in search() function
|
| /third_party/python/Modules/_sre/ |
| H A D | sre_lib.h | 1631 SRE(search)(SRE_STATE* state, SRE_CODE* pattern) in search() function
|
| /third_party/backends/backend/escl/ |
| H A D | escl.c | 344 get_vendor(char *search) in get_vendor() argument [all...] |