Searched refs:ZDICT_getDictID (Results 1 – 5 of 5) sorted by relevance
/external/zstd/lib/dictBuilder/ |
D | zdict.h | 113 ZDICTLIB_API unsigned ZDICT_getDictID(const void* dictBuffer, size_t dictSize); /**< extracts dict…
|
D | zdict.c | 97 unsigned ZDICT_getDictID(const void* dictBuffer, size_t dictSize) in ZDICT_getDictID() function
|
/external/zstd/tests/ |
D | fuzzer.c | 1851 dictID = ZDICT_getDictID(dictBuffer, dictSize); in basicUnitTests() 2363 dictID = ZDICT_getDictID(dictBuffer, dictSize); in basicUnitTests() 2377 dictID = ZDICT_getDictID(dictBuffer, optDictSize); in basicUnitTests()
|
D | zstreamtest.c | 300 dictID = ZDICT_getDictID(dictionary.start, dictionary.filled); in basicUnitTests()
|
/external/zstd/ |
D | CHANGELOG | 431 API : ZDICT_getDictID(), ZSTD_sizeof_{CCtx, DCtx, CStream, DStream}(), ZSTD_setDStreamParameter()
|