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()44 const int RngSupport::kMaxSeedBytes; member in stream_executor::rng::RngSupport
44 static constexpr int kMaxSeedBytes = INT_MAX; variable