HomeSort by relevance Sort by last modified time
    Searched refs:srand (Results 26 - 50 of 210) sorted by null

12 3 4 5 6 7 8 9

  /external/compiler-rt/test/timing/
moddi3.c 23 srand(42);
muldi3.c 23 srand(42);
udivdi3.c 23 srand(42);
umoddi3.c 23 srand(42);
  /external/libyuv/files/unit_test/
unit_test.h 48 #define srandom srand
  /external/llvm/tools/bugpoint/
FindBugs.cpp 47 srand(time(NULL));
  /external/skia/gm/
imagemagnifier.cpp 47 srand(1234);
  /bionic/libstdc++/include/
cstdlib 88 using ::srand;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
randgen.h 46 UniformArcSelector(int seed = time(0)) { srand(seed); }
67 LogProbArcSelector(int seed = time(0)) { srand(seed); }
  /ndk/sources/cxx-stl/gabi++/include/
cstdlib 87 using ::srand;
  /ndk/sources/cxx-stl/system/include/
cstdlib 87 using ::srand;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cstdlib 84 using ::srand;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cstdlib 84 using ::srand;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cstdlib 88 using ::srand;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cstdlib 88 using ::srand;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cstdlib 88 using ::srand;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
cstdlib 88 using ::srand;
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cstdlib 88 using ::srand;
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
cstdlib 88 using ::srand;
  /bionic/tests/
stdlib_test.cpp 49 srand(0x01020304);
  /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/webkit/Source/WebKit/android/jni/
WebCoreJniOnLoad.cpp 150 srand(time(NULL));
  /external/webkit/Tools/mangleme/
mangle.cgi.c 116 srand(seed);

Completed in 337 milliseconds

12 3 4 5 6 7 8 9