• Home
  • Raw
  • Download

Lines Matching refs:currentOffset

758           || ((tableType == byU16) && cctx->currentOffset + (unsigned)inputSize >= 0xFFFFU)  in LZ4_prepareTable()
759 || ((tableType == byU32) && cctx->currentOffset > 1 GB) in LZ4_prepareTable()
765 cctx->currentOffset = 0; in LZ4_prepareTable()
776 if (cctx->currentOffset != 0 && tableType == byU32) { in LZ4_prepareTable()
778 cctx->currentOffset += 64 KB; in LZ4_prepareTable()
805 U32 const startIndex = cctx->currentOffset; in LZ4_compress_generic()
814 …const U32 dictDelta = (dictDirective == usingDictCtx) ? startIndex - dictCtx->currentOffset : 0; … in LZ4_compress_generic()
827 dictionary + dictSize - dictCtx->currentOffset : in LZ4_compress_generic()
856 cctx->currentOffset += (U32)inputSize; in LZ4_compress_generic()
1220 if (ctx->currentOffset) { in LZ4_compress_fast_extState_fastReset()
1234 if (ctx->currentOffset) { in LZ4_compress_fast_extState_fastReset()
1411 dict->currentOffset += 64 KB; in LZ4_loadDict()
1418 base = dictEnd - dict->currentOffset; in LZ4_loadDict()
1451 if (workingStream->internal_donotuse.currentOffset == 0) { in LZ4_attach_dictionary()
1452 workingStream->internal_donotuse.currentOffset = 64 KB; in LZ4_attach_dictionary()
1468 …if (LZ4_dict->currentOffset + (unsigned)nextSize > 0x80000000) { /* potential ptrdiff_t overflow… in LZ4_renormDictT()
1470 U32 const delta = LZ4_dict->currentOffset - 64 KB; in LZ4_renormDictT()
1478 LZ4_dict->currentOffset = 64 KB; in LZ4_renormDictT()
1521 if ((streamPtr->dictSize < 64 KB) && (streamPtr->dictSize < streamPtr->currentOffset)) in LZ4_compress_fast_continue()
1547 if ((streamPtr->dictSize < 64 KB) && (streamPtr->dictSize < streamPtr->currentOffset)) { in LZ4_compress_fast_continue()
1568 if ((streamPtr->dictSize < 64 KB) && (streamPtr->dictSize < streamPtr->currentOffset)) { in LZ4_compress_forceExtDict()