Searched refs:BMK_ZWRAP_ZSTD_REUSE (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/contrib/zstd/zlibWrapper/examples/
H A Dzwrapbench.c148 typedef enum { BMK_ZSTD, BMK_ZSTD_STREAM, BMK_ZLIB, BMK_ZWRAP_ZLIB, BMK_ZWRAP_ZSTD, BMK_ZLIB_REUSE, BMK_ZWRAP_ZLIB_REUSE, BMK_ZWRAP_ZSTD_REUSE } BMK_compressor; enumerator in enum:__anon346
305 } else if (compressor == BMK_ZWRAP_ZLIB_REUSE || compressor == BMK_ZWRAP_ZSTD_REUSE || compressor == BMK_ZLIB_REUSE) {
451 } else if (compressor == BMK_ZWRAP_ZLIB_REUSE || compressor == BMK_ZWRAP_ZSTD_REUSE || compressor == BMK_ZLIB_REUSE) {
640 dictBuffer, dictBufferSize, BMK_ZWRAP_ZSTD_REUSE);

Completed in 117 milliseconds