Lines Matching refs:currentOffset
1107 …tableType == byU16) && cctx->currentOffset + (unsigned)inputSize >= 0xFFFFU) || ((tableType == byU… in LZ4_prepareTable()
1111 cctx->currentOffset = 0; in LZ4_prepareTable()
1124 if (cctx->currentOffset != 0 && tableType == byU32) in LZ4_prepareTable()
1127 cctx->currentOffset += 64 KB; in LZ4_prepareTable()
1158 U32 const startIndex = cctx->currentOffset; in LZ4_compress_generic_validated()
1167 …const U32 dictDelta = (dictDirective == usingDictCtx) ? startIndex - dictCtx->currentOffset : 0; /… in LZ4_compress_generic_validated()
1179 …ictionary ? NULL : (dictDirective == usingDictCtx) ? dictionary + dictSize - dictCtx->currentOffset in LZ4_compress_generic_validated()
1218 cctx->currentOffset += (U32)inputSize; in LZ4_compress_generic_validated()
1726 if (ctx->currentOffset) in LZ4_compress_fast_extState_fastReset()
1748 if (ctx->currentOffset) in LZ4_compress_fast_extState_fastReset()
1927 dict->currentOffset += 64 KB; in LZ4_loadDict()
1936 base = dictEnd - dict->currentOffset; in LZ4_loadDict()
1965 if (workingStream->internal_donotuse.currentOffset == 0) in LZ4_attach_dictionary()
1967 workingStream->internal_donotuse.currentOffset = 64 KB; in LZ4_attach_dictionary()
1983 if (LZ4_dict->currentOffset + (unsigned)nextSize > 0x80000000) in LZ4_renormDictT()
1986 U32 const delta = LZ4_dict->currentOffset - 64 KB; in LZ4_renormDictT()
1997 LZ4_dict->currentOffset = 64 KB; in LZ4_renormDictT()
2048 if ((streamPtr->dictSize < 64 KB) && (streamPtr->dictSize < streamPtr->currentOffset)) in LZ4_compress_fast_continue()
2081 if ((streamPtr->dictSize < 64 KB) && (streamPtr->dictSize < streamPtr->currentOffset)) in LZ4_compress_fast_continue()
2104 if ((streamPtr->dictSize < 64 KB) && (streamPtr->dictSize < streamPtr->currentOffset)) in LZ4_compress_forceExtDict()