OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:srand
(Results
1 - 25
of
152
) sorted by null
1
2
3
4
5
6
7
/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)));
/frameworks/compile/linkloader/tests/images/
simple-test.c
22
srand
(time(NULL));
/frameworks/media/libvideoeditor/osal/src/
M4OSA_Random.c
51
srand
(time(NULL));
/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));
/frameworks/compile/libbcc/runtime/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);
moddi3.c
23
srand
(42);
muldi3.c
23
srand
(42);
udivdi3.c
23
srand
(42);
umoddi3.c
23
srand
(42);
/system/extras/tests/bionic/libstdc++/
test_cstdlib.cpp
87
using ::
srand
;
/external/llvm/tools/bugpoint/
FindBugs.cpp
47
srand
(time(NULL));
/bionic/libstdc++/include/
cstdlib
88
using ::
srand
;
Completed in 5304 milliseconds
1
2
3
4
5
6
7