Searched defs:DEFLATE_MIN_SIZE (Results 1 - 1 of 1) sorted by relevance

/external/ppp/pppd/include/net/
H A Dppp-comp.h156 #define DEFLATE_MIN_SIZE 8 macro
159 #define DEFLATE_SIZE(x) (((x) >> 4) + DEFLATE_MIN_SIZE)
161 #define DEFLATE_MAKE_OPT(w) ((((w) - DEFLATE_MIN_SIZE) << 4) \

Completed in 58 milliseconds