Searched defs:isPowerOf2 (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebKit2/Shared/
H A DVisitedLinkTable.cpp45 static inline bool isPowerOf2(unsigned v) function in namespace:WebKit
61 ASSERT(isPowerOf2(m_tableSize));
/external/llvm/include/llvm/ADT/
H A DAPInt.h354 return BitWidth == 1 ? VAL == 1 : isNegative() && isPowerOf2();
370 bool isPowerOf2() const { function in class:llvm::APInt
1411 if (!isPowerOf2())
/external/webkit/Source/JavaScriptCore/runtime/
H A DPropertyMapHashTable.h50 inline bool isPowerOf2(unsigned v) function in namespace:JSC
245 ASSERT(isPowerOf2(m_indexSize));
255 ASSERT(isPowerOf2(m_indexSize));
278 ASSERT(isPowerOf2(m_indexSize));

Completed in 329 milliseconds