Home
last modified time | relevance | path

Searched refs:ZDICT_getDictID (Results 1 – 5 of 5) sorted by relevance

/external/zstd/lib/dictBuilder/
Dzdict.h113 ZDICTLIB_API unsigned ZDICT_getDictID(const void* dictBuffer, size_t dictSize); /**< extracts dict…
Dzdict.c97 unsigned ZDICT_getDictID(const void* dictBuffer, size_t dictSize) in ZDICT_getDictID() function
/external/zstd/tests/
Dfuzzer.c1851 dictID = ZDICT_getDictID(dictBuffer, dictSize); in basicUnitTests()
2363 dictID = ZDICT_getDictID(dictBuffer, dictSize); in basicUnitTests()
2377 dictID = ZDICT_getDictID(dictBuffer, optDictSize); in basicUnitTests()
Dzstreamtest.c300 dictID = ZDICT_getDictID(dictionary.start, dictionary.filled); in basicUnitTests()
/external/zstd/
DCHANGELOG431 API : ZDICT_getDictID(), ZSTD_sizeof_{CCtx, DCtx, CStream, DStream}(), ZSTD_setDStreamParameter()