Home
last modified time | relevance | path

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

/external/zstd/lib/compress/
Dzstd_compress_internal.h104 UNUSED_ATTR static const rawSeqStore_t kNullRawSeqStore = {NULL, 0, 0, 0, 0}; variable
Dzstdmt_compress.c278 rawSeqStore_t seq = kNullRawSeqStore; in bufferToSeq()
295 return kNullRawSeqStore; in ZSTDMT_getSeq()
Dzstd_opt.c956 optLdm.seqStore = ms->ldmSeqStore ? *ms->ldmSeqStore : kNullRawSeqStore; in ZSTD_compressBlock_opt_generic()
Dzstd_compress.c2493 rawSeqStore_t ldmSeqStore = kNullRawSeqStore; in ZSTD_buildSeqStore()