HomeSort by relevance Sort by last modified time
    Searched refs:is_leaf (Results 1 - 13 of 13) sorted by null

  /external/libxkbcommon/xkbcommon/src/compose/
table.h 75 bool is_leaf:1; member in struct:compose_node
state.c 110 context = (node->is_leaf ? 0 : node->u.successor);
141 if (state->context == 0 && !prev_node->is_leaf)
147 if (!node->is_leaf)
160 if (!node->is_leaf)
193 if (!node->is_leaf)
parser.c 370 .is_leaf = true,
413 if (node->is_leaf) {
425 node->is_leaf = false;
434 if (!node->is_leaf) {
table.c 61 root.is_leaf = true;
  /toolchain/binutils/binutils-2.27/gold/
arm-reloc-property.cc 168 if (!node->is_leaf()
169 && node->child(0)->is_leaf()
205 if (!node->is_leaf()
206 && node->child(0)->is_leaf()
210 && node->child(2)->is_leaf()
217 if (!node->is_leaf()
218 && node->child(0)->is_leaf()
222 && node->child(2)->is_leaf()
229 if (!node->is_leaf() && node->child(0)->is_leaf())
    [all...]
arm-reloc-property.h 191 is_leaf() const function in class:gold::Arm_reloc_property::Tree_node
  /development/testrunner/
make_tree.py 54 def _SetLeaf(self, is_leaf):
55 self._is_leaf = is_leaf
  /system/extras/simpleperf/
CallChainJoiner.h 38 uint32_t is_leaf : 1; member in struct:simpleperf::call_chain_joiner_impl::CacheNode
41 // When is_leaf = false, children_count remembers how many nodes have current node as parent.
42 // When is_leaf = true, leaf_link_prev and leaf_link_next keeps current node in a LRU linked list.
120 node->is_leaf = true;
CallChainJoiner.cpp 36 nodes_[0].is_leaf = 1;
115 if (node->is_leaf) {
126 node->is_leaf = 1;
156 if (new_parent->is_leaf) {
158 new_parent->is_leaf = 0;
  /external/e2fsprogs/e2fsck/
pass2.c 904 int is_leaf = 1; local
1077 is_leaf = (dx_db->type == DX_DIRBLOCK_LEAF);
1082 if (is_leaf && !inline_data_size && failed_csum &&
1097 if (!is_leaf)
    [all...]
pass1.c 2563 int is_dir, is_leaf; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
function.h 443 bool is_leaf;
442 bool is_leaf; variable
  /external/selinux/libsepol/cil/src/
cil_binary.c 2672 int is_leaf = CIL_FALSE; local
    [all...]

Completed in 814 milliseconds