Searched defs:setstate (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/upstream-netbsd/common/lib/libc/stdlib/
H A Drandom.c52 __weak_alias(setstate,_setstate)
82 * calling the setstate() routine with the same array as was initiallized
94 * stored in it -- see setstate() for details).
116 * setstate has been inserted to the effect that on Sparc platforms
325 * able to restart with setstate().
328 * setstate() so that it doesn't matter when initstate is called.
390 * setstate:
400 * setstate() with the same state as the current state.
409 setstate(char *arg_state) /* pointer to state array */ function

Completed in 92 milliseconds