HomeSort by relevance Sort by last modified time
    Searched refs:srandom (Results 101 - 125 of 130) sorted by null

1 2 3 45 6

  /external/libyuv/files/unit_test/
rotate_test.cc 713 srandom(time(NULL));
836 srandom(time(NULL));
959 srandom(time(NULL));
1067 srandom(time(NULL));
1175 srandom(time(NULL));
    [all...]
planar_test.cc 41 srandom(time(NULL)); \
121 srandom(time(NULL)); \
180 srandom(time(NULL)); \
276 srandom(time(NULL)); \
333 srandom(time(NULL)); \
    [all...]
scale_test.cc 46 srandom(time(NULL));
  /external/chromium_org/v8/src/
platform-freebsd.cc 438 srandom(static_cast<unsigned int>(seed));
platform-cygwin.cc 473 srandom(static_cast<unsigned int>(seed));
platform-macos.cc 445 srandom(static_cast<unsigned int>(seed));
platform-openbsd.cc 504 srandom(static_cast<unsigned int>(seed));
platform-solaris.cc 481 srandom(static_cast<unsigned int>(seed));
platform-linux.cc 760 srandom(static_cast<unsigned int>(seed));
  /external/mtpd/
mtpd.c 166 srandom(time(NULL));
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 97 #define srand(x) srandom(x)
171 * and if not, use srandom/random.
  /external/v8/src/
platform-cygwin.cc 72 srandom(static_cast<unsigned int>(seed));
platform-macos.cc 100 srandom(static_cast<unsigned int>(seed));
platform-solaris.cc 101 srandom(static_cast<unsigned int>(seed));
platform-freebsd.cc 90 srandom(static_cast<unsigned int>(seed));
platform-linux.cc 85 srandom(static_cast<unsigned int>(seed));
    [all...]
platform-openbsd.cc 106 srandom(static_cast<unsigned int>(seed));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdlib.h 322 /* These are the functions that actually do things. The `random', `srandom',
330 extern void srandom (unsigned int __seed) __THROW;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h 322 /* These are the functions that actually do things. The `random', `srandom',
330 extern void srandom (unsigned int __seed) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h 322 /* These are the functions that actually do things. The `random', `srandom',
330 extern void srandom (unsigned int __seed) __THROW;
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
tcmalloc_unittest.cc 211 srandom(seed);
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
tcmalloc_unittest.cc 211 srandom(seed);
    [all...]
  /external/chromium_org/third_party/usrsctp/overrides/usrsctplib/netinet/
sctp_os_userspace.h 226 #define srandom(s) srand(s) macro
    [all...]
  /external/e2fsprogs/misc/
badblocks.c 1007 srandom((unsigned int)time(NULL)); /* simple randomness is enough */
  /external/iputils/
rdisc.c 431 srandom((int)gethostid());
    [all...]

Completed in 1390 milliseconds

1 2 3 45 6