Home
last modified time | relevance | path

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

/openbmc/linux/lib/zstd/decompress/
H A Dzstd_ddict.c92 if (dictContentType == ZSTD_dct_rawContent) return 0; in ZSTD_loadEntropy_intoDDict()
H A Dzstd_decompress.c1565 return ZSTD_DCtx_refPrefix_advanced(dctx, prefix, prefixSize, ZSTD_dct_rawContent); in ZSTD_DCtx_refPrefix()
/openbmc/linux/include/linux/
H A Dzstd_lib.h1219ZSTD_dct_rawContent = 1, /* ensures dictionary is always loaded as rawContent, even if it starts w… enumerator
/openbmc/linux/lib/zstd/compress/
H A Dzstd_compress.c1123 return ZSTD_CCtx_refPrefix_advanced(cctx, prefix, prefixSize, ZSTD_dct_rawContent); in ZSTD_CCtx_refPrefix()
4375 if (dictContentType == ZSTD_dct_rawContent) in ZSTD_compress_insertDictionary()