Searched refs:SPLAY_MIN (Results 1 – 6 of 6) sorted by relevance
86 ins = SPLAY_MIN(tree, &root); in ATF_TC_BODY()
280 #define SPLAY_MIN(name, x) (SPLAY_EMPTY(x) ? NULL \ macro286 for ((x) = SPLAY_MIN(name, head); \
287 #define SPLAY_MIN(name, x) (SPLAY_EMPTY(x) ? NULL \ macro293 for ((x) = SPLAY_MIN(name, head); \
297 #define SPLAY_MIN(name, x) (SPLAY_EMPTY(x) ? NULL \ macro303 for ((x) = SPLAY_MIN(name, head); \
385 tree.3 SPLAY_MIN.3 \