HomeSort by relevance Sort by last modified time
    Searched full:random_r (Results 1 - 25 of 35) sorted by null

1 2

  /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/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...]
config.in.h     [all...]
  /external/bison/darwin-lib/
stdlib.h 932 # undef random_r macro
    [all...]
config.h     [all...]
  /external/bison/linux-lib/
stdlib.h 932 # undef random_r macro
    [all...]
config.h     [all...]
  /external/bison/m4/
stdlib_h.m4 24 posix_openpt ptsname ptsname_r random random_r realpath rpmatch
  /external/chromium_org/tools/valgrind/tsan/
ignores.txt 24 fun_r:random_r
  /external/valgrind/main/
glibc-2.X-drd.supp 35 fun:random_r
  /external/chromium_org/third_party/fontconfig/include/
config.h 131 /* Define to 1 if you have the `random_r' function. */
  /external/chromium_org/third_party/mesa/src/src/glx/
glxhash.c 103 #define HASH_RANDOM ((void) random_r(&rd, &rv), rv)
  /external/ltrace/etc/
libc.so.conf 280 int random_r(void*, +int*);
  /external/mesa3d/src/glx/
glxhash.c 103 #define HASH_RANDOM ((void) random_r(&rd, &rv), rv)
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common_interceptors.inc     [all...]
  /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.6/sysroot/usr/lib32/mesa/
libGL.so 
libGL.so.1 
libGL.so.1.2 
  /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.11-4.8/sysroot/usr/lib32/mesa/
libGL.so 
libGL.so.1 
libGL.so.1.2 
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 1190 TEST(MemorySanitizer, random_r) {
1201 res = random_r(&buf, &x);
    [all...]
  /external/oprofile/doc/
oprofile.xml     [all...]

Completed in 483 milliseconds

1 2