Home
last modified time | relevance | path

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

/external/zstd/lib/
Dzstd.h1038 ZSTDLIB_API size_t ZSTD_sizeof_CDict(const ZSTD_CDict* cdict);
/external/zstd/lib/compress/
Dzstdmt_compress.c1011 + ZSTD_sizeof_CDict(mtctx->cdictLocal) in ZSTDMT_sizeof_CCtx()
Dzstd_compress.c145 size_t const cdictSize = ZSTD_sizeof_CDict(dict.cdict); in ZSTD_sizeof_localDict()
3610 size_t ZSTD_sizeof_CDict(const ZSTD_CDict* cdict) in ZSTD_sizeof_CDict() function
/external/zstd/tests/
Dfuzzer.c1920 DISPLAYLEVEL(3, "(size : %u) : ", (unsigned)ZSTD_sizeof_CDict(cdict)); in basicUnitTests()