• Home
  • Raw
  • Download

Lines Matching refs:currentOffset

874           || ((tableType == byU16) && cctx->currentOffset + (unsigned)inputSize >= 0xFFFFU)  in LZ4_prepareTable()
875 || ((tableType == byU32) && cctx->currentOffset > 1 GB) in LZ4_prepareTable()
881 cctx->currentOffset = 0; in LZ4_prepareTable()
893 if (cctx->currentOffset != 0 && tableType == byU32) { in LZ4_prepareTable()
895 cctx->currentOffset += 64 KB; in LZ4_prepareTable()
926 U32 const startIndex = cctx->currentOffset; in LZ4_compress_generic_validated()
935 …const U32 dictDelta = (dictDirective == usingDictCtx) ? startIndex - dictCtx->currentOffset : 0; … in LZ4_compress_generic_validated()
949 dictionary + dictSize - dictCtx->currentOffset : in LZ4_compress_generic_validated()
978 cctx->currentOffset += (U32)inputSize; in LZ4_compress_generic_validated()
1388 if (ctx->currentOffset) { in LZ4_compress_fast_extState_fastReset()
1402 if (ctx->currentOffset) { in LZ4_compress_fast_extState_fastReset()
1563 dict->currentOffset += 64 KB; in LZ4_loadDict()
1570 base = dictEnd - dict->currentOffset; in LZ4_loadDict()
1598 if (workingStream->internal_donotuse.currentOffset == 0) { in LZ4_attach_dictionary()
1599 workingStream->internal_donotuse.currentOffset = 64 KB; in LZ4_attach_dictionary()
1615 …if (LZ4_dict->currentOffset + (unsigned)nextSize > 0x80000000) { /* potential ptrdiff_t overflow… in LZ4_renormDictT()
1617 U32 const delta = LZ4_dict->currentOffset - 64 KB; in LZ4_renormDictT()
1625 LZ4_dict->currentOffset = 64 KB; in LZ4_renormDictT()
1672 if ((streamPtr->dictSize < 64 KB) && (streamPtr->dictSize < streamPtr->currentOffset)) in LZ4_compress_fast_continue()
1698 if ((streamPtr->dictSize < 64 KB) && (streamPtr->dictSize < streamPtr->currentOffset)) { in LZ4_compress_fast_continue()
1719 if ((streamPtr->dictSize < 64 KB) && (streamPtr->dictSize < streamPtr->currentOffset)) { in LZ4_compress_forceExtDict()