Home
last modified time | relevance | path

Searched refs:isPowerOfTwo (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/sys/boot/ficl/
Dvm.c644 int isPowerOfTwo(FICL_UNS u) in isPowerOfTwo() function
673 pwr = isPowerOfTwo((FICL_UNS)radix); in ltoa()
Dficl.h659 int isPowerOfTwo(FICL_UNS u);
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DCharUnits.h129 bool isPowerOfTwo() const { in isPowerOfTwo() function
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGObjC.cpp712 if (!IvarSize.isPowerOfTwo()) { in PropertyImplStrategy()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DExprConstant.cpp6185 if (Size.isPowerOfTwo()) { in VisitCallExpr()