Home | History | Annotate | Download | only in tools

Lines Matching full:tries

46       "  -N, --min-num-tries=[N]  limits the number of tries to N"
48 " -n, --max-num-tries=[N] limits the number of tries to N"
50 " -P, --patricia-trie build patricia tries (default)\n"
51 " -p, --prefix-trie build prefix tries\n"
66 std::cout << "#tries: " << param_min_num_tries
295 "#tries", "#nodes", "size",
327 { "min-num-tries", 1, NULL, 'N' },
328 { "max-num-tries", 1, NULL, 'n' },