Searched refs:BASE (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/libkern/zlib/
H A Dadler32.c44 #define BASE 65521UL /* largest prime smaller than 65536 */ macro
46 /* NMAX is the largest n such that 255n(n+1)/2 + (n+1)(BASE-1) <= 2^32-1 */
58 if (a >= (BASE << 16)) a -= (BASE << 16); \
59 if (a >= (BASE << 15)) a -= (BASE << 15); \
60 if (a >= (BASE << 14)) a -= (BASE << 14); \
61 if (a >= (BASE << 13)) a -= (BASE << 1
[all...]
/xnu-2422.115.4/libkern/
H A Dmkext.c33 #define BASE 65521L /* largest prime smaller than 65536 */ macro
34 #define NMAX 5552 // the largest n such that 255n(n+1)/2 + (n+1)(BASE-1) <= 2^32-1
62 s1 %= BASE;
63 s2 %= BASE;

Completed in 17 milliseconds