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