Home
last modified time | relevance | path

Searched defs:search (Results 51 - 75 of 116) sorted by relevance

12345

/third_party/eudev/src/udev/
H A Dudevadm-hwdb.c107 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 Dregister.h161 RegisterType search; in find_reg_index() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DCharsetRecog_sbcs.java54 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 DCharsetRecog_sbcs.java55 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 Dinvocation.cpp188 const std::string search = "-cl-std=CL"; in get_language_version() local
/third_party/musl/porting/linux/user/src/time/
H A D__tz.c161 static const char search[] = in do_tzset() local
/third_party/musl/src/time/
H A D__tz.c190 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 Dstring-search.h235 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 Dstoreutl.c86 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 Dstoreutl.c86 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 Dusrchimp.h169 struct USearch *search; member
H A Dcsrsbcs.cpp40 int32_t NGramParser::search(const int32_t *table, int32_t value) in search() function in NGramParser
/third_party/icu/icu4c/source/i18n/
H A Dcsrsbcs.cpp40 int32_t NGramParser::search(const int32_t *table, int32_t value) in search() function in NGramParser
/third_party/libcoap/examples/
H A Dcoap-rd.c277 parse_param(const uint8_t *search, in parse_param() argument
/third_party/mesa3d/src/compiler/nir/
H A Dnir_search.c689 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 Dnode_binding.cc173 dl_wrap search = { in wrapped_dlopen() local
/third_party/node/deps/icu-small/source/i18n/
H A Dcsrsbcs.cpp40 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 Dsrchtest.cpp257 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 Dvk_pipeline_cache.c180 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 Dstore_lib.c307 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 Dstore_lib.c307 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 DWindowsManifestMerger.cpp126 static xmlNsPtr search(const unsigned char *HRef, xmlNodePtr Node) { in search() function
/third_party/toybox/toys/pending/
H A Ddiff.c104 static int search (struct candidate **K, int r, int k, int j) in search() function
/third_party/python/Modules/_sre/
H A Dsre_lib.h1631 SRE(search)(SRE_STATE* state, SRE_CODE* pattern) in search() function
/third_party/backends/backend/escl/
H A Descl.c344 get_vendor(char *search) in get_vendor() argument
[all...]

Completed in 35 milliseconds

12345