Home
last modified time | relevance | path

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

/external/zstd/lib/decompress/
Dzstd_ddict.c243 return ZSTD_getDictID_fromDict(ddict->dictContent, ddict->dictSize); in ZSTD_getDictID_fromDDict()
Dzstd_decompress.c1235 unsigned ZSTD_getDictID_fromDict(const void* dict, size_t dictSize) in ZSTD_getDictID_fromDict() function
/external/zstd/lib/
Dzstd.h897 ZSTDLIB_API unsigned ZSTD_getDictID_fromDict(const void* dict, size_t dictSize);
/external/zstd/tests/
Dfuzzer.c1886 { U32 const did = ZSTD_getDictID_fromDict(dictBuffer, dictSize); in basicUnitTests()
1921 … assert(ZSTD_getDictID_fromDict(dictBuffer, dictSize) == ZSTD_getDictID_fromCDict(cdict)); in basicUnitTests()