Home
last modified time | relevance | path

Searched defs:RB_GENERATE_STATIC (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/mit/libuv/dist/src/win/
H A Dsignal.c72 RB_GENERATE_STATIC(uv_signal_tree_s, uv_signal_s, tree_entry, uv__signal_compare) in RB_GENERATE_STATIC() function
/netbsd/lib/libc/stdlib/
H A Djemalloc.c1306 RB_GENERATE_STATIC(chunk_tree_s, chunk_node_s, link, chunk_comp) in RB_GENERATE_STATIC() function
1669 RB_GENERATE_STATIC(arena_chunk_tree_s, arena_chunk_s, link, arena_chunk_comp) in RB_GENERATE_STATIC() function
1687 RB_GENERATE_STATIC(arena_run_tree_s, arena_run_s, link, arena_run_comp) in RB_GENERATE_STATIC() function
/netbsd/external/bsd/ipf/dist/sys/
H A Dtree.h407 #define RB_GENERATE_STATIC(name, type, field, cmp) \ macro
/netbsd/sys/sys/
H A Dtree.h398 #define RB_GENERATE_STATIC(name, type, field, cmp) \ macro
/netbsd/external/mit/libuv/dist/include/uv/
H A Dtree.h404 #define RB_GENERATE_STATIC(name, type, field, cmp) \ macro