HomeSort by relevance Sort by last modified time
    Searched refs:entropy_source (Results 1 - 3 of 3) sorted by null

  /external/v8/src/base/utils/
random-number-generator.cc 20 static RandomNumberGenerator::EntropySource entropy_source = NULL; member in namespace:v8::base
26 entropy_source = source;
33 if (entropy_source != NULL) {
35 if (entropy_source(reinterpret_cast<unsigned char*>(&seed),
random-number-generator.h 39 static void SetEntropySource(EntropySource entropy_source);
  /external/v8/src/
api.cc     [all...]

Completed in 163 milliseconds