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

  /ndk/sources/host-tools/sed-4.2.1/lib/
stdlib.in.h 254 int random_r (struct random_data *buf, int32_t *result);
257 # undef random_r
258 # define random_r(b,r) \
259 (GL_LINK_WARNING ("random_r is unportable - " \
260 "use gnulib module random_r for portability"), \
261 random_r (b,r))
265 "use gnulib module random_r for portability"), \
270 "use gnulib module random_r for portability"), \
275 "use gnulib module random_r for portability"), \
  /external/bison/darwin-lib/
stdlib.h 932 # undef random_r macro
    [all...]
  /external/bison/linux-lib/
stdlib.h 932 # undef random_r macro
    [all...]
  /external/bison/lib/
stdlib.in.h 595 # undef random_r
596 # define random_r rpl_random_r
598 _GL_FUNCDECL_RPL (random_r, int, (struct random_data *buf, int32_t *result)
600 _GL_CXXALIAS_RPL (random_r, int, (struct random_data *buf, int32_t *result));
603 _GL_FUNCDECL_SYS (random_r, int, (struct random_data *buf, int32_t *result)
606 _GL_CXXALIAS_SYS (random_r, int, (struct random_data *buf, int32_t *result));
608 _GL_CXXALIASWARN (random_r);
610 # undef random_r
612 _GL_WARN_ON_USE (random_r, "random_r is unportable -
    [all...]
  /external/valgrind/main/
glibc-2.X-drd.supp 35 fun:random_r
  /external/chromium_org/third_party/mesa/src/src/glx/
glxhash.c 103 #define HASH_RANDOM ((void) random_r(&rd, &rv), rv)
  /external/mesa3d/src/glx/
glxhash.c 103 #define HASH_RANDOM ((void) random_r(&rd, &rv), rv)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
stdlib.h 360 extern int random_r (struct random_data *__restrict __buf,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdlib.h 360 extern int random_r (struct random_data *__restrict __buf,
    [all...]
  /external/ltrace/etc/
libc.so.conf 280 int random_r(void*, +int*);
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 1190 TEST(MemorySanitizer, random_r) {
1201 res = random_r(&buf, &x);
    [all...]
  /external/valgrind/main/perf/
test_input_for_tinycc.c 576 extern int random_r (struct random_data *__restrict __buf,
    [all...]

Completed in 487 milliseconds