Home
last modified time | relevance | path

Searched refs:Z_BEST_COMPRESSION (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dzmod.h54 #define Z_BEST_COMPRESSION 9 macro
/f-stack/freebsd/kern/
H A Dsubr_compressor.c123 else if (level > Z_BEST_COMPRESSION) in gz_init()
124 level = Z_BEST_COMPRESSION; in gz_init()
/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
H A Dexample_original.c333 deflateParams(&c_stream, Z_BEST_COMPRESSION, Z_FILTERED);
485 err = deflateInit(&c_stream, Z_BEST_COMPRESSION);
H A Dexample.c341 deflateParams(&c_stream, Z_BEST_COMPRESSION, Z_FILTERED);
493 err = deflateInit(&c_stream, Z_BEST_COMPRESSION);
H A Dzwrapbench.c637 if (cLevelLast > Z_BEST_COMPRESSION) cLevelLast = Z_BEST_COMPRESSION; in BMK_benchCLevel()
/f-stack/freebsd/contrib/zlib/test/
H A Dexample.c316 deflateParams(&c_stream, Z_BEST_COMPRESSION, Z_FILTERED);
468 err = deflateInit(&c_stream, Z_BEST_COMPRESSION);
/f-stack/dpdk/drivers/compress/zlib/
H A Dzlib_pmd.c256 level = Z_BEST_COMPRESSION; in zlib_set_stream_parameters()
/f-stack/freebsd/contrib/zlib/
H A Dzlib.h192 #define Z_BEST_COMPRESSION 9 macro
/f-stack/freebsd/contrib/zstd/programs/
H A Dfileio.c1028 if (compressionLevel > Z_BEST_COMPRESSION) in FIO_compressGzFrame()
1029 compressionLevel = Z_BEST_COMPRESSION; in FIO_compressGzFrame()