Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/zstd/lib/compress/
HDzstd_compress_internal.h358 seqStore_t nextSeqStore; member
HDzstd_compress.c3653 seqStore_t* nextSeqStore = &zc->blockSplitCtx.nextSeqStore; in ZSTD_compressBlock_splitBlock_internal() local
3675 ZSTD_memset(nextSeqStore, 0, sizeof(seqStore_t)); in ZSTD_compressBlock_splitBlock_internal()
3707 ZSTD_deriveSeqStoreChunk(nextSeqStore, &zc->seqStore, partitions[i], partitions[i+1]); in ZSTD_compressBlock_splitBlock_internal()
3722 *currSeqStore = *nextSeqStore; in ZSTD_compressBlock_splitBlock_internal()