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

/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dmkext.c37 #define BASE 65521L /* largest prime smaller than 65536 */ macro
39 // NMAX (was 5521) the largest n such that 255n(n+1)/2 + (n+1)(BASE-1) <= 2^32-1
66 s1 %= BASE;
67 s2 %= BASE;
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOHibernateRestoreKernel.c68 #define BASE 65521L /* largest prime smaller than 65536 */ macro
70 // NMAX (was 5521) the largest n such that 255n(n+1)/2 + (n+1)(BASE-1) <= 2^32-1
97 s1 %= BASE;
98 s2 %= BASE;
/macosx-10.5.8/xnu-1228.15.4/libkern/
H A Dzlib.c5741 #define BASE 65521L /* largest prime smaller than 65536 */ macro
5743 /* NMAX is the largest n such that 255n(n+1)/2 + (n+1)(BASE-1) <= 2^32-1 */
5773 s1 %= BASE;
5774 s2 %= BASE;

Completed in 100 milliseconds