Searched defs:DEFLATE_SIZE (Results 1 – 2 of 2) sorted by relevance
136 #define DEFLATE_SIZE(x) (((x) >> 4) + DEFLATE_MIN_SIZE) macro
163 #define DEFLATE_SIZE(x) (((x) >> 4) + DEFLATE_MIN_SIZE) macro