Lines Matching defs:NMAX
35 * at most NMAX bytes are processed before a reduce, s1 s2 _cannot_ overflow
36 * a uint32_t type (the NMAX constraint) [2].
41 * [2] zlib adler32_z() uses this fact to implement NMAX-block-based updates
49 /* NMAX is the largest n such that 255n(n+1)/2 + (n+1)(BASE-1) <= 2^32-1 */
50 #define NMAX 5552
77 unsigned n = NMAX / BLOCK_SIZE; /* The NMAX constraint. */
92 * Process n blocks of data. At most NMAX data bytes can be
238 unsigned n = NMAX / BLOCK_SIZE; /* The NMAX constraint. */
244 * Process n blocks of data. At most NMAX data bytes can be