Searched refs:SPLAY_MIN (Results 1 – 2 of 2) sorted by relevance
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); \