OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cache_first_state_id_
(Results
1 - 2
of
2
) sorted by null
/external/srec/tools/thirdparty/OpenFst/fst/lib/
cache.h
72
cache_first_state_id_
(kNoStateId), cache_first_state_(0),
80
min_unexpanded_state_id_(0),
cache_first_state_id_
(kNoStateId),
91
if (s ==
cache_first_state_id_
)
99
if (s ==
cache_first_state_id_
)
107
if (s ==
cache_first_state_id_
)
117
if (s ==
cache_first_state_id_
) {
119
} else if (cache_limit_ == 0 &&
cache_first_state_id_
== kNoStateId) {
120
cache_first_state_id_
= s; // Remember 1st cached state
123
} else if (
cache_first_state_id_
!= kNoStateId &&
125
cache_first_state_id_
= s; // Reuse 1st cached stat
330
StateId
cache_first_state_id_
; \/\/ First cached state id
member in class:fst::CacheBaseImpl
[
all
...]
/external/openfst/src/include/fst/
cache.h
122
cache_first_state_id_
(kNoStateId), cache_first_state_(0),
133
min_unexpanded_state_id_(0),
cache_first_state_id_
(kNoStateId),
145
min_unexpanded_state_id_(0),
cache_first_state_id_
(kNoStateId),
155
if (impl.
cache_first_state_id_
!= kNoStateId) {
156
cache_first_state_id_
= impl.
cache_first_state_id_
;
157
cache_first_state_ = allocator_->Allocate(
cache_first_state_id_
);
179
allocator_->Free(cache_first_state_,
cache_first_state_id_
);
185
if (s ==
cache_first_state_id_
)
193
if (s ==
cache_first_state_id_
)
489
StateId
cache_first_state_id_
; \/\/ First cached state id
member in class:fst::CacheBaseImpl
[
all
...]
Completed in 28 milliseconds