Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicokfst.c280 picoos_int32 nextSameHashInSymOffs; in picokfst_kfstStartPairSearch() local
292 BytesToNum(fst->fstStream,& pos,& nextSameHashInSymOffs); in picokfst_kfstStartPairSearch()
293 while ((inSymX != inSym) && (nextSameHashInSymOffs > 0)) { in picokfst_kfstStartPairSearch()
294 inSymCellPos = inSymCellPos + nextSameHashInSymOffs; in picokfst_kfstStartPairSearch()
297 BytesToNum(fst->fstStream,& pos,& nextSameHashInSymOffs); in picokfst_kfstStartPairSearch()