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

  /bionic/libc/include/
stdlib.h 118 char* initstate(unsigned int, char*, size_t);
  /development/ndk/platforms/android-L/include/
stdlib.h 120 char* initstate(unsigned int, char*, size_t);
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/
stdlib.h 118 char* initstate(unsigned int, char*, size_t);
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/
stdlib.h 118 char* initstate(unsigned int, char*, size_t);
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/
stdlib.h 118 char* initstate(unsigned int, char*, size_t);
  /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...]
  /external/bison/darwin-lib/
stdlib.h 884 _GL_FUNCDECL_SYS (initstate, char *,
888 _GL_CXXALIAS_SYS (initstate, char *,
890 _GL_CXXALIASWARN (initstate);
892 # undef initstate macro
894 _GL_WARN_ON_USE (initstate, "initstate is unportable - "
    [all...]
  /external/bison/linux-lib/
stdlib.h 884 _GL_FUNCDECL_SYS (initstate, char *,
888 _GL_CXXALIAS_SYS (initstate, char *,
890 _GL_CXXALIASWARN (initstate);
892 # undef initstate macro
894 _GL_WARN_ON_USE (initstate, "initstate is unportable - "
    [all...]
  /external/bison/lib/
stdlib.in.h 562 _GL_FUNCDECL_SYS (initstate, char *,
566 _GL_CXXALIAS_SYS (initstate, char *,
568 _GL_CXXALIASWARN (initstate);
570 # undef initstate
572 _GL_WARN_ON_USE (initstate, "initstate is unportable - "
  /external/clang/utils/VtableTest/
gen.cc 331 initstate(seed, state, sizeof(state));
  /external/chromium_org/third_party/mesa/src/src/glx/
glxhash.c 93 #define HASH_RANDOM_INIT(seed) ps = initstate(seed, rs, sizeof(rs))
  /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.6/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.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...]
  /external/ltrace/etc/
libc.so.conf 278 void* initstate(uint, void*, ulong);
  /external/valgrind/main/perf/
test_input_for_tinycc.c 552 extern char *initstate (unsigned int __seed, char *__statebuf,
    [all...]

Completed in 328 milliseconds