Searched refs:SPLAY_MIN (Results 1 – 2 of 2) sorted by relevance
282 #define SPLAY_MIN(name, x) (SPLAY_EMPTY(x) ? NULL \ macro288 for ((x) = SPLAY_MIN(name, head); \
291 #define SPLAY_MIN(name, x) (SPLAY_EMPTY(x) ? NULL \ macro297 for ((x) = SPLAY_MIN(name, head); \