Home
last modified time | relevance | path

Searched refs:currentOffset (Results 1 – 2 of 2) sorted by relevance

/DragonOS-0.1.3/kernel/src/libs/
Dlz4.c1107 …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 …]
/DragonOS-0.1.3/kernel/src/common/
Dlz4.h585 LZ4_u32 currentOffset; member