Searched refs:roundUpPower2 (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/include/utils/
H A Dmisc.h85 unsigned int roundUpPower2(unsigned int val);
/frameworks/native/libs/utils/
H A Dmisc.cpp180 unsigned int roundUpPower2(unsigned int val) function in namespace:android
H A DZipFileRO.cpp334 mHashTableSize = roundUpPower2(1 + (numEntries * 4) / 3);

Completed in 110 milliseconds