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

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcompose.h421 StateId &assoc_value = state_tuple_table_[tuple]; local
422 if (assoc_value == 0) { // tuple wasn't present in lookup table:
425 assoc_value = state_tuples_.size();
427 return assoc_value - 1; // NB: assoc_value = ID + 1
H A Ddeterminize.h276 StateId &assoc_value = subset_hash_[subset]; local
277 if (assoc_value == 0) { // subset wasn't present; assign it a new ID
279 assoc_value = subsets_.size();
283 return assoc_value - 1; // NB: assoc_value = ID + 1

Completed in 99 milliseconds