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

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcompose.h483 Label match_labela = find_input ? arca.ilabel : arca.olabel; local
484 if (match_labela > 0) {
487 if ((T & COMPOSE_SIGMA) != 0 && match_labela == kSigmaLabel) {
498 } else if (f == 0 && match_labela == 0) {
513 Label match_labela = find_input ? arca.ilabel : arca.olabel; local
514 if (match_labela != match_labelb)

Completed in 83 milliseconds