Searched refs:isPowerOfTwo (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c_checks.h34 return Alignment == 0 || !isPowerOfTwo(Alignment) ||
41 return Alignment == 0 || !isPowerOfTwo(Alignment) ||
H A Dcommon.h51 inline bool isPowerOfTwo(uptr X) { return (X & (X - 1)) == 0; } function in namespace:scudo
60 if (isPowerOfTwo(Size))
74 DCHECK(isPowerOfTwo(X));
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DCharUnits.h127 /// isPowerOfTwo - Test whether the quantity is a power of two.
129 bool isPowerOfTwo() const { function in class:clang::CharUnits
/freebsd-13-stable/stand/ficl/
H A Dvm.c644 int isPowerOfTwo(FICL_UNS u) function
673 pwr = isPowerOfTwo((FICL_UNS)radix);
H A Dficl.h659 int isPowerOfTwo(FICL_UNS u);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp940 if (!IvarSize.isPowerOfTwo()) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp11117 assert(PtrAlign.isPowerOfTwo());
11519 if (Size.isPowerOfTwo()) {

Completed in 114 milliseconds