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

/macosx-10.10.1/ksh-23/ksh/src/lib/libast/uwin/
H A Drandom.c44 #define initstate ______initstate macro
54 #undef initstate macro
69 interface. The initstate() routine is called with a seed, an array of
75 with initstate(). By default, the package runs with 128 bytes of state
150 initstate(1, randtbl, 128);
174 initstate(1, randtbl, 128);
233 value of the rear pointer; this is so successive calls to initstate won't
236 setstate so that it doesn't matter when initstate is called. function
238 extern char* initstate(unsigned int seed, char* arg_state, size_t n)
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dstdlib.h208 char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */
210 char *initstate(unsigned long, char *, long);
/macosx-10.10.1/Libc-1044.1.2/stdlib/FreeBSD/
H A Drandom.c59 * interface. The initstate() routine is called with a seed, an array of
65 * with initstate(). By default, the package runs with 128 bytes of state
97 * cleanups have been made as well. A warning for both initstate and
163 * initstate(1, randtbl, 128);
203 * initstate(1, randtbl, 128);
341 * initstate:
351 * successive calls to initstate() won't lose this information and will be
355 * setstate() so that it doesn't matter when initstate is called.
365 initstate(unsigned int seed, char *arg_state, size_t n) function
367 initstate(unsigne
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/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
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/compat/
H A Drandom.c61 * interface. The initstate() routine is called with a seed, an array of
67 * with initstate(). By default, the package runs with 128 bytes of state
140 * initstate(1, &randtbl, 128);
169 * initstate(1, randtbl, 128);
227 * initstate:
237 * successive calls to initstate() won't lose this information and will be
241 * setstate() so that it doesn't matter when initstate is called.
246 initstate(seed, arg_state, n) function
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dvera.vim52 syn keyword veraTask initstate lock_file mailbox_get mailbox_put os_command
/macosx-10.10.1/Heimdal-398.1.2/
H A Dconfigure16968 initstate \

Completed in 116 milliseconds