Home
last modified time | relevance | path

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

/src/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c2823 ZSTD_ldm_skipRawSeqStoreBytes(&zc->externSeqStore, srcSize); in ZSTD_buildSeqStore()
2825 … ZSTD_ldm_skipSequences(&zc->externSeqStore, srcSize, zc->appliedParams.cParams.minMatch); in ZSTD_buildSeqStore()
2855 if (zc->externSeqStore.pos < zc->externSeqStore.size) { in ZSTD_buildSeqStore()
2859 ZSTD_ldm_blockCompress(&zc->externSeqStore, in ZSTD_buildSeqStore()
2864 assert(zc->externSeqStore.pos <= zc->externSeqStore.size); in ZSTD_buildSeqStore()
4102 cctx->externSeqStore.seq = seq; in ZSTD_referenceExternalSequences()
4103 cctx->externSeqStore.size = nbSeq; in ZSTD_referenceExternalSequences()
4104 cctx->externSeqStore.capacity = nbSeq; in ZSTD_referenceExternalSequences()
4105 cctx->externSeqStore.pos = 0; in ZSTD_referenceExternalSequences()
4106 cctx->externSeqStore.posInSequence = 0; in ZSTD_referenceExternalSequences()
H A Dzstd_compress_internal.h391 rawSeqStore_t externSeqStore; /* Mutable reference to external sequences */ member
/src/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress.c3276 ZSTD_ldm_skipRawSeqStoreBytes(&zc->externSeqStore, srcSize); in ZSTD_buildSeqStore()
3278 … ZSTD_ldm_skipSequences(&zc->externSeqStore, srcSize, zc->appliedParams.cParams.minMatch); in ZSTD_buildSeqStore()
3308 if (zc->externSeqStore.pos < zc->externSeqStore.size) { in ZSTD_buildSeqStore()
3321 ZSTD_ldm_blockCompress(&zc->externSeqStore, in ZSTD_buildSeqStore()
3326 assert(zc->externSeqStore.pos <= zc->externSeqStore.size); in ZSTD_buildSeqStore()
4785 cctx->externSeqStore.seq = seq; in ZSTD_referenceExternalSequences()
4786 cctx->externSeqStore.size = nbSeq; in ZSTD_referenceExternalSequences()
4787 cctx->externSeqStore.capacity = nbSeq; in ZSTD_referenceExternalSequences()
4788 cctx->externSeqStore.pos = 0; in ZSTD_referenceExternalSequences()
4789 cctx->externSeqStore.posInSequence = 0; in ZSTD_referenceExternalSequences()
H A Dzstd_compress_internal.h500 RawSeqStore_t externSeqStore; /* Mutable reference to external sequences */ member