Home
last modified time | relevance | path

Searched defs:IS_LEAF (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DPathTree.cc53 #define IS_LEAF(nd) ((nd)->descendants == NULL) macro
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DPathTree.cc53 #define IS_LEAF(nd) ((nd)->descendants == NULL) macro
/netbsd-src/external/bsd/openldap/dist/libraries/liblmdb/
H A Dmdb.c865 #define IS_LEAF(p) F_ISSET((p)->mp_flags, P_LEAF) macro