Searched refs:RB_MIN (Results 1 - 4 of 4) sorted by relevance
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
H A D | rbtree.h | 87 #define rb_first(root) RB_MIN(linux_root, (struct linux_root *)(root))
|
/third_party/FreeBSD/sys/sys/ |
H A D | tree.h | 826 #define RB_MIN(name, x) name##_RB_MINMAX(x, RB_NEGINF) macro 830 for ((x) = RB_MIN(name, head); \ 840 for ((x) = RB_MIN(name, head); \
|
/third_party/libuv/include/uv/ |
H A D | tree.h | 735 #define RB_MIN(name, x) name##_RB_MINMAX(x, RB_NEGINF) macro 739 for ((x) = RB_MIN(name, head); \ 749 for ((x) = RB_MIN(name, head); \
|
/third_party/node/deps/uv/include/uv/ |
H A D | tree.h | 735 #define RB_MIN(name, x) name##_RB_MINMAX(x, RB_NEGINF) macro 739 for ((x) = RB_MIN(name, head); \ 749 for ((x) = RB_MIN(name, head); \
|
Completed in 5 milliseconds