Home
last modified time | relevance | path

Searched refs:ADLER32_BASE (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/opcache/
H A Dzend_accelerator_util_funcs.c1027 #define ADLER32_BASE 65521 /* largest prime smaller than 65536 */ macro
1050 s1 %= ADLER32_BASE;
1051 s2 %= ADLER32_BASE;
1070 s1 %= ADLER32_BASE;
1071 s2 %= ADLER32_BASE;

Completed in 6 milliseconds