Lines Matching refs:picoos_uint32
151 picoos_uint32 curpos = 0; in klexInitialize()
247 static picoos_uint32 klex_getSearchIndexVal(const klex_SubObj this, in klex_getSearchIndexVal()
250 picoos_uint32 pos, val; in klex_getSearchIndexVal()
266 picoos_uint32 searchval, indval; in klex_getLexblockNr()
310 picoos_uint32 pos = low * PICOKLEX_LEX_SIE_SIZE; in klex_getLexblockNr()
328 picoos_uint32 sval1, sval2; in klex_getLexblockRange()
387 const picoos_uint32 lexpos, in klex_setLexResult()
417 const picoos_uint32 lexposStart, in klex_lexblockLookup()
418 const picoos_uint32 lexposEnd, in klex_lexblockLookup()
422 picoos_uint32 lexpos; in klex_lexblockLookup()
487 picoos_uint32 lexposStart, lexposEnd; in picoklex_lexLookup()
540 picoos_uint32 pentry; in picoklex_lexIndLookup()
550 pentry |= ((picoos_uint32)(ind[1]) << 8); in picoklex_lexIndLookup()
551 pentry |= ((picoos_uint32)(ind[2]) << 16); in picoklex_lexIndLookup()
554 if (pentry >= ((picoos_uint32)klex->nrblocks * PICOKLEX_LEXBLOCK_SIZE)) { in picoklex_lexIndLookup()