Home
last modified time | relevance | path

Searched refs:node_end (Results 1 – 4 of 4) sorted by relevance

/external/marisa-trie/v0_1_5/lib/marisa_alpha/
Dtrie-search.cc578 UInt32 node_end = louds_pos_to_node(get_child(node + 1), node + 1); in predict_breadth_first_() local
579 while (node_begin < node_end) { in predict_breadth_first_()
581 const UInt32 key_id_end = node_to_key_id(node_end); in predict_breadth_first_()
607 node_end = louds_pos_to_node(get_child(node_end), node_end); in predict_breadth_first_()
/external/marisa-trie/lib/marisa/
Dtrie-search.cc555 UInt32 node_end = louds_pos_to_node(get_child(node + 1), node + 1); in predict_breadth_first_() local
556 while (node_begin < node_end) { in predict_breadth_first_()
558 const UInt32 key_id_end = node_to_key_id(node_end); in predict_breadth_first_()
584 node_end = louds_pos_to_node(get_child(node_end), node_end); in predict_breadth_first_()
/external/marisa-trie/
Dandroid_diff.txt476 node_end = louds_pos_to_node(get_child(node_end), node_end);
/external/libxml2/
Dxmlreader.c1380 goto node_end; in xmlTextReaderRead()
1479 goto node_end; in xmlTextReaderRead()
1610 node_end: in xmlTextReaderRead()