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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/bionic/
rand.cpp 19 // The BSD rand/srand is very weak. glibc just uses random/srandom instead.
27 void srand(unsigned int seed) { function
  /device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
Rand.c 64 srand(unsigned int seed) function
  /hardware/interfaces/radio/1.0/vts/functional/
VtsHalRadioV1_0TargetTest.cpp 26 srand(seedSrand);
VtsHalSapV1_0TargetTest.cpp 27 srand(seedSrand);
  /external/linux-kselftest/tools/testing/selftests/powerpc/dscr/
dscr_explicit_test.c 27 srand(getpid());
dscr_inherit_test.c 28 srand(getpid());
  /external/syslinux/gpxe/src/include/
stdlib.h 61 static inline void srand ( unsigned int seed ) { function
  /external/syslinux/utils/
md5pass 16 srand($$ ^ time);
sha1pass 16 srand($$ ^ time);
  /prebuilts/go/darwin-x86/doc/progs/
cgo1.go 19 C.srand(C.uint(i))
cgo2.go 19 C.srand(C.uint(i))
  /prebuilts/go/linux-x86/doc/progs/
cgo1.go 19 C.srand(C.uint(i))
cgo2.go 19 C.srand(C.uint(i))
  /bionic/libc/include/android/
legacy_stdlib_inlines.h 55 static __inline void srand(unsigned int __s) { srand48(__s); } function
  /external/compiler-rt/test/builtins/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);
  /external/ltp/tools/pounder21/src/randacoords/
coords.c 45 srand(seed);

Completed in 1469 milliseconds

1 2 3 4 5 6 7 8 91011>>