Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmagic.c87 srand48(seedval) in srand48() argument
88 long seedval; in srand48()
90 srandom((int)seedval);
/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A Ddrand48.c131 srand48(seedval) in srand48() argument
132 long seedval; in srand48()
134 SEED(X0, LOW(seedval), HIGH(seedval));
/titanic_50/usr/src/lib/libast/common/uwin/
H A Drand48.c166 extern void srand48(long seedval) in srand48() argument
172 X[0] = (unsigned short)(((unsigned long)seedval) >> 16); in srand48()
173 X[1] = (unsigned short)seedval; in srand48()
/titanic_50/usr/src/uts/common/inet/ipf/
H A Ddrand48.c139 ipf_r_srand48(long seedval) in ipf_r_srand48() argument
141 int32_t fixseed = (int32_t)seedval; /* limit to 32 bits */ in ipf_r_srand48()
/titanic_50/usr/src/lib/libc/port/gen/
H A Ddrand48.c147 srand48(long seedval) in srand48() argument
149 int32_t fixseed = (int32_t)seedval; /* limit to 32 bits */ in srand48()
/titanic_50/usr/src/lib/libc/port/
H A Dllib-lc383 void srand48(long seedval);