Searched defs:num_keys (Results 1 – 15 of 15) sorted by relevance
/external/marisa-trie/tests/ |
D | c-test.c | 60 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/ |
D | c-test.c | 65 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/ |
D | marisa-benchmark.cc | 113 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
|
D | marisa-predict.cc | 66 std::size_t num_keys = trie.predict(str); in predict() local
|
D | marisa-find.cc | 42 const std::size_t num_keys = trie.find(str, &key_ids, &lengths); in find_all() local
|
/external/marisa-trie/v0_1_5/tools/ |
D | marisa_alpha-benchmark.cc | 113 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
|
D | marisa_alpha-predict.cc | 66 std::size_t num_keys = trie.predict(str); in predict() local
|
D | marisa_alpha-find.cc | 42 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/ |
D | trie-build.cc | 11 void Trie::build(const char * const *keys, std::size_t num_keys, in build()
|
D | trie-inline.h | 135 inline std::size_t Trie::num_keys() const { in num_keys() function
|
D | trie-c.cc | 81 const char * const *keys, size_t num_keys, const size_t *key_lengths, in marisa_alpha_build()
|
/external/marisa-trie/lib/marisa/ |
D | trie-build.cc | 11 void Trie::build(const char * const *keys, std::size_t num_keys, in build()
|
D | trie-inline.h | 134 inline std::size_t Trie::num_keys() const { in num_keys() function
|
D | trie-c.cc | 81 size_t num_keys, const size_t *key_lengths, const double *key_weights, in marisa_build()
|
/external/openssh/ |
D | misc.c | 570 u_int num_keys, i, j; in percent_expand() local
|