Searched refs:DEF_MEM_LEVEL (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/contrib/zlib/ |
H A D | gzguts.h | 148 # define DEF_MEM_LEVEL 8 macro 150 # define DEF_MEM_LEVEL MAX_MEM_LEVEL macro
|
H A D | zutil.h | 73 # define DEF_MEM_LEVEL 8 macro 75 # define DEF_MEM_LEVEL MAX_MEM_LEVEL macro
|
H A D | gzwrite.c | 38 MAX_WBITS + 16, DEF_MEM_LEVEL, state->strategy); in gz_init()
|
H A D | deflate.c | 373 return deflateInit2_(strm, level, Z_DEFLATED, MAX_WBITS, DEF_MEM_LEVEL, in deflateInit_()
|
/freebsd/sys/contrib/zstd/zlibWrapper/ |
H A D | gzguts.h | 156 # define DEF_MEM_LEVEL 8 macro 158 # define DEF_MEM_LEVEL MAX_MEM_LEVEL macro
|
H A D | gzwrite.c | 50 MAX_WBITS + 16, DEF_MEM_LEVEL, state.state->strategy);
|
/freebsd/sys/kern/ |
H A D | subr_compressor.c | 127 DEF_MEM_LEVEL, Z_DEFAULT_STRATEGY); in gz_init()
|