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

  /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/linux-kselftest/tools/testing/selftests/vm/
userfaultfd.c 136 if (random_r(&rand, &rand_nr))
137 fprintf(stderr, "random_r 1 error\n"), exit(1);
140 if (random_r(&rand, &rand_nr))
141 fprintf(stderr, "random_r 2 error\n"), exit(1);
  /external/valgrind/
glibc-2.X-drd.supp 35 fun:random_r
  /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.8/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.15-4.8/sysroot/usr/include/
stdlib.h 360 extern int random_r (struct random_data *__restrict __buf,
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc     [all...]
  /external/valgrind/perf/
test_input_for_tinycc.c 576 extern int random_r (struct random_data *__restrict __buf,
    [all...]

Completed in 1026 milliseconds