Home
last modified time | relevance | path

Searched refs:SPLAY_MIN (Results 1 - 3 of 3) sorted by relevance

/third_party/FreeBSD/sys/sys/
H A Dtree.h291 #define SPLAY_MIN(name, x) (SPLAY_EMPTY(x) ? NULL \ macro
297 for ((x) = SPLAY_MIN(name, head); \
/third_party/libuv/include/uv/
H A Dtree.h287 #define SPLAY_MIN(name, x) (SPLAY_EMPTY(x) ? NULL \ macro
293 for ((x) = SPLAY_MIN(name, head); \
/third_party/node/deps/uv/include/uv/
H A Dtree.h287 #define SPLAY_MIN(name, x) (SPLAY_EMPTY(x) ? NULL \ macro
293 for ((x) = SPLAY_MIN(name, head); \

Completed in 5 milliseconds