Home
last modified time | relevance | path

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

/DragonOS-0.1.3/kernel/src/libs/
Dlz4.c1158 U32 const startIndex = cctx->currentOffset; in LZ4_compress_generic_validated() local
1159 const BYTE *base = (const BYTE *)source - startIndex; in LZ4_compress_generic_validated()
1167 …const U32 dictDelta = (dictDirective == usingDictCtx) ? startIndex - dictCtx->currentOffset : 0; /… in LZ4_compress_generic_validated()
1170 U32 const prefixIdxLimit = startIndex - dictSize; /* used when dictDirective == dictSmall */ in LZ4_compress_generic_validated()
1180 … : dictionary + dictSize - startIndex; in LZ4_compress_generic_validated()
1282 if (matchIndex < startIndex) in LZ4_compress_generic_validated()
1299 if (matchIndex < startIndex) in LZ4_compress_generic_validated()
1301 … DEBUGLOG(7, "extDict candidate: matchIndex=%5u < startIndex=%5u", matchIndex, startIndex); in LZ4_compress_generic_validated()
1302 assert(startIndex - matchIndex >= MINMATCH); in LZ4_compress_generic_validated()
1525 if (matchIndex < startIndex) in LZ4_compress_generic_validated()
[all …]