Home
last modified time | relevance | path

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

/src/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c286 rawSeqStore_t seq = kNullRawSeqStore; in bufferToSeq()
303 return kNullRawSeqStore; in ZSTDMT_getSeq()
H A Dzstd_compress_internal.h151 UNUSED_ATTR static const rawSeqStore_t kNullRawSeqStore = {NULL, 0, 0, 0, 0}; variable
H A Dzstd_opt.c1065 optLdm.seqStore = ms->ldmSeqStore ? *ms->ldmSeqStore : kNullRawSeqStore; in ZSTD_compressBlock_opt_generic()
H A Dzstd_compress.c2866 rawSeqStore_t ldmSeqStore = kNullRawSeqStore; in ZSTD_buildSeqStore()
/src/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_internal.h215 UNUSED_ATTR static const RawSeqStore_t kNullRawSeqStore = {NULL, 0, 0, 0, 0}; variable
H A Dzstd_opt.c1108 optLdm.seqStore = ms->ldmSeqStore ? *ms->ldmSeqStore : kNullRawSeqStore; in ZSTD_compressBlock_opt_generic()
H A Dzstd_compress.c3328 RawSeqStore_t ldmSeqStore = kNullRawSeqStore; in ZSTD_buildSeqStore()