Home
last modified time | relevance | path

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

/external/zstd/zlibWrapper/
Dzstd_zlibwrapper.h69 void ZWRAP_setDecompressionType(ZWRAP_decompress_type type);
DREADME.md42 This behavior can be changed using `ZWRAP_setDecompressionType(ZWRAP_FORCE_ZLIB)` what will make zl…
Dzstd_zlibwrapper.c96 void ZWRAP_setDecompressionType(ZWRAP_decompress_type type) { g_ZWRAPdecompressionType = type; } in ZWRAP_setDecompressionType() function
/external/zstd/zlibWrapper/examples/
Dzwrapbench.c439 if (compressor == BMK_ZLIB_REUSE) ZWRAP_setDecompressionType(ZWRAP_FORCE_ZLIB); in BMK_benchMem()
440 else ZWRAP_setDecompressionType(ZWRAP_AUTO); in BMK_benchMem()
475 if (compressor == BMK_ZLIB) ZWRAP_setDecompressionType(ZWRAP_FORCE_ZLIB); in BMK_benchMem()
476 else ZWRAP_setDecompressionType(ZWRAP_AUTO); in BMK_benchMem()