Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_compress.c3915 static void ZSTD_deriveSeqStoreChunk(SeqStore_t* resultSeqStore, in ZSTD_deriveSeqStoreChunk() argument
3919 *resultSeqStore = *originalSeqStore; in ZSTD_deriveSeqStoreChunk()
3921 resultSeqStore->sequences = originalSeqStore->sequencesStart + startIdx; in ZSTD_deriveSeqStoreChunk()
3922 resultSeqStore->litStart += ZSTD_countSeqStoreLiteralsBytes(resultSeqStore); in ZSTD_deriveSeqStoreChunk()
3928 resultSeqStore->longLengthType = ZSTD_llt_none; in ZSTD_deriveSeqStoreChunk()
3930 resultSeqStore->longLengthPos -= (U32)startIdx; in ZSTD_deriveSeqStoreChunk()
3933 resultSeqStore->sequencesStart = originalSeqStore->sequencesStart + startIdx; in ZSTD_deriveSeqStoreChunk()
3934 resultSeqStore->sequences = originalSeqStore->sequencesStart + endIdx; in ZSTD_deriveSeqStoreChunk()
3937 assert(resultSeqStore->lit == originalSeqStore->lit); in ZSTD_deriveSeqStoreChunk()
3939 size_t const literalsBytes = ZSTD_countSeqStoreLiteralsBytes(resultSeqStore); in ZSTD_deriveSeqStoreChunk()
[all …]