OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:srand
(Results
226 - 250
of
532
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
stdlib.h
122
static __inline__ void
srand
(unsigned int __s) {
function
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
stdlib.h
123
static __inline__ void
srand
(unsigned int __s) {
function
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
stdlib.h
123
static __inline__ void
srand
(unsigned int __s) {
function
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
stdlib.h
123
static __inline__ void
srand
(unsigned int __s) {
function
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
stdlib.h
123
static __inline__ void
srand
(unsigned int __s) {
function
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cstdlib.h
105
using _STLP_VENDOR_CSTD::
srand
;
/external/chromium_org/third_party/icu/source/test/intltest/
wbnf.cpp
[
all
...]
tsnmfmt.cpp
111
// Call
srand
(currentTime) in intltest to make it truly random.
133
// Call
srand
(currentTime) in intltest to make it truly random.
/development/ndk/platforms/android-L/arch-mips64/lib-bootstrap/lib/
libc.so
/development/ndk/platforms/android-L/arch-mips64/lib-bootstrap/lib32/
libc.so
/external/ceres-solver/internal/ceres/
gradient_checking_cost_function_test.cc
133
srand
(5);
190
srand
(5);
/external/chromium_org/net/quic/crypto/
strike_register_test.cc
295
srand
(42);
347
srand
(42);
/external/chromium_org/sdch/open-vcdiff/src/
addrcache_test.cc
20
#include <stdlib.h> // rand,
srand
554
srand
(1);
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
port.h
67
#include <stdlib.h> /* for rand,
srand
, _strtoxxx */
414
inline void srandom(unsigned int seed) {
srand
(seed); }
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
port.h
64
#include <stdlib.h> /* for rand,
srand
, _strtoxxx */
411
inline void srandom(unsigned int seed) {
srand
(seed); }
/external/e2fsprogs/lib/uuid/
gen_uuid.c
98
#define
srand
(x) srandom(x)
macro
155
srand
((getpid() << 16) ^ getuid() ^ tv.tv_sec ^ tv.tv_usec);
/external/icu/icu4c/source/test/intltest/
tsnmfmt.cpp
111
// Call
srand
(currentTime) in intltest to make it truly random.
133
// Call
srand
(currentTime) in intltest to make it truly random.
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/lib/
libc.so
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/lib/
libc.so
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/libr2/
libc.so
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/libr6/
libc.so
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/lib/
libc.so
/bionic/tests/
stdlib_test.cpp
55
srand
(0x01020304);
/cts/suite/cts/deviceTests/simplecpu/jni/
CpuNativeJni.cpp
171
srand
(seed);
/development/ndk/platforms/android-L/arch-arm/symbols/
libc.so.functions.txt
1033
srand
Completed in 719 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>