Home
last modified time | relevance | path

Searched refs:RB_NFIND (Results 1 – 7 of 7) sorted by relevance

/netbsd/external/mit/libuv/dist/src/win/
H A Dsignal.c92 for (handle = RB_NFIND(uv_signal_tree_s, &uv__signal_tree, &lookup); in RB_GENERATE_STATIC()
/netbsd/external/mit/libuv/dist/src/unix/
H A Dsignal.c174 handle = RB_NFIND(uv__signal_tree_s, &uv__signal_tree, &lookup); in uv__signal_first_handle()
/netbsd/external/bsd/ipf/dist/sys/
H A Dtree.h734 #define RB_NFIND(name, x, y) name##_RB_NFIND(x, y) macro
/netbsd/sys/sys/
H A Dtree.h725 #define RB_NFIND(name, x, y) name##_RB_NFIND(x, y) macro
/netbsd/external/mit/libuv/dist/include/uv/
H A Dtree.h732 #define RB_NFIND(name, x, y) name##_RB_NFIND(x, y) macro
/netbsd/crypto/external/bsd/openssh/dist/
H A Dkrl.c262 ers = RB_NFIND(revoked_serial_tree, rt, &rs); in insert_serial_range()
/netbsd/lib/libc/stdlib/
H A Djemalloc.c1474 tchunk = RB_NFIND(chunk_tree_s, &old_chunks, &key); in chunk_alloc()