Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicoklex.c266 picoos_uint32 searchval, indval; in klex_getLexblockNr() local
281 indval = klex_getSearchIndexVal(this, mid); in klex_getLexblockNr()
282 if (indval < searchval) { in klex_getLexblockNr()
292 indval = klex_getSearchIndexVal(this, low); in klex_getLexblockNr()
293 if (indval > searchval) { in klex_getLexblockNr()
298 indval = klex_getSearchIndexVal(this, low); in klex_getLexblockNr()
299 while (indval == klex_getSearchIndexVal(this, low-1)) { in klex_getLexblockNr()