Lines Matching defs:max
2680 uint32_t max = 1 << lsb;2681 if (max > static_cast<uint32_t>(kMaxInt)) max -= 1;2682 uint32_t jnk = rng()->NextInt(max);2697 uint32_t max = 1 << lsb;2698 if (max > static_cast<uint32_t>(kMaxInt)) max -= 1;2699 uint32_t jnk = rng()->NextInt(max);