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

/freebsd-10.0-release/lib/libz/
H A Dgzguts.h139 #if MAX_MEM_LEVEL >= 8
142 # define DEF_MEM_LEVEL MAX_MEM_LEVEL
H A Dzconf.h233 #ifndef MAX_MEM_LEVEL
235 # define MAX_MEM_LEVEL 8 macro
237 # define MAX_MEM_LEVEL 9 macro
H A Dzutil.h63 #if MAX_MEM_LEVEL >= 8
66 # define DEF_MEM_LEVEL MAX_MEM_LEVEL
H A Ddeflate.c271 if (memLevel < 1 || memLevel > MAX_MEM_LEVEL || method != Z_DEFLATED ||
/freebsd-10.0-release/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-10.0-release/sys/net/
H A Dzlib.h151 #ifndef MAX_MEM_LEVEL
153 # define MAX_MEM_LEVEL 8 macro
155 # define MAX_MEM_LEVEL 9 macro
H A Dzutil.h84 #if MAX_MEM_LEVEL >= 8
87 # define DEF_MEM_LEVEL MAX_MEM_LEVEL
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 88 milliseconds