HomeSort by relevance Sort by last modified time
    Searched refs:initstate (Results 26 - 35 of 35) sorted by null

12

  /toolchain/binutils/binutils-2.25/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
  /external/clang/utils/VtableTest/
gen.cc 331 initstate(seed, state, sizeof(state));
  /external/dhcpcd-6.8.2/
ipv4ll.c 229 initstate(seed, state->randomstate, sizeof(state->randomstate));
  /external/mesa3d/src/glx/
glxhash.c 93 #define HASH_RANDOM_INIT(seed) ps = initstate(seed, rs, sizeof(rs))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdlib.h 323 `initstate' and `setstate' functions are those from BSD Unices.
336 extern char *initstate (unsigned int __seed, char *__statebuf,
340 which should have been previously initialized by `initstate'. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdlib.h 323 `initstate' and `setstate' functions are those from BSD Unices.
336 extern char *initstate (unsigned int __seed, char *__statebuf,
340 which should have been previously initialized by `initstate'. */
    [all...]
  /external/flac/libFLAC/
stream_decoder.c 381 return decoder->protected_->initstate = FLAC__STREAM_DECODER_INIT_STATUS_ERROR_OPENING_FILE;
530 return decoder->protected_->initstate = FLAC__STREAM_DECODER_INIT_STATUS_ALREADY_INITIALIZED;
533 return decoder->protected_->initstate = FLAC__STREAM_DECODER_INIT_STATUS_INVALID_CALLBACKS;
604 return decoder->protected_->initstate = FLAC__STREAM_DECODER_INIT_STATUS_ALREADY_INITIALIZED;
607 return decoder->protected_->initstate = FLAC__STREAM_DECODER_INIT_STATUS_INVALID_CALLBACKS;
    [all...]
  /external/ltrace/etc/
libc.so.conf 278 void* initstate(uint, void*, ulong);
  /external/valgrind/perf/
test_input_for_tinycc.c 552 extern char *initstate (unsigned int __seed, char *__statebuf,
    [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-ios.jar 

Completed in 488 milliseconds

12