HomeSort by: relevance | last modified time | path
    Searched refs:ZSTD_getDictID_fromCDict (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/zstd/dist/lib/
zstd.h 1049 /*! ZSTD_getDictID_fromCDict() : Requires v1.5.0+
1053 ZSTDLIB_API unsigned ZSTD_getDictID_fromCDict(const ZSTD_CDict* cdict);
  /src/external/bsd/zstd/dist/tests/
fuzzer.c 2801 assert(ZSTD_getDictID_fromDict(dictBuffer, dictSize) == ZSTD_getDictID_fromCDict(cdict));
3331 if (!ddictTable[i] || !cdictTable[i] || ZSTD_getDictID_fromCDict(cdictTable[i]) != ZSTD_getDictID_fromDDict(ddictTable[i])) {
  /src/external/bsd/zstd/dist/lib/compress/
zstd_compress.c 5810 /*! ZSTD_getDictID_fromCDict() :
5814 unsigned ZSTD_getDictID_fromCDict(const ZSTD_CDict* cdict)

Completed in 30 milliseconds