HomeSort by relevance Sort by last modified time
    Searched defs:random_value (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvmuxerutil.cpp 701 unsigned int random_value; local
702 const errno_t e = rand_s(&random_value);
704 const int32 nn = random_value;
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxerutil.cpp 690 unsigned int random_value; local
691 const errno_t e = rand_s(&random_value);
693 const int32 nn = random_value;

Completed in 57 milliseconds