HomeSort by relevance Sort by last modified time
    Searched defs:isPowerOf2 (Results 1 - 7 of 7) sorted by null

  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLutils.cpp 18 bool isPowerOf2(int num) {
  /external/webkit/Source/WebKit2/Shared/
VisitedLinkTable.cpp 45 static inline bool isPowerOf2(unsigned v)
61 ASSERT(isPowerOf2(m_tableSize));
  /external/llvm/include/llvm/ADT/
APInt.h 345 return BitWidth == 1 ? VAL == 1 : isNegative() && isPowerOf2();
367 bool isPowerOf2() const {
    [all...]
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/common/
UtilsTest.java 157 assertTrue(Utils.isPowerOf2(v));
163 assertFalse(Utils.isPowerOf2(v));
170 Utils.isPowerOf2(v);
  /external/webkit/Source/JavaScriptCore/runtime/
PropertyMapHashTable.h 50 inline bool isPowerOf2(unsigned v)
245 ASSERT(isPowerOf2(m_indexSize));
255 ASSERT(isPowerOf2(m_indexSize));
278 ASSERT(isPowerOf2(m_indexSize));
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
Utils.java 79 public static boolean isPowerOf2(int n) {
  /packages/apps/Nfc/jni/
com_android_nfc_NativeNfcManager.cpp     [all...]

Completed in 389 milliseconds