Lines Matching refs:currentOffset

879           || ((tableType == byU16) && cctx->currentOffset + (unsigned)inputSize >= 0xFFFFU)  in LZ4_prepareTable()
880 || ((tableType == byU32) && cctx->currentOffset > 1 GB) in LZ4_prepareTable()
886 cctx->currentOffset = 0; in LZ4_prepareTable()
898 if (cctx->currentOffset != 0 && tableType == byU32) { in LZ4_prepareTable()
900 cctx->currentOffset += 64 KB; in LZ4_prepareTable()
931 U32 const startIndex = cctx->currentOffset; in LZ4_compress_generic_validated()
941 …(dictDirective == usingDictCtx) ? startIndex - dictCtx->currentOffset : 0; /* make indexes in di… in LZ4_compress_generic_validated()
955 dictionary + dictSize - dictCtx->currentOffset : in LZ4_compress_generic_validated()
984 cctx->currentOffset += (U32)inputSize; in LZ4_compress_generic_validated()
1410 if (ctx->currentOffset) { in LZ4_compress_fast_extState_fastReset()
1424 if (ctx->currentOffset) { in LZ4_compress_fast_extState_fastReset()
1585 dict->currentOffset += 64 KB; in LZ4_loadDict()
1595 idx32 = dict->currentOffset - dict->dictSize; in LZ4_loadDict()
1621 if (workingStream->internal_donotuse.currentOffset == 0) { in LZ4_attach_dictionary()
1622 workingStream->internal_donotuse.currentOffset = 64 KB; in LZ4_attach_dictionary()
1638 …if (LZ4_dict->currentOffset + (unsigned)nextSize > 0x80000000) { /* potential ptrdiff_t overflow… in LZ4_renormDictT()
1640 U32 const delta = LZ4_dict->currentOffset - 64 KB; in LZ4_renormDictT()
1648 LZ4_dict->currentOffset = 64 KB; in LZ4_renormDictT()
1695 if ((streamPtr->dictSize < 64 KB) && (streamPtr->dictSize < streamPtr->currentOffset)) in LZ4_compress_fast_continue()
1721 if ((streamPtr->dictSize < 64 KB) && (streamPtr->dictSize < streamPtr->currentOffset)) { in LZ4_compress_fast_continue()
1742 if ((streamPtr->dictSize < 64 KB) && (streamPtr->dictSize < streamPtr->currentOffset)) { in LZ4_compress_forceExtDict()