Searched defs:last_child (Results 1 - 2 of 2) sorted by relevance

/external/qemu/android/
H A Dconfig-file.h26 AConfig* last_child; member in struct:AConfig
/external/openfst/src/include/fst/extensions/ngram/
H A Dngram-fst.h557 const size_t last_child = context_index_.Select0(node_rank + 1) - 1; local
558 root_num_children_ = last_child - root_first_child_ + 1;
577 size_t last_child = context_index_.Select0(node_rank + 1) - 1; local
580 loc = lower_bound(children, children + last_child - first_child + 1,
582 if (loc == children + last_child - first_child + 1 ||
590 last_child = context_index_.Select0(node_rank + 1) - 1;
612 size_t last_child = context_index_.Select0(node_rank + 1) - 1; local
615 loc = lower_bound(children, children + last_child - first_child + 1,
617 if (loc == children + last_child - first_child + 1 || *loc != *cit) {
626 last_child
[all...]

Completed in 1086 milliseconds