Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress.c2451 ZSTD_ldm_skipRawSeqStoreBytes(&zc->externSeqStore, srcSize); in ZSTD_buildSeqStore()
2453 … ZSTD_ldm_skipSequences(&zc->externSeqStore, srcSize, zc->appliedParams.cParams.minMatch); in ZSTD_buildSeqStore()
2483 if (zc->externSeqStore.pos < zc->externSeqStore.size) { in ZSTD_buildSeqStore()
2487 ZSTD_ldm_blockCompress(&zc->externSeqStore, in ZSTD_buildSeqStore()
2491 assert(zc->externSeqStore.pos <= zc->externSeqStore.size); in ZSTD_buildSeqStore()
2979 cctx->externSeqStore.seq = seq; in ZSTD_referenceExternalSequences()
2980 cctx->externSeqStore.size = nbSeq; in ZSTD_referenceExternalSequences()
2981 cctx->externSeqStore.capacity = nbSeq; in ZSTD_referenceExternalSequences()
2982 cctx->externSeqStore.pos = 0; in ZSTD_referenceExternalSequences()
2983 cctx->externSeqStore.posInSequence = 0; in ZSTD_referenceExternalSequences()
H A Dzstd_compress_internal.h291 rawSeqStore_t externSeqStore; /* Mutable reference to external sequences */ member
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c10170 rawSeqStore_t externSeqStore; /* Mutable reference to external sequences */ member
15334 ZSTD_ldm_skipSequences(&zc->externSeqStore, srcSize, zc->appliedParams.cParams.minMatch); in ZSTD_buildSeqStore()
15363 if (zc->externSeqStore.pos < zc->externSeqStore.size) { in ZSTD_buildSeqStore()
15367 ZSTD_ldm_blockCompress(&zc->externSeqStore, in ZSTD_buildSeqStore()
15371 assert(zc->externSeqStore.pos <= zc->externSeqStore.size); in ZSTD_buildSeqStore()
15808 cctx->externSeqStore.seq = seq; in ZSTD_referenceExternalSequences()
15809 cctx->externSeqStore.size = nbSeq; in ZSTD_referenceExternalSequences()
15810 cctx->externSeqStore.capacity = nbSeq; in ZSTD_referenceExternalSequences()
15811 cctx->externSeqStore.pos = 0; in ZSTD_referenceExternalSequences()