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