HomeSort by relevance Sort by last modified time
    Searched full:srand (Results 326 - 350 of 532) sorted by null

<<11121314151617181920>>

  /external/libopus/celt/tests/
test_unit_entropy.c 166 srand(seed);
  /external/libvpx/libvpx/test/
tools_common.sh 414 VPX_TEST_RAND=$(awk 'BEGIN { srand(); printf "%d\n",(rand() * 32768)}')
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxerutil.cpp 681 srand(*seed);
  /external/llvm/lib/Support/Unix/
Process.inc 370 static int x = (::srand(GetRandomNumberSeed()), 0);
  /external/ltrace/etc/
libc.so.conf 275 void srand(uint);
  /frameworks/av/drm/drmserver/
DrmManager.cpp 45 srand(time(NULL));
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
wifi_hal.cpp 105 srand(getpid());
  /hardware/intel/common/libva/test/putsurface/
putsurface_common.c 388 srand((unsigned)time(NULL));
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
tools_common.sh 414 VPX_TEST_RAND=$(awk 'BEGIN { srand(); printf "%d\n",(rand() * 32768)}')
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxerutil.cpp 681 srand(*seed);
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifi_hal.cpp 144 srand(getpid());
  /ndk/sources/host-tools/nawk-20071023/
lex.c 83 { "srand", FSRAND, BLTIN },
  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicIntersection_Test.cpp 461 srand(0);
567 srand(0);
  /external/skia/experimental/Intersection/
CubicIntersection_Test.cpp 461 srand(0);
567 srand(0);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
stdlib.h 324 The `rand' and `srand' functions are required by the ANSI standard.
382 extern void srand (unsigned int __seed) __THROW;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdlib.h 324 The `rand' and `srand' functions are required by the ANSI standard.
382 extern void srand (unsigned int __seed) __THROW;
    [all...]
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_sender.cc 13 #include <stdlib.h> // srand
103 srand(static_cast<uint32_t>(clock_->TimeInMilliseconds()));
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
pyexpat.so 
  /bionic/libc/upstream-netbsd/common/lib/libc/stdlib/
random.c 76 * rand()/srand() like interface, this package also has a special state info
  /external/bluetooth/bluedroid/btif/src/
btif_core.c 425 srand((unsigned int) (time(0)));
    [all...]
  /external/bluetooth/bluedroid/stack/smp/
smp_act.c 462 /* save the SRand for comparison */
    [all...]
  /external/chromium_org/chrome/browser/background/
background_application_list_model_unittest.cc 575 srand(RANDOM_SEED);
  /external/chromium_org/chrome/browser/policy/
policy_prefs_browsertest.cc 388 srand(1);
  /external/chromium_org/third_party/libjpeg_turbo/
tjunittest.c 625 srand((unsigned int)time(NULL));
  /external/chromium_org/third_party/skia/tests/
PathOpsCubicIntersectionTest.cpp 394 srand(0);

Completed in 702 milliseconds

<<11121314151617181920>>