OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:node_rank
(Results
1 - 1
of
1
) sorted by null
/external/openfst/src/include/fst/extensions/ngram/
ngram-fst.h
550
const size_t
node_rank
= context_index_.Rank1(0);
local
551
root_first_child_ = context_index_.Select0(
node_rank
) + 1;
557
const size_t last_child = context_index_.Select0(
node_rank
+ 1) - 1;
572
size_t
node_rank
= context_index_.Rank1(node);
local
573
size_t first_child = context_index_.Select0(
node_rank
) + 1;
577
size_t last_child = context_index_.Select0(
node_rank
+ 1) - 1;
587
node_rank
= context_index_.Rank1(node);
588
first_child = context_index_.Select0(
node_rank
) + 1;
590
last_child = context_index_.Select0(
node_rank
+ 1) - 1;
608
size_t
node_rank
= context_index_.Rank1(node)
[
all
...]
Completed in 69 milliseconds