Home
last modified time | relevance | path

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

/external/openfst/src/include/fst/
Dlookahead-filter.h550 const Label &labelb = LookAheadOutput() ? arcb->ilabel : arcb->olabel; in PushedLabelFilterArc() local
552 if (labelb != kNoLabel) { in PushedLabelFilterArc()
574 const Label &labelb = LookAheadOutput() ? arcb->olabel : arcb->ilabel; in PushLabelFilterArc() local
576 if (labelb != 0) // No place to push. in PushLabelFilterArc()
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dcompose.h497 Label labelb = find_input ? arcb.olabel : arcb.ilabel; in OrderedExpand() local
498 if (labelb <= 0) continue; in OrderedExpand()