Searched refs:root (Results 1 – 2 of 2) sorted by relevance
/misc/ |
A D | tst-tsearch.c | 152 twalk_with_twalk_r (const void *root, in twalk_with_twalk_r() argument 198 walk (root, walk_action); in walk_tree_with() 218 walk_tree (void *root, int expected_count) in walk_tree() argument 343 void *root = NULL; in do_test() local 364 walk_tree (root, SIZE); in do_test() 368 walk_tree (root, SIZE); in do_test() 372 walk_tree (root, SIZE); in do_test() 379 walk_tree (root, SIZE); in do_test() 383 walk_tree (root, SIZE); in do_test() 387 walk_tree (root, SIZE); in do_test() [all …]
|
A D | tsearch.c | 185 SETBLACK(root); in check_tree() 292 node q, root; in __tsearch() local 318 return root; in __tsearch() 325 nextp = r < 0 ? LEFTPTR(root) : RIGHTPTR(root); in __tsearch() 373 node root; in weak_alias() local 389 return root; in weak_alias() 391 rootp = r < 0 ? LEFTPTR(root) : RIGHTPTR(root); in weak_alias() 463 q = LEFT(root); in weak_alias() 690 if (LEFT(root) == NULL && RIGHT(root) == NULL) in weak_alias() 729 if (LEFT(root) == NULL && RIGHT(root) == NULL) in weak_alias() [all …]
|
Completed in 8 milliseconds