Searched refs:initstate (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/binutils/libiberty/
H A Drandom.c41 @deftypefnx Supplement void* initstate (unsigned int @var{seed}, @
49 run of the program). @code{initstate} and @code{setstate} allow fine-grained
88 interface. The initstate() routine is called with a seed, an array of
94 with initstate(). By default, the package runs with 128 bytes of state
169 initstate(1, randtbl, 128);
194 initstate(1, randtbl, 128);
254 value of the rear pointer; this is so successive calls to initstate won't
257 setstate so that it doesn't matter when initstate is called.
260 initstate (unsigned int seed, PTR arg_state, unsigned long n)
258 initstate (unsigned int seed, PTR arg_state, unsigned long n) function
/haiku-buildtools/gcc/libiberty/
H A Drandom.c41 @deftypefnx Supplement void* initstate (unsigned int @var{seed}, @
49 run of the program). @code{initstate} and @code{setstate} allow fine-grained
88 interface. The initstate() routine is called with a seed, an array of
94 with initstate(). By default, the package runs with 128 bytes of state
169 initstate(1, randtbl, 128);
194 initstate(1, randtbl, 128);
254 value of the rear pointer; this is so successive calls to initstate won't
257 setstate so that it doesn't matter when initstate is called.
260 initstate (unsigned int seed, PTR arg_state, unsigned long n)
258 initstate (unsigned int seed, PTR arg_state, unsigned long n) function
/haiku-buildtools/legacy/binutils/libiberty/
H A Drandom.c41 @deftypefnx Supplement void* initstate (unsigned int @var{seed}, void *@var{arg_state}, unsigned long @var{n})
48 run of the program). @code{initstate} and @code{setstate} allow fine-grained
87 interface. The initstate() routine is called with a seed, an array of
93 with initstate(). By default, the package runs with 128 bytes of state
168 initstate(1, randtbl, 128);
193 initstate(1, randtbl, 128);
253 value of the rear pointer; this is so successive calls to initstate won't
256 setstate so that it doesn't matter when initstate is called.
259 initstate (unsigned int seed, PTR arg_state, unsigned long n)
257 initstate (unsigned int seed, PTR arg_state, unsigned long n) function
/haiku-buildtools/legacy/gcc/libiberty/
H A Drandom.c56 interface. The initstate() routine is called with a seed, an array of
62 with initstate(). By default, the package runs with 128 bytes of state
137 initstate(1, randtbl, 128);
162 initstate(1, randtbl, 128);
223 value of the rear pointer; this is so successive calls to initstate won't
226 setstate so that it doesn't matter when initstate is called.
229 initstate (seed, arg_state, n)
227 initstate (seed, arg_state, n) function
/haiku-buildtools/legacy/gcc/gcc/
H A Dsys-protos.h559 extern char * initstate(unsigned, char *, int);

Completed in 97 milliseconds