Searched refs:currentOffset (Results 1 – 2 of 2) sorted by relevance
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()[all …]
714 LZ4_u32 currentOffset; member