Searched refs:MPPC_MAX_BLOWUP (Results 1 – 2 of 2) sorted by relevance
58 #define MPPC_MAX_BLOWUP(n) ((n) * 9 / 8 + 26) macro
520 outlen = MPPC_MAX_BLOWUP(inlen); in ng_mppc_compress()