Home
last modified time | relevance | path

Searched defs:IS_BLACK (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DPRBTree.cc38 #define IS_BLACK(x) ((x)==NULL || (x)->color == Black) macro
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DPRBTree.cc38 #define IS_BLACK(x) ((x)==NULL || (x)->color == Black) macro
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Drbt.c154 #define IS_BLACK( global() macro
[all...]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Drbt.c283 #define IS_BLACK(node) ((node) == NULL || (node)->color == BLACK) macro