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

1 2 3 4 5 6 7 8 9

  /external/libvpx/libvpx/test/
acm_random.h 31 srand(seed);
  /external/webkit/Source/WebKit/chromium/tests/
TreeTestHelpers.cpp 50 srand(seed);
  /external/webkit/Source/JavaScriptCore/wtf/
RandomNumberSeed.h 56 srand(GetTickCount());
67 srand(static_cast<unsigned>(time(0)));
  /external/ceres-solver/internal/ceres/
random.h 42 srand(state);
normal_prior_test.cc 56 srand(5);
93 srand(5);
  /frameworks/av/libvideoeditor/osal/src/
M4OSA_Random.c 51 srand(time(NULL));
  /frameworks/rs/driver/linkloader/tests/images/
simple-test.c 22 srand(time(NULL));
  /external/webrtc/test/testsupport/
unittest_utils.h 51 srand(0);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
random-weight.h 43 srand(seed);
70 srand(seed);
98 srand(seed);
  /external/compiler-rt/test/timing/
ashldi3.c 22 srand(42);
ashrdi3.c 22 srand(42);
floatdidf.c 22 srand(42);
floatdisf.c 22 srand(42);
floatdixf.c 22 srand(42);
floatundidf.c 19 srand(42);
floatundisf.c 22 srand(42);
floatundixf.c 22 srand(42);
lshrdi3.c 22 srand(42);
negdi2.c 22 srand(42);
divdi3.c 23 srand(42);
  /external/dropbear/libtommath/etc/
mont.c 10 srand(time(NULL));
  /external/skia/gm/
imageblur.cpp 36 srand(1234);
  /system/extras/tests/bionic/libstdc++/
test_cstdlib.cpp 87 using ::srand;
  /external/openfst/src/include/fst/
random-weight.h 54 srand(seed);
86 srand(seed);
119 srand(seed);
153 srand(seed);
295 srand(seed);
  /external/llvm/lib/Transforms/Utils/
MetaRenamer.cpp 35 void srand(unsigned int seed) { function in struct:__anon11940::PRNG
71 prng.srand(randSeed);

Completed in 313 milliseconds

1 2 3 4 5 6 7 8 9