HomeSort by relevance Sort by last modified time
    Searched refs:srandom (Results 76 - 100 of 130) sorted by null

1 2 34 5 6

  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/
stdlib.h 127 static __inline__ void srandom(unsigned int __s) function
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/
stdlib.h 127 static __inline__ void srandom(unsigned int __s) function
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/
stdlib.h 127 static __inline__ void srandom(unsigned int __s) function
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
stdlib.h 126 static __inline__ void srandom(unsigned int __s) function
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
stdlib.h 126 static __inline__ void srandom(unsigned int __s) function
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
stdlib.h 126 static __inline__ void srandom(unsigned int __s) function
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
stdlib.h 127 static __inline__ void srandom(unsigned int __s) function
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
stdlib.h 127 static __inline__ void srandom(unsigned int __s) function
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
stdlib.h 127 static __inline__ void srandom(unsigned int __s) function
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
stdlib.h 127 static __inline__ void srandom(unsigned int __s) function
  /bionic/tests/
stdlib_test.cpp 42 srandom(0x01020304);
  /external/bison/darwin-lib/
stdlib.h 870 _GL_FUNCDECL_SYS (srandom, void, (unsigned int seed));
872 _GL_CXXALIAS_SYS (srandom, void, (unsigned int seed));
873 _GL_CXXALIASWARN (srandom);
875 # undef srandom macro
877 _GL_WARN_ON_USE (srandom, "srandom is unportable - "
    [all...]
  /external/bison/linux-lib/
stdlib.h 870 _GL_FUNCDECL_SYS (srandom, void, (unsigned int seed));
872 _GL_CXXALIAS_SYS (srandom, void, (unsigned int seed));
873 _GL_CXXALIASWARN (srandom);
875 # undef srandom macro
877 _GL_WARN_ON_USE (srandom, "srandom is unportable - "
    [all...]
  /external/bison/lib/
stdlib.in.h 548 _GL_FUNCDECL_SYS (srandom, void, (unsigned int seed));
550 _GL_CXXALIAS_SYS (srandom, void, (unsigned int seed));
551 _GL_CXXALIASWARN (srandom);
553 # undef srandom
555 _GL_WARN_ON_USE (srandom, "srandom is unportable - "
  /external/libyuv/files/unit_test/
compare_test.cc 173 srandom(time(NULL));
292 srandom(time(NULL));
423 srandom(time(NULL));
rotate_argb_test.cc 33 srandom(time(NULL));
scale_argb_test.cc 33 srandom(time(NULL));
  /external/libpcap/lbl/
os-sunos4.h 166 void srandom(int);
  /external/tcpdump/lbl/
os-sunos4.h 166 void srandom(int);
  /frameworks/native/libs/ui/tests/
Region_test.cpp 140 srandom(12345);
  /external/valgrind/main/VEX/useful/
fp_80_64.c 554 srandom(4343);
596 srandom(2323);
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
port.h 414 inline void srandom(unsigned int seed) { srand(seed); } function
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
port.h 411 inline void srandom(unsigned int seed) { srand(seed); } function
  /external/libppp/src/
defs.c 71 srandom((time(NULL)^getpid())+random());