Searched refs:GetMaxValueForBits (Results 1 – 2 of 2) sorted by relevance
31 if (value > util::GetMaxValueForBits(size_)) { in AddEntry()33 << name_ << "(" << util::GetMaxValueForBits(size_) << ")\n"; in AddEntry()
54 inline uint64_t GetMaxValueForBits(int bits) { in GetMaxValueForBits() function