HomeSort by relevance Sort by last modified time
    Searched full:indval (Results 1 - 1 of 1) sorted by null

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

Completed in 6307 milliseconds