Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicoklex.c143 picoos_uint8 *searchind; member
168 klex->searchind = this->base + curpos; in klexInitialize()
170 klex->searchind = NULL; in klexInitialize()
252 val = this->searchind[pos]; in klex_getSearchIndexVal()
253 val = (val << 8) + this->searchind[pos + 1]; in klex_getSearchIndexVal()
254 val = (val << 8) + this->searchind[pos + 2]; in klex_getSearchIndexVal()
312 this->searchind[pos], this->searchind[pos + 1], in klex_getLexblockNr()
313 this->searchind[pos + 2], low)); in klex_getLexblockNr()