Home
last modified time | relevance | path

Searched refs:first_child (Results 1 – 7 of 7) sorted by relevance

/external/openfst/src/include/fst/extensions/ngram/
Dngram-fst.h573 size_t first_child = context_index_.Select0(node_rank) + 1; in Transition() local
574 if (context_index_.Get(first_child) == false) { in Transition()
579 children = context_words_ + context_index_.Rank1(first_child); in Transition()
580 loc = lower_bound(children, children + last_child - first_child + 1, in Transition()
582 if (loc == children + last_child - first_child + 1 || in Transition()
586 node = first_child + loc - children; in Transition()
588 first_child = context_index_.Select0(node_rank) + 1; in Transition()
589 if (context_index_.Get(first_child) == false) break; in Transition()
609 size_t first_child = context_index_.Select0(node_rank) + 1; in GetStates() local
611 if (context_index_.Get(first_child) != false) { in GetStates()
[all …]
/external/e2fsprogs/e2fsck/
Dprofile.c142 struct profile_node *first_child; member
1059 for (child=node->first_child; child; child = next) { in profile_free_node()
1124 if (node->value && node->first_child) in profile_verify_node()
1128 for (p = node->first_child; p; last = p, p = p->next) { in profile_verify_node()
1164 for (p=section->first_child, last = 0; p; last = p, p = p->next) { in profile_add_node()
1183 section->first_child = new; in profile_add_node()
1214 p = section->first_child; in profile_find_node()
1392 for (p=section->first_child; p; p = p->next) { in profile_node_iterator()
1410 iter->node = section->first_child; in profile_node_iterator()
/external/selinux/libsepol/cil/src/
Dcil_tree.h68 …ruct cil_tree_node *node, uint32_t *finished, void *extra_args), int (*first_child)(struct cil_tre…
Dcil_tree.c176 int (*first_child)(struct cil_tree_node *node, void *extra_args), in cil_tree_walk_core()
198 rc = cil_tree_walk(node, process_node, first_child, last_child, extra_args); in cil_tree_walk_core()
212 int (*first_child)(struct cil_tree_node *node, void *extra_args), in cil_tree_walk()
222 if (first_child != NULL) { in cil_tree_walk()
223 rc = (*first_child)(node->cl_head, extra_args); in cil_tree_walk()
230 rc = cil_tree_walk_core(node->cl_head, process_node, first_child, last_child, extra_args); in cil_tree_walk()
/external/lldb/scripts/Python/interface/
DSBBlock.i153 …if _newclass: first_child = property(GetFirstChild, None, doc='''A read only property that returns…
/external/android-clat/
Dconfig.c314 if(root->first_child == NULL) { in read_config()
/external/lldb/www/python_reference/
Dapi-objects.txt2393 lldb.SBBlock.first_child lldb.SBBlock-class.html#first_child