Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dzstd.h897 unsigned int ZSTD_getDictID_fromDict(const void *dict, size_t dictSize);
/OK3568_Linux_fs/kernel/lib/zstd/
H A Ddecompress.c2105 unsigned ZSTD_getDictID_fromDict(const void *dict, size_t dictSize) in ZSTD_getDictID_fromDict() function
2122 return ZSTD_getDictID_fromDict(ddict->dictContent, ddict->dictSize); in ZSTD_getDictID_fromDDict()
2515 EXPORT_SYMBOL(ZSTD_getDictID_fromDict);