Home
last modified time | relevance | path

Searched defs:key_id (Results 1 – 25 of 30) sorted by relevance

12

/external/marisa-trie/v0_1_5/tests/
Dc-test.c66 marisa_alpha_uint32 key_id, size_t key_length) { in callback_for_find()
75 marisa_alpha_uint32 key_id, const char *key, size_t key_length) { in callback_for_predict()
102 marisa_alpha_uint32 key_id; in TestTrie() local
Dtrie-test.cc17 bool operator()(marisa_alpha::UInt32 key_id, std::size_t key_length) const { in operator ()()
39 bool operator()(marisa_alpha::UInt32 key_id, const std::string &key) const { in operator ()()
/external/marisa-trie/tests/
Dc-test.c61 marisa_uint32 key_id, size_t key_length) { in callback_for_find()
70 marisa_uint32 key_id, const char *key, size_t key_length) { in callback_for_predict()
97 marisa_uint32 key_id; in TestTrie() local
Dtrie-test.cc17 bool operator()(marisa::UInt32 key_id, std::size_t key_length) const { in operator ()()
39 bool operator()(marisa::UInt32 key_id, const std::string &key) const { in operator ()()
/external/marisa-trie/lib/marisa/
Dcell.h18 void set_key_id(UInt32 key_id) { in set_key_id()
31 UInt32 key_id() const { in key_id() function
Dtrie-c.cc16 bool operator()(marisa::UInt32 key_id, std::size_t key_length) const { in operator ()()
37 bool operator()(marisa::UInt32 key_id, const std::string &key) const { in operator ()()
162 marisa_status marisa_restore(const marisa_trie *h, marisa_uint32 key_id, in marisa_restore()
174 const char *ptr, size_t length, marisa_uint32 *key_id) { in marisa_lookup()
208 marisa_uint32 *key_id, size_t *key_length) { in marisa_find_first()
224 marisa_uint32 *key_id, size_t *key_length) { in marisa_find_last()
Dtrie-search.cc20 bool operator()(marisa::UInt32 key_id, const std::string &key) { in operator ()()
50 void Trie::restore(UInt32 key_id, std::string *key) const { in restore()
57 std::size_t Trie::restore(UInt32 key_id, char *key_buf, in restore()
248 void Trie::restore_(UInt32 key_id, std::string *key) const { in restore_()
295 std::size_t Trie::restore_(UInt32 key_id, char *key_buf, in restore_()
538 const UInt32 key_id = node_to_key_id(node); in predict_breadth_first_() local
561 for (UInt32 key_id = key_id_begin; key_id < key_id_end; ++key_id) { in predict_breadth_first_() local
570 for (UInt32 key_id = key_id_begin; key_id < key_id_end; ++key_id) { in predict_breadth_first_() local
Dtrie-inline.h300 inline UInt32 Trie::key_id_to_node(UInt32 key_id) const { in key_id_to_node()
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
Dcell.h18 void set_key_id(UInt32 key_id) { in set_key_id()
31 UInt32 key_id() const { in key_id() function
Dtrie-c.cc16 bool operator()(marisa_alpha::UInt32 key_id, std::size_t key_length) const { in operator ()()
37 bool operator()(marisa_alpha::UInt32 key_id, const std::string &key) const { in operator ()()
183 marisa_alpha_uint32 key_id, char *key_buf, size_t key_buf_size, in marisa_alpha_restore()
197 const char *ptr, size_t length, marisa_alpha_uint32 *key_id) try { in marisa_alpha_lookup()
235 marisa_alpha_uint32 *key_id, size_t *key_length) { in marisa_alpha_find_first()
251 marisa_alpha_uint32 *key_id, size_t *key_length) { in marisa_alpha_find_last()
Dtrie-search.cc20 bool operator()(marisa_alpha::UInt32 key_id, const std::string &key) { in operator ()()
50 void Trie::restore(UInt32 key_id, std::string *key) const { in restore()
57 std::size_t Trie::restore(UInt32 key_id, char *key_buf, in restore()
259 void Trie::restore_(UInt32 key_id, std::string *key) const { in restore_()
314 std::size_t Trie::restore_(UInt32 key_id, char *key_buf, in restore_()
561 const UInt32 key_id = node_to_key_id(node); in predict_breadth_first_() local
584 for (UInt32 key_id = key_id_begin; key_id < key_id_end; ++key_id) { in predict_breadth_first_() local
593 for (UInt32 key_id = key_id_begin; key_id < key_id_end; ++key_id) { in predict_breadth_first_() local
Dtrie-inline.h309 inline UInt32 Trie::key_id_to_node(UInt32 key_id) const { in key_id_to_node()
/external/openssl/crypto/engine/
Deng_pkey.c96 EVP_PKEY *ENGINE_load_private_key(ENGINE *e, const char *key_id, in ENGINE_load_private_key()
132 EVP_PKEY *ENGINE_load_public_key(ENGINE *e, const char *key_id, in ENGINE_load_public_key()
Deng_openssl.c371 static EVP_PKEY *openssl_load_privkey(ENGINE *eng, const char *key_id, in openssl_load_privkey()
/external/marisa-trie/v0_1_5/tools/
Dmarisa_alpha-find.cc58 const marisa_alpha::UInt32 key_id = trie.find_first(str, &length); in find_first() local
69 const marisa_alpha::UInt32 key_id = trie.find_last(str, &length); in find_last() local
Dmarisa_alpha-lookup.cc55 const marisa_alpha::UInt32 key_id = trie.lookup(str); in lookup() local
Dmarisa_alpha-benchmark.cc204 const marisa_alpha::UInt32 key_id = trie.lookup(keys[i].first); in benchmark_lookup() local
/external/marisa-trie/tools/
Dmarisa-find.cc58 const marisa::UInt32 key_id = trie.find_first(str, &length); in find_first() local
69 const marisa::UInt32 key_id = trie.find_last(str, &length); in find_last() local
Dmarisa-lookup.cc55 const marisa::UInt32 key_id = trie.lookup(str); in lookup() local
Dmarisa-benchmark.cc204 const marisa::UInt32 key_id = trie.lookup(keys[i].first); in benchmark_lookup() local
/external/tcpdump/
Dntp.h90 u_int32_t key_id; member
Dprint-rsvp.c291 u_int8_t key_id[6]; member
/external/openssh/
Dkey.h67 char *key_id; member
/external/wpa_supplicant_8/src/eap_peer/
Deap_config.h467 char *key_id; member
/external/wpa_supplicant_8/src/crypto/
Dtls.h151 const char *key_id; member

12