Home
last modified time | relevance | path

Searched refs:DEFLATE_MIN_SIZE (Results 1 – 1 of 1) sorted by relevance

/xnu-11215.1.10/bsd/net/
H A Dppp_comp.h173 #define DEFLATE_MIN_SIZE 8 macro
176 #define DEFLATE_SIZE(x) (((x) >> 4) + DEFLATE_MIN_SIZE)
178 #define DEFLATE_MAKE_OPT(w) ((((w) - DEFLATE_MIN_SIZE) << 4) \