Searched refs:RB_NFIND (Results 1 - 7 of 7) sorted by relevance
/third_party/libuv/src/win/ |
H A D | signal.c | 92 for (handle = RB_NFIND(uv_signal_tree_s, &uv__signal_tree, &lookup); in RB_GENERATE_STATIC()
|
/third_party/node/deps/uv/src/win/ |
H A D | signal.c | 92 for (handle = RB_NFIND(uv_signal_tree_s, &uv__signal_tree, &lookup); in RB_GENERATE_STATIC()
|
/third_party/node/deps/uv/src/unix/ |
H A D | signal.c | 174 handle = RB_NFIND(uv__signal_tree_s, &uv__signal_tree, &lookup); in uv__signal_first_handle()
|
/third_party/libuv/src/unix/ |
H A D | signal.c | 193 handle = RB_NFIND(uv__signal_tree_s, &uv__signal_tree, &lookup); in uv__signal_first_handle()
|
/third_party/FreeBSD/sys/sys/ |
H A D | tree.h | 823 #define RB_NFIND(name, x, y) name##_RB_NFIND(x, y) macro
|
/third_party/libuv/include/uv/ |
H A D | tree.h | 732 #define RB_NFIND(name, x, y) name##_RB_NFIND(x, y) macro
|
/third_party/node/deps/uv/include/uv/ |
H A D | tree.h | 732 #define RB_NFIND(name, x, y) name##_RB_NFIND(x, y) macro
|
Completed in 6 milliseconds