HomeSort by relevance Sort by last modified time
    Searched refs:dictEnd (Results 1 - 2 of 2) sorted by null

  /external/lz4/lib/
lz4.c 476 const BYTE* const dictEnd = dictionary + cctx->dictSize;
477 const ptrdiff_t dictDelta = dictEnd - (const BYTE*)source;
580 limit = ip + (dictEnd-match);
    [all...]
lz4hc.c 624 const BYTE* const dictEnd = ctxPtr->dictBase + ctxPtr->dictLimit;
625 if ((sourceEnd > dictBegin) && ((const BYTE*)source < dictEnd)) {
626 if (sourceEnd > dictEnd) sourceEnd = dictEnd;

Completed in 51 milliseconds