Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c3399 static void ZSTD_deriveSeqStoreChunk(seqStore_t* resultSeqStore, in ZSTD_deriveSeqStoreChunk() argument
3406 *resultSeqStore = *originalSeqStore; in ZSTD_deriveSeqStoreChunk()
3408 resultSeqStore->sequences = originalSeqStore->sequencesStart + startIdx; in ZSTD_deriveSeqStoreChunk()
3409 literalsBytesPreceding = ZSTD_countSeqStoreLiteralsBytes(resultSeqStore); in ZSTD_deriveSeqStoreChunk()
3415 resultSeqStore->longLengthType = ZSTD_llt_none; in ZSTD_deriveSeqStoreChunk()
3417 resultSeqStore->longLengthPos -= (U32)startIdx; in ZSTD_deriveSeqStoreChunk()
3420 resultSeqStore->sequencesStart = originalSeqStore->sequencesStart + startIdx; in ZSTD_deriveSeqStoreChunk()
3421 resultSeqStore->sequences = originalSeqStore->sequencesStart + endIdx; in ZSTD_deriveSeqStoreChunk()
3422 literalsBytes = ZSTD_countSeqStoreLiteralsBytes(resultSeqStore); in ZSTD_deriveSeqStoreChunk()
3423 resultSeqStore->litStart += literalsBytesPreceding; in ZSTD_deriveSeqStoreChunk()
[all …]