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

/external/svox/pico/lib/
H A Dpicoklex.c111 /* nr bytes of nrblocks info */
142 picoos_uint16 nrblocks; /* nr lexblocks = nr eles in searchind */ member in struct:klex_subobj
165 &(klex->nrblocks))) {
166 if (klex->nrblocks > 0) {
167 PICODBG_DEBUG(("nr blocks: %i, curpos: %i", klex->nrblocks,curpos));
173 (klex->nrblocks * (PICOKLEX_LEX_SIE_SIZE));
276 high = this->nrblocks;
291 if (low < this->nrblocks) {
305 low = this->nrblocks - 1;
511 if ((klex->nrblocks)
[all...]

Completed in 63 milliseconds