Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DCharUnits.h135 bool isPowerOfTwo() const { in isPowerOfTwo() function
/freebsd-src/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.cpp38 bool isPowerOfTwo(uintptr_t X) { return (X & (X - 1)) == 0; } in isPowerOfTwo() function
/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcommon.h31 inline constexpr bool isPowerOfTwo(uptr X) { in isPowerOfTwo() function
/freebsd-src/stand/ficl/
H A Dvm.c643 int isPowerOfTwo(FICL_UNS u) in isPowerOfTwo() function