Home
last modified time | relevance | path

Searched refs:expected_count (Results 1 – 1 of 1) sorted by relevance

/glibc-2.36/misc/
Dtst-tsearch.c189 walk_tree_with (void *root, int expected_count, in walk_tree_with() argument
199 for (i = 0; i < expected_count; ++i) in walk_tree_with()
207 if (max_depth > log (expected_count) * 2 + 2) in walk_tree_with()
209 if (max_depth > expected_count) in walk_tree_with()
218 walk_tree (void *root, int expected_count) in walk_tree() argument
221 walk_tree_with (root, expected_count, twalk); in walk_tree()
228 walk_tree_with (root, expected_count, twalk_with_twalk_r); in walk_tree()