Searched refs:SPLAY_MIN (Results 1 – 5 of 5) sorted by relevance
182 curr = SPLAY_MIN(_tree, &t->tree); in tree_iter()205 curr = SPLAY_MIN(_tree, &t->tree); in tree_iterfrom()
195 curr = SPLAY_MIN(_dict, &d->dict); in dict_iter()219 curr = SPLAY_MIN(_dict, &d->dict); in dict_iterfrom()
85 ins = SPLAY_MIN(tree, &root); in main()
282 #define SPLAY_MIN(name, x) (SPLAY_EMPTY(x) ? NULL \ macro288 for ((x) = SPLAY_MIN(name, head); \
793 while ((id = SPLAY_MIN(idr_tree, &idr->tree))) { in idr_destroy()1008 while ((id = SPLAY_MIN(xarray_tree, &xa->xa_tree))) { in xa_destroy()