HomeSort by: relevance | last modified time | path
    Searched refs:IS_LEAF (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/openldap/dist/libraries/liblmdb/
mdb.c 901 #define IS_LEAF(p) F_ISSET(MP_FLAGS(p), P_LEAF)
2554 if (IS_LEAF(np))
5376 nkeys, IS_LEAF(mp) ? "leaf" : "branch", IS_SUBP(mp) ? "sub-" : "",
5379 low = IS_LEAF(mp) ? 0 : 1;
5419 if (IS_LEAF(mp))
5634 if (!IS_LEAF(mp)) {
6012 mdb_cassert(mc, IS_LEAF(mp));
6086 if (!IS_LEAF(mp))
6226 mdb_cassert(mc, IS_LEAF(mp));
6242 mdb_cassert(mc, IS_LEAF(mp))
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/src/
PathTree.cc 53 #define IS_LEAF(nd) ((nd)->descendants == NULL)
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))
  /src/external/gpl3/binutils.old/dist/gprofng/src/
PathTree.cc 53 #define IS_LEAF(nd) ((nd)->descendants == NULL)
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 30 milliseconds