Searched refs:NMAX (Results 1 – 2 of 2) sorted by relevance
45 #define NMAX 5552 macro129 while (len >= NMAX) { in adler32()130 len -= NMAX; in adler32()131 n = NMAX / 16; /* NMAX is divisible by 16 */ in adler32()
34 #define NMAX 5552 // the largest n such that 255n(n+1)/2 + (n+1)(BASE-1) <= 2^32-1 macro51 k = len < NMAX ? len : NMAX; in mkext_adler32()