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

/freebsd-11-stable/contrib/gcclibs/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
/freebsd-11-stable/contrib/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
/freebsd-11-stable/lib/libc/stdlib/
H A DMakefile.inc56 MLINKS+=random.3 initstate.3 random.3 setstate.3 random.3 srandom.3 \
H A Drandom.c48 * interface. The initstate() routine is called with a seed, an array of
54 * with initstate(). By default, the package runs with 128 bytes of state
86 * cleanups have been made as well. A warning for both initstate and
148 * initstate(1, randtbl, 128);
177 * initstate(1, randtbl, 128);
291 * initstate:
301 * successive calls to initstate() won't lose this information and will be
305 * setstate() so that it doesn't matter when initstate is called.
314 initstate(unsigned long seed, char *arg_state, long n) function
/freebsd-11-stable/include/
H A Dstdlib.h208 char *initstate(unsigned long /* XSI requires u_int */, char *, long);
/freebsd-11-stable/secure/lib/libcrypt/
H A Dblowfish.c96 const blf_ctx initstate = local
368 *c = initstate;
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dblowfish.c128 static const blf_ctx initstate = local
399 *c = initstate;
/freebsd-11-stable/tools/regression/fsx/
H A Dfsx.c1168 initstate(seed, state, 256);
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h558 extern char * initstate(unsigned, char *, int);

Completed in 114 milliseconds