Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/packet/parser/fields/
Dscalar_field.cc82 if (util::RoundSizeUp(size.bits()) != size.bits()) { in GenExtractor()
116 return util::RoundSizeUp(GetSize().bits()) != GetSize().bits(); in HasParameterValidator()
/packages/modules/Bluetooth/system/gd/packet/parser/
Dutil.h44 inline int RoundSizeUp(int size) { in RoundSizeUp() function