Home
last modified time | relevance | path

Searched defs:isPowerOfTwo (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DCharUnits.h129 bool isPowerOfTwo() const { in isPowerOfTwo() function
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
Dcommon.h52 inline bool isPowerOfTwo(uptr X) { return (X & (X - 1)) == 0; } in isPowerOfTwo() function
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/
Dguarded_pool_allocator.cpp37 bool isPowerOfTwo(uintptr_t X) { return (X & (X - 1)) == 0; } in isPowerOfTwo() function
/freebsd-12-stable/stand/ficl/
Dvm.c644 int isPowerOfTwo(FICL_UNS u) in isPowerOfTwo() function