Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_compress.c3310 size_t startIdx, size_t endIdx) { in ZSTD_deriveSeqStoreChunk() argument
3316 if (startIdx > 0) { in ZSTD_deriveSeqStoreChunk()
3317 resultSeqStore->sequences = originalSeqStore->sequencesStart + startIdx; in ZSTD_deriveSeqStoreChunk()
3326 resultSeqStore->longLengthPos -= (U32)startIdx; in ZSTD_deriveSeqStoreChunk()
3329 resultSeqStore->sequencesStart = originalSeqStore->sequencesStart + startIdx; in ZSTD_deriveSeqStoreChunk()
3339 resultSeqStore->llCode += startIdx; in ZSTD_deriveSeqStoreChunk()
3340 resultSeqStore->mlCode += startIdx; in ZSTD_deriveSeqStoreChunk()
3341 resultSeqStore->ofCode += startIdx; in ZSTD_deriveSeqStoreChunk()
3504 size_t midIdx = (startIdx + endIdx)/2; in ZSTD_deriveBlockSplitsHelper()
3511 ZSTD_deriveSeqStoreChunk(fullSeqStoreChunk, origSeqStore, startIdx, endIdx); in ZSTD_deriveBlockSplitsHelper()
[all …]