Searched refs:MAX_MEM_LEVEL (Results 1 – 5 of 5) 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
12 #define DEFLATE_DEF_MEMLEVEL MAX_MEM_LEVEL62 sz = zlib_deflate_workspacesize(params->deflate.winbits, MAX_MEM_LEVEL); in deflate_create()
46 MAX_MEM_LEVEL)); in alloc_workspaces()51 zlib_deflate_workspacesize(MAX_WBITS, MAX_MEM_LEVEL)); in alloc_workspaces()
27 #define DEFLATE_DEF_MEMLEVEL MAX_MEM_LEVEL
81 workspacesize = max(zlib_deflate_workspacesize(MAX_WBITS, MAX_MEM_LEVEL), in zlib_alloc_workspace()