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