Home
last modified time | relevance | path

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

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