HomeSort by relevance Sort by last modified time
    Searched defs:initstate (Results 1 - 3 of 3) sorted by null

  /external/flac/libFLAC/include/protected/
stream_decoder.h 43 FLAC__StreamDecoderInitStatus initstate; member in struct:FLAC__StreamDecoderProtected
  /bionic/libc/upstream-netbsd/common/lib/libc/stdlib/
random.c 50 __weak_alias(initstate,_initstate)
77 * interface. The initstate() routine is called with a seed, an array of
83 * with initstate(). By default, the package runs with 128 bytes of state
115 * cleanups have been made as well. A warning for both initstate and
180 * initstate(1, &randtbl, 128);
229 * initstate(1, randtbl, 128);
314 * initstate:
324 * successive calls to initstate() won't lose this information and will be
328 * setstate() so that it doesn't matter when initstate is called.
337 initstate( function
    [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
random.c 41 @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

Completed in 381 milliseconds