OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nscc_
(Results
1 - 3
of
3
) sorted by null
/external/srec/tools/thirdparty/OpenFst/fst/lib/
connect.h
67
nscc_
= 0;
144
(*scc_)[t] =
nscc_
;
154
++
nscc_
;
168
(*scc_)[i] =
nscc_
- 1 - (*scc_)[i];
185
StateId
nscc_
; // SCC count
member in class:fst::SccVisitor
/external/openfst/src/include/fst/
connect.h
177
(*scc_)[i] =
nscc_
- 1 - (*scc_)[i];
194
StateId
nscc_
; // SCC count
member in class:fst::SccVisitor
220
nscc_
= 0;
272
(*scc_)[t] =
nscc_
;
282
++
nscc_
;
/external/openfst/src/include/fst/script/
info-impl.h
63
naccess_(0), ncoaccess_(0), nconnect_(0), ncc_(0),
nscc_
(0),
159
if (scc[s] >=
nscc_
)
160
nscc_
= scc[s] + 1;
197
int64 NumScc() const { CheckLong(); return
nscc_
; }
220
int64
nscc_
;
member in class:fst::FstInfo
Completed in 120 milliseconds