Lines Matching defs:long
33 * 16 bits, long integers of at least 32 bits, and ignores
43 * type long, hovever all internal calculations where long was
100 static long
104 return ((long)((int32_t)x[2] << (N - 1)) + (x[1] >> 1));
114 static long
118 return ((long)((int32_t)x[2] << N) + x[1]);
139 ipf_r_srand48(long seedval)
150 EXPORT0(long, ipf_r_lrand48, ipf_r_lrand48_u)
160 long seed;