Home
last modified time | relevance | path

Searched defs:num_keys (Results 1 – 15 of 15) sorted by relevance

/external/marisa-trie/tests/
Dc-test.c60 int callback_for_find(void *num_keys, in callback_for_find()
69 int callback_for_predict(void *num_keys, in callback_for_predict()
/external/marisa-trie/v0_1_5/tests/
Dc-test.c65 int callback_for_find(void *num_keys, in callback_for_find()
74 int callback_for_predict(void *num_keys, in callback_for_predict()
/external/marisa-trie/tools/
Dmarisa-benchmark.cc113 void print_time_info(std::size_t num_keys, double elasped) { in print_time_info()
220 const std::size_t num_keys = trie.find(keys[i].first, &found_key_ids); in benchmark_find() local
240 const std::size_t num_keys = trie.predict_breadth_first( in benchmark_predict_breadth_first() local
261 const std::size_t num_keys = trie.predict_depth_first( in benchmark_predict_depth_first() local
Dmarisa-predict.cc66 std::size_t num_keys = trie.predict(str); in predict() local
Dmarisa-find.cc42 const std::size_t num_keys = trie.find(str, &key_ids, &lengths); in find_all() local
/external/marisa-trie/v0_1_5/tools/
Dmarisa_alpha-benchmark.cc113 void print_time_info(std::size_t num_keys, double elasped) { in print_time_info()
220 const std::size_t num_keys = trie.find(keys[i].first, &found_key_ids); in benchmark_find() local
240 const std::size_t num_keys = trie.predict_breadth_first( in benchmark_predict_breadth_first() local
261 const std::size_t num_keys = trie.predict_depth_first( in benchmark_predict_depth_first() local
Dmarisa_alpha-predict.cc66 std::size_t num_keys = trie.predict(str); in predict() local
Dmarisa_alpha-find.cc42 const std::size_t num_keys = trie.find(str, &key_ids, &lengths); in find_all() local
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
Dtrie-build.cc11 void Trie::build(const char * const *keys, std::size_t num_keys, in build()
Dtrie-inline.h135 inline std::size_t Trie::num_keys() const { in num_keys() function
Dtrie-c.cc81 const char * const *keys, size_t num_keys, const size_t *key_lengths, in marisa_alpha_build()
/external/marisa-trie/lib/marisa/
Dtrie-build.cc11 void Trie::build(const char * const *keys, std::size_t num_keys, in build()
Dtrie-inline.h134 inline std::size_t Trie::num_keys() const { in num_keys() function
Dtrie-c.cc81 size_t num_keys, const size_t *key_lengths, const double *key_weights, in marisa_build()
/external/openssh/
Dmisc.c570 u_int num_keys, i, j; in percent_expand() local