Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dzstd.h169 unsigned int noDictIDFlag; member
/OK3568_Linux_fs/kernel/lib/zstd/
H A Dcompress.c2634 cctx->dictID = cctx->params.fParams.noDictIDFlag ? 0 : ZSTD_readLE32(dictPtr); in ZSTD_loadZstdDictionary()