Searched defs:labelb (Results 1 - 2 of 2) sorted by relevance

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

Completed in 423 milliseconds