Searched refs:kMaxSeedBytes (Results 1 – 2 of 2) sorted by relevance
33 if (seed_bytes > kMaxSeedBytes) { in CheckSeed()35 << ". At most " << RngSupport::kMaxSeedBytes in CheckSeed()45 const int RngSupport::kMaxSeedBytes; member in stream_executor::rng::RngSupport
44 static const int kMaxSeedBytes = INT_MAX; variable