Searched refs:IS_LEAF (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/libraries/liblmdb/
H A Dmdb.c865 #define IS_LEAF(p) F_ISSET((p)->mp_flags, P_LEAF) macro
2499 if (IS_LEAF(np))
5306 nkeys, IS_LEAF(mp) ? "leaf" : "branch", IS_SUBP(mp) ? "sub-" : "",
5309 low = IS_LEAF(mp) ? 0 : 1;
5349 if (IS_LEAF(mp))
5564 if (!IS_LEAF(mp)) {
5942 mdb_cassert(mc, IS_LEAF(mp));
6016 if (!IS_LEAF(mp))
6156 mdb_cassert(mc, IS_LEAF(mp));
6172 mdb_cassert(mc, IS_LEAF(m
[all...]
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DPathTree.cc53 #define IS_LEAF(nd) ((nd)->descendants == NULL) macro
457 if (dinstr->id == instr->id && leaf == IS_LEAF (dsc))
524 else if (leaf == IS_LEAF (dsc))
1414 if (IS_LEAF (node) || node == NODE_IDX (root_idx))
1591 if (match && IS_LEAF (node))
2077 if (IS_LEAF (node))
2132 if (IS_LEAF (node) || node == NODE_IDX (root_idx))
2248 if (IS_LEAF (node) || node == NODE_IDX (root_idx))
2560 if (IS_LEAF (node))

Completed in 222 milliseconds