Home | History | Annotate | Download | only in lib

Lines Matching refs:U32

89     U32* const HashTable = ctx->hashTable;
91 const U32 dictLimit = ctx->dictLimit;
92 const U32 current = (U32)(ip - base);
93 const U32 lowLimit = (ctx->lowLimit + MAX_DISTANCE > current) ? ctx->lowLimit : current - (MAX_DISTANCE - 1);
99 U32 matchIndex;
101 U32* HashPos;
173 const U32 target = (U32)(ip - base);
174 U32 idx = ctx->nextToUpdate;
190 ctx->nextToUpdate = (U32)(ip - ctx->base + best_mlen);
354 if ((limit) && (((char*)op - dest) + lastRun + 1 + ((lastRun+255-RUN_MASK)/255) > (U32)maxOutputSize)) return 0; /* Check output limit */