OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kPhiLabel
(Results
1 - 2
of
2
) sorted by null
/external/srec/tools/thirdparty/OpenFst/fst/lib/
compose.h
527
} else if (((T & COMPOSE_PHI) != 0) && (labela ==
kPhiLabel
)) {
534
while (labela ==
kPhiLabel
&& sf != arca.nextstate) {
550
if (labela >=
kPhiLabel
) break;
554
if (labela ==
kPhiLabel
&& sf == arca.nextstate) {
[
all
...]
fst.h
384
const int
kPhiLabel
= -2; // Failure transition label
Completed in 2392 milliseconds