nextPowerOfTwo 112 core/MathUtils.h static int32_t nextPowerOfTwo(int32_t n); nextPowerOfTwo 109 core/MultinameHashtable.cpp numQuads = MathUtils::nextPowerOfTwo(capacity); nextPowerOfTwo 59 core/avmplusHashtable.cpp capacity = MathUtils::nextPowerOfTwo(capacity); nextPowerOfTwo 243 core/avmplusHashtable.cpp const uint32_t newCapacity = hasDeletedItems() ? oldCapacity : MathUtils::nextPowerOfTwo(oldCapacity+1);