Home
last modified time | relevance | path

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

/external/zstd/zlibWrapper/
Dzstd_zlibwrapper.h44 int ZWRAP_isUsingZSTDcompression(void);
Dzstd_zlibwrapper.c90 int ZWRAP_isUsingZSTDcompression(void) { return g_ZWRAP_useZSTDcompression; } in ZWRAP_isUsingZSTDcompression() function
/external/zstd/zlibWrapper/examples/
Dfitblk.c159 if (ZWRAP_isUsingZSTDcompression()) printf("zstd version %s\n", zstdVersion()); in main()
Dexample.c589 if (ZWRAP_isUsingZSTDcompression()) printf("zstd version %s\n", zstdVersion());
616 if (!ZWRAP_isUsingZSTDcompression()) {
Dzwrapbench.c308 if (ZWRAP_isUsingZSTDcompression()) in BMK_benchMem()
316 …if (ZWRAP_isUsingZSTDcompression()) useSetDict = 0; /* zstd doesn't require deflateSetDictionary a… in BMK_benchMem()