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

/freebsd-12-stable/sys/contrib/zlib/
H A Dgzguts.h148 #if MAX_MEM_LEVEL >= 8
151 # define DEF_MEM_LEVEL MAX_MEM_LEVEL
H A Dzconf.h256 #ifndef MAX_MEM_LEVEL
258 # define MAX_MEM_LEVEL 8 macro
260 # define MAX_MEM_LEVEL 9 macro
H A Dzutil.h65 #if MAX_MEM_LEVEL >= 8
68 # define DEF_MEM_LEVEL MAX_MEM_LEVEL
H A Ddeflate.c301 if (memLevel < 1 || memLevel > MAX_MEM_LEVEL || method != Z_DEFLATED ||
/freebsd-12-stable/sys/contrib/zstd/zlibWrapper/
H A Dgzguts.h153 #if MAX_MEM_LEVEL >= 8
156 # define DEF_MEM_LEVEL MAX_MEM_LEVEL
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzconf.h98 #define MAX_MEM_LEVEL 9 macro
H A Dzutil.h74 #if MAX_MEM_LEVEL >= 8
77 # define DEF_MEM_LEVEL MAX_MEM_LEVEL
H A Ddeflate.c271 if (memLevel < 1 || memLevel > MAX_MEM_LEVEL || method != Z_DEFLATED ||
/freebsd-12-stable/sys/sys/
H A Dzutil.h81 #if MAX_MEM_LEVEL >= 8
84 # define DEF_MEM_LEVEL MAX_MEM_LEVEL
H A Dzlib.h153 #ifndef MAX_MEM_LEVEL
155 # define MAX_MEM_LEVEL 8 macro
157 # define MAX_MEM_LEVEL 9 macro
/freebsd-12-stable/sys/libkern/
H A Dzlib.c120 #if MAX_MEM_LEVEL >= 8
123 # define DEF_MEM_LEVEL MAX_MEM_LEVEL
786 if (memLevel < 1 || memLevel > MAX_MEM_LEVEL || method != Z_DEFLATED ||
5214 * with reduced MAX_WBITS and MAX_MEM_LEVEL

Completed in 146 milliseconds