Searched refs:SPLAY_NEXT (Results 1 - 3 of 3) sorted by relevance
/third_party/FreeBSD/sys/sys/ |
H A D | tree.h | 290 #define SPLAY_NEXT(name, x, y) name##_SPLAY_NEXT(x, y) macro 299 (x) = SPLAY_NEXT(name, head, x))
|
/third_party/libuv/include/uv/ |
H A D | tree.h | 286 #define SPLAY_NEXT(name, x, y) name##_SPLAY_NEXT(x, y) macro 295 (x) = SPLAY_NEXT(name, head, x))
|
/third_party/node/deps/uv/include/uv/ |
H A D | tree.h | 286 #define SPLAY_NEXT(name, x, y) name##_SPLAY_NEXT(x, y) macro 295 (x) = SPLAY_NEXT(name, head, x))
|
Completed in 4 milliseconds