Lines Matching refs:nrblocks
142 picoos_uint16 nrblocks; /* nr lexblocks = nr eles in searchind */ member
165 &(klex->nrblocks))) { in klexInitialize()
166 if (klex->nrblocks > 0) { in klexInitialize()
167 PICODBG_DEBUG(("nr blocks: %i, curpos: %i", klex->nrblocks,curpos)); in klexInitialize()
173 (klex->nrblocks * (PICOKLEX_LEX_SIE_SIZE)); in klexInitialize()
276 high = this->nrblocks; in klex_getLexblockNr()
291 if (low < this->nrblocks) { in klex_getLexblockNr()
305 low = this->nrblocks - 1; in klex_getLexblockNr()
511 if ((klex->nrblocks) == 0) { in picoklex_lexLookup()
517 PICODBG_ASSERT(lbnr < klex->nrblocks); in picoklex_lexLookup()
519 PICODBG_ASSERT((lbc >= 1) && (lbc <= klex->nrblocks)); in picoklex_lexLookup()
554 if (pentry >= ((picoos_uint32)klex->nrblocks * PICOKLEX_LEXBLOCK_SIZE)) { in picoklex_lexIndLookup()