OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:srandom
(Results
1 - 25
of
34
) sorted by null
1
2
/external/bzip2/
spewG.c
41
srandom
(1);
/external/ppp/pppd/
magic.c
120
srandom
((int)seedval);
/external/webkit/JavaScriptCore/wtf/
RandomNumberSeed.h
71
srandom
(static_cast<unsigned>(time.tv_usec * getpid()));
/system/extras/tests/bionic/libstdc++/
test_cstdlib.cpp
89
using ::
srandom
;
/external/clearsilver/util/
neo_rand.c
30
srandom
(seed);
/bionic/libstdc++/include/
cstdlib
86
using ::
srandom
;
/ndk/build/platforms/android-5/arch-x86/usr/include/
cstdlib
86
using ::
srandom
;
stdlib.h
126
static __inline__ void
srandom
(unsigned int __s)
function
/ndk/build/platforms/android-8/arch-x86/usr/include/
cstdlib
86
using ::
srandom
;
stdlib.h
126
static __inline__ void
srandom
(unsigned int __s)
function
/bionic/libc/include/
stdlib.h
126
static __inline__ void
srandom
(unsigned int __s)
function
/ndk/build/platforms/android-3/arch-arm/usr/include/
stdlib.h
126
static __inline__ void
srandom
(unsigned int __s)
function
/ndk/build/platforms/android-4/arch-arm/usr/include/
stdlib.h
126
static __inline__ void
srandom
(unsigned int __s)
function
/ndk/build/platforms/android-5/arch-arm/usr/include/
stdlib.h
126
static __inline__ void
srandom
(unsigned int __s)
function
/ndk/build/platforms/android-8/arch-arm/usr/include/
stdlib.h
126
static __inline__ void
srandom
(unsigned int __s)
function
/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
macro
/external/libpcap/lbl/
os-sunos4.h
166
void
srandom
(int);
/external/netcat/data/
data.c
97
/* if your library doesnt have
srandom
/random, use srand/rand. [from rnd.c] */
101
srandom
(time(0) + x);
/external/tcpdump/lbl/
os-sunos4.h
166
void
srandom
(int);
/external/dhcpcd/
common.c
96
srandom
(seed);
/external/mtpd/
mtpd.c
183
srandom
(time(NULL));
/external/e2fsprogs/lib/uuid/
gen_uuid.c
85
#define srand(x)
srandom
(x)
133
* and if not, use
srandom
/random.
/external/v8/src/
platform-macos.cc
96
srandom
(static_cast<unsigned int>(seed));
platform-openbsd.cc
82
srandom
(static_cast<unsigned int>(seed));
platform-solaris.cc
77
srandom
(static_cast<unsigned int>(seed));
Completed in 264 milliseconds
1
2