Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicotrns.c458 picoos_bool firstSolOnly, picotrns_printSolutionFct printSolution, in TransductionStep() argument
493 if ((tmpRecPos < 0) || (firstSolOnly && ((*transductionState).nrSol > 0))) { in TransductionStep()
561 pico_status_t picotrns_transduce (picokfst_FST fst, picoos_bool firstSolOnly, in picotrns_transduce() argument
589 TransductionStep(fst,&transductionState,altDescBuf,maxAltDescLen,firstSolOnly,printSolution, in picotrns_transduce()
Dpicotrns.h133 extern pico_status_t picotrns_transduce (picokfst_FST fst, picoos_bool firstSolOnly,