Searched refs:MAX_MEM_LEVEL (Results 1 – 7 of 7) sorted by relevance
25 #ifndef MAX_MEM_LEVEL26 # define MAX_MEM_LEVEL 8 macro44 #if MAX_MEM_LEVEL >= 847 # define DEF_MEM_LEVEL MAX_MEM_LEVEL
46 MAX_MEM_LEVEL)); in alloc_workspaces()51 zlib_deflate_workspacesize(MAX_WBITS, MAX_MEM_LEVEL)); in alloc_workspaces()
84 size_t size = max(zlib_deflate_workspacesize(MAX_WBITS, MAX_MEM_LEVEL), in logfs_compr_init()
38 #define DEFLATE_DEF_MEMLEVEL MAX_MEM_LEVEL
14449 .val = MAX_MEM_LEVEL,
61 MAX_WBITS, MAX_MEM_LEVEL)); in zlib_alloc_workspace()
198 if (memLevel < 1 || memLevel > MAX_MEM_LEVEL || method != Z_DEFLATED || in zlib_deflateInit2()1272 BUG_ON(memLevel < 1 || memLevel > MAX_MEM_LEVEL || windowBits < 9 || in zlib_deflate_workspacesize()