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

/external/svox/pico/lib/
H A Dpicotrns.c142 picoos_uint32 nrSol; /* nr of solutions so far */ member in struct:picotrns_transductionState
383 static void NoteSolution (picoos_uint32 * nrSol, picotrns_printSolutionFct printSolution, argument
390 (*nrSol)++;
476 (*transductionState).nrSol = 0;
480 NoteSolution(& (*transductionState).nrSol,printSolution,altDesc,0,outSeq,outSeqLen,maxOutSeqLen);
493 if ((tmpRecPos < 0) || (firstSolOnly && ((*transductionState).nrSol > 0))) {
509 NoteSolution(& (*transductionState).nrSol,printSolution,altDesc,tmpRecPos+1,
536 if ((*transductionState).nrSol == 0) {
545 } else if ((*transductionState).nrSol > 1) {

Completed in 107 milliseconds