Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dphp_lcg.h27 php_int32 s1;
28 php_int32 s2;
H A Dlcg.c57 php_int32 q; in php_combined_lcg()
58 php_int32 z; in php_combined_lcg()
H A Dbasic_functions.h153 typedef signed int php_int32; typedef
157 typedef signed long php_int32; typedef
H A Drand.c149 #define twist(m,u,v) (m ^ (mixBits(u,v)>>1) ^ ((php_uint32)(-(php_int32)(loBit(u))) & 0x9908b0dfU))

Completed in 10 milliseconds