HomeSort by relevance Sort by last modified time
    Searched refs:srand (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /external/webkit/JavaScriptCore/wtf/
RandomNumberSeed.h 56 srand(static_cast<unsigned>(time(0)));
73 srand(static_cast<unsigned>(time(0)));
83 srand(seed);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
random-weight.h 43 srand(seed);
70 srand(seed);
98 srand(seed);
randgen.h 46 UniformArcSelector(int seed = time(0)) { srand(seed); }
67 LogProbArcSelector(int seed = time(0)) { srand(seed); }
  /external/dropbear/libtommath/etc/
mont.c 10 srand(time(NULL));
  /system/extras/tests/bionic/libstdc++/
test_cstdlib.cpp 87 using ::srand;
  /external/clearsilver/util/
neo_rand.c 32 srand(seed);
  /frameworks/base/libs/rs/
rsNoise.cpp 100 srand(time(NULL));
124 srand(time(NULL));
171 srand(time(NULL));
237 srand(time(NULL));
247 srand(time(NULL));
  /bionic/libstdc++/include/
cstdlib 88 using ::srand;
  /ndk/sources/cxx-stl/system/include/
cstdlib 88 using ::srand;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
cstdlib 84 using ::srand;
stdlib.h 119 static __inline__ void srand(unsigned int __s) { function
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
cstdlib 84 using ::srand;
  /bionic/libc/include/
stdlib.h 120 static __inline__ void srand(unsigned int __s) { function
  /development/ndk/platforms/android-3/include/
stdlib.h 119 static __inline__ void srand(unsigned int __s) { function
  /development/ndk/platforms/android-8/include/
stdlib.h 120 static __inline__ void srand(unsigned int __s) { function
  /development/ndk/platforms/android-9/include/
stdlib.h 120 static __inline__ void srand(unsigned int __s) { function
  /external/chromium/third_party/zlib/contrib/minizip/
crypt.h 113 srand((unsigned)(time(NULL) ^ ZCR_SEED2));
  /external/webkit/WebKitTools/mangleme/
mangle.cgi.c 116 srand(seed);
remangle.cgi.c 119 srand(seed);
  /external/zlib/contrib/minizip/
crypt.h 112 srand((unsigned)(time(NULL) ^ ZCR_SEED2));
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/X11/
Xw32defs.h 64 #define srandom srand
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
stdlib.h 119 static __inline__ void srand(unsigned int __s) { function
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
stdlib.h 119 static __inline__ void srand(unsigned int __s) { function
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
stdlib.h 119 static __inline__ void srand(unsigned int __s) { function
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
stdlib.h 119 static __inline__ void srand(unsigned int __s) { function

Completed in 282 milliseconds

1 2 3 4