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

  /external/capstone/
MathExtras.h 87 /// isPowerOf2_32 - This function returns true if the argument is a power of
88 /// two > 0. Ex. isPowerOf2_32(0x00100000U) == true (32 bit edition.)
89 static inline bool isPowerOf2_32(uint32_t Value) {
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
MathExtras.h 112 /// isPowerOf2_32 - This function returns true if the argument is a power of
113 /// two > 0. Ex. isPowerOf2_32(0x00100000U) == true (32 bit edition.)
114 inline bool isPowerOf2_32(uint32_t Value) {
  /external/llvm/include/llvm/Support/
MathExtras.h 375 /// isPowerOf2_32 - This function returns true if the argument is a power of
376 /// two > 0. Ex. isPowerOf2_32(0x00100000U) == true (32 bit edition.)
377 inline bool isPowerOf2_32(uint32_t Value) {
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
MathExtras.h 397 /// isPowerOf2_32 - This function returns true if the argument is a power of
398 /// two > 0. Ex. isPowerOf2_32(0x00100000U) == true (32 bit edition.)
399 constexpr inline bool isPowerOf2_32(uint32_t Value) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
MathExtras.h 397 /// isPowerOf2_32 - This function returns true if the argument is a power of
398 /// two > 0. Ex. isPowerOf2_32(0x00100000U) == true (32 bit edition.)
399 constexpr inline bool isPowerOf2_32(uint32_t Value) {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
MathExtras.h 420 /// Ex. isPowerOf2_32(0x00100000U) == true (32 bit edition.)
421 constexpr inline bool isPowerOf2_32(uint32_t Value) {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
MathExtras.h 420 /// Ex. isPowerOf2_32(0x00100000U) == true (32 bit edition.)
421 constexpr inline bool isPowerOf2_32(uint32_t Value) {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
MathExtras.h 420 /// Ex. isPowerOf2_32(0x00100000U) == true (32 bit edition.)
421 constexpr inline bool isPowerOf2_32(uint32_t Value) {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
MathExtras.h 420 /// Ex. isPowerOf2_32(0x00100000U) == true (32 bit edition.)
421 constexpr inline bool isPowerOf2_32(uint32_t Value) {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
MathExtras.h 420 /// Ex. isPowerOf2_32(0x00100000U) == true (32 bit edition.)
421 constexpr inline bool isPowerOf2_32(uint32_t Value) {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
MathExtras.h 420 /// Ex. isPowerOf2_32(0x00100000U) == true (32 bit edition.)
421 constexpr inline bool isPowerOf2_32(uint32_t Value) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
MathExtras.h 397 /// isPowerOf2_32 - This function returns true if the argument is a power of
398 /// two > 0. Ex. isPowerOf2_32(0x00100000U) == true (32 bit edition.)
399 constexpr inline bool isPowerOf2_32(uint32_t Value) {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
MathExtras.h 420 /// Ex. isPowerOf2_32(0x00100000U) == true (32 bit edition.)
421 constexpr inline bool isPowerOf2_32(uint32_t Value) {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
MathExtras.h 420 /// Ex. isPowerOf2_32(0x00100000U) == true (32 bit edition.)
421 constexpr inline bool isPowerOf2_32(uint32_t Value) {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
MathExtras.h 420 /// Ex. isPowerOf2_32(0x00100000U) == true (32 bit edition.)
421 constexpr inline bool isPowerOf2_32(uint32_t Value) {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
MathExtras.h 420 /// Ex. isPowerOf2_32(0x00100000U) == true (32 bit edition.)
421 constexpr inline bool isPowerOf2_32(uint32_t Value) {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
MathExtras.h 420 /// Ex. isPowerOf2_32(0x00100000U) == true (32 bit edition.)
421 constexpr inline bool isPowerOf2_32(uint32_t Value) {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
MathExtras.h 420 /// Ex. isPowerOf2_32(0x00100000U) == true (32 bit edition.)
421 constexpr inline bool isPowerOf2_32(uint32_t Value) {

Completed in 475 milliseconds