Home
last modified time | relevance | path

Searched refs:GetMaxValueForBits (Results 1 – 2 of 2) sorted by relevance

/system/bt/gd/packet/parser/
Denum_def.cc31 if (value > util::GetMaxValueForBits(size_)) { in AddEntry()
33 << name_ << "(" << util::GetMaxValueForBits(size_) << ")\n"; in AddEntry()
Dutil.h54 inline uint64_t GetMaxValueForBits(int bits) { in GetMaxValueForBits() function