Searched refs:next_terminals (Results 1 - 2 of 2) sorted by relevance

/external/marisa-trie/lib/marisa/
H A Dtrie-build.cc135 Vector<UInt32> next_terminals; local
136 build_next(keys, &next_terminals, progress);
146 for (UInt32 i = 0; i < next_terminals.size(); ++i) {
147 labels_[link_flags_.select1(i)] = (UInt8)(next_terminals[i] % 256);
148 next_terminals[i] /= 256;
155 links_.build(next_terminals);
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
H A Dtrie-build.cc144 Vector<UInt32> next_terminals; local
145 build_next(keys, &next_terminals, progress);
155 for (UInt32 i = 0; i < next_terminals.size(); ++i) {
156 labels_[link_flags_.select1(i)] = (UInt8)(next_terminals[i] % 256);
157 next_terminals[i] /= 256;
164 links_.build(next_terminals);

Completed in 145 milliseconds