Searched refs:inSym (Results 1 - 3 of 3) sorted by relevance

/external/svox/pico/lib/
H A Dpicokfst.h117 /* starts search for all pairs with input symbol 'inSym'; '*inSymFound' returns whether
121 void picokfst_kfstStartPairSearch (picokfst_FST this, picokfst_symid_t inSym,
H A Dpicokfst.c272 extern void picokfst_kfstStartPairSearch (picokfst_FST this, picokfst_symid_t inSym, argument
285 h = inSym % fst->alphaHashTabSize;
293 while ((inSymX != inSym) && (nextSameHashInSymOffs > 0)) {
299 if (inSymX == inSym) {
H A Dpicotrns.c305 picokfst_symid_t inSym; local
312 inSym = inSeq[altDesc->inPos].sym;
313 if (inSym == PICOKFST_SYMID_EPS) {

Completed in 75 milliseconds