HomeSort by relevance Sort by last modified time
    Searched refs:UINT64_C (Results 251 - 275 of 384) sorted by null

<<111213141516

  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
MathExtras.h 285 return isInt<N + S>(x) && (x % (UINT64_C(1) << S) == 0);
292 /// return N >= 64 || X < (UINT64_C(1) << N);
300 return X < (UINT64_C(1) << (N));
328 return isUInt<N + S>(x) && (x % (UINT64_C(1) << S) == 0);
346 return -(UINT64_C(1)<<(N-1));
355 return (UINT64_C(1) << (N - 1)) - 1;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
MathExtras.h 285 return isInt<N + S>(x) && (x % (UINT64_C(1) << S) == 0);
292 /// return N >= 64 || X < (UINT64_C(1) << N);
300 return X < (UINT64_C(1) << (N));
328 return isUInt<N + S>(x) && (x % (UINT64_C(1) << S) == 0);
346 return -(UINT64_C(1)<<(N-1));
355 return (UINT64_C(1) << (N - 1)) - 1;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
MathExtras.h 285 return isInt<N + S>(x) && (x % (UINT64_C(1) << S) == 0);
292 /// return N >= 64 || X < (UINT64_C(1) << N);
300 return X < (UINT64_C(1) << (N));
328 return isUInt<N + S>(x) && (x % (UINT64_C(1) << S) == 0);
346 return -(UINT64_C(1)<<(N-1));
355 return (UINT64_C(1) << (N - 1)) - 1;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
MathExtras.h 285 return isInt<N + S>(x) && (x % (UINT64_C(1) << S) == 0);
292 /// return N >= 64 || X < (UINT64_C(1) << N);
300 return X < (UINT64_C(1) << (N));
328 return isUInt<N + S>(x) && (x % (UINT64_C(1) << S) == 0);
346 return -(UINT64_C(1)<<(N-1));
355 return (UINT64_C(1) << (N - 1)) - 1;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
MathExtras.h 285 return isInt<N + S>(x) && (x % (UINT64_C(1) << S) == 0);
292 /// return N >= 64 || X < (UINT64_C(1) << N);
300 return X < (UINT64_C(1) << (N));
328 return isUInt<N + S>(x) && (x % (UINT64_C(1) << S) == 0);
346 return -(UINT64_C(1)<<(N-1));
355 return (UINT64_C(1) << (N - 1)) - 1;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
MathExtras.h 285 return isInt<N + S>(x) && (x % (UINT64_C(1) << S) == 0);
292 /// return N >= 64 || X < (UINT64_C(1) << N);
300 return X < (UINT64_C(1) << (N));
328 return isUInt<N + S>(x) && (x % (UINT64_C(1) << S) == 0);
346 return -(UINT64_C(1)<<(N-1));
355 return (UINT64_C(1) << (N - 1)) - 1;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
MathExtras.h 285 return isInt<N + S>(x) && (x % (UINT64_C(1) << S) == 0);
292 /// return N >= 64 || X < (UINT64_C(1) << N);
300 return X < (UINT64_C(1) << (N));
328 return isUInt<N + S>(x) && (x % (UINT64_C(1) << S) == 0);
346 return -(UINT64_C(1)<<(N-1));
355 return (UINT64_C(1) << (N - 1)) - 1;
  /external/libusb/libusb/os/
windows_nt_common.c 36 const uint64_t epoch_time = UINT64_C(116444736000000000); // 1970.01.01 00:00:000 in MS Filetime
316 hires_ticks_to_ps = UINT64_C(1000000000000) / hires_frequency;
362 hires_ticks_to_ps = UINT64_C(0);
  /bionic/tests/
system_properties_test2.cpp 31 return static_cast<uint64_t>(now.tv_sec) * UINT64_C(1000000000) + now.tv_nsec;
  /external/compiler-rt/lib/builtins/
divtf3.c 82 uint64_t recip64 = UINT64_C(0x7504f333F9DE6484) - q63b;
  /external/jemalloc/src/
nstime.c 3 #define BILLION UINT64_C(1000000000)
  /external/libchrome/base/strings/
string_number_conversions_unittest.cc 313 {"2147483648", UINT64_C(2147483648), true},
314 {"99999999999", UINT64_C(99999999999), true},
336 {"9223372036854775808", UINT64_C(9223372036854775808), true},
638 {"0x8000000000000000", UINT64_C(0x8000000000000000), true},
  /external/libusb/msvc/
stdint.h 250 #define UINT64_C(val) val##ui64
  /external/llvm/lib/Target/AMDGPU/Utils/
AMDKernelCodeTUtils.cpp 136 const uint64_t Mask = ((UINT64_C(1) << width) - 1) << shift;
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
stdint.h 248 #define UINT64_C(v) (v ## ULL)
  /art/runtime/interpreter/
unstarted_runtime_test.cc 676 constexpr double ld1 = static_cast<double>((UINT64_C(1) << 53) - 1);
677 constexpr double ld2 = static_cast<double>(UINT64_C(1) << 55);
705 constexpr double ld1 = static_cast<double>((UINT64_C(1) << 53) - 1);
706 constexpr double ld2 = static_cast<double>(UINT64_C(1) << 55);
834 constexpr uint64_t lvalue = UINT64_C(0x3fe0c152382d7365);
841 EXPECT_EQ(UINT64_C(0x3fdfffffffffffff), lresult);
853 constexpr uint64_t lvalue = UINT64_C(0x3fe0c152382d7365);
860 EXPECT_EQ(UINT64_C(0x3febb67ae8584cab), lresult);
877 constexpr uint64_t lvalue1 = UINT64_C(0x4079000000000000);
878 constexpr uint64_t lvalue2 = UINT64_C(0xbfe6db6dc0000000)
    [all...]
  /device/google/contexthub/firmware/os/inc/
seos.h 94 #define KEY_SEQ_ID_ANY UINT64_C(0xFFFFFF)
95 #define HW_ID_ANY UINT64_C(0xFFFFFF)
  /external/boringssl/src/crypto/evp/
scrypt.c 154 N > UINT64_C(1) << 32 ||
156 (16 * r <= 63 && N >= UINT64_C(1) << (16 * r))) {
  /external/gptfdisk/
basicmbr.cc 695 chs[2] = (uint8_t) (cylinder & UINT64_C(0xFF));
    [all...]
  /external/llvm/lib/Support/
ScaledNumber.cpp 53 Shift && (Lower & UINT64_C(1) << (Shift - 1)));
254 uint64_t Error = UINT64_C(1) << (64 - Width);
  /external/clang/lib/Headers/
stdint.h 318 # define UINT64_C(v) __uint_c(v, __int64_c_suffix)
321 # define UINT64_C(v) v ## U
477 # define UINT64_MAX UINT64_C(18446744073709551615)
  /prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8/include/
stdint.h 318 # define UINT64_C(v) __uint_c(v, __int64_c_suffix)
321 # define UINT64_C(v) v ## U
477 # define UINT64_MAX UINT64_C(18446744073709551615)
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
stdint.h 318 # define UINT64_C(v) __uint_c(v, __int64_c_suffix)
321 # define UINT64_C(v) v ## U
477 # define UINT64_MAX UINT64_C(18446744073709551615)
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
stdint.h 318 # define UINT64_C(v) __uint_c(v, __int64_c_suffix)
321 # define UINT64_C(v) v ## U
477 # define UINT64_MAX UINT64_C(18446744073709551615)
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
stdint.h 318 # define UINT64_C(v) __uint_c(v, __int64_c_suffix)
321 # define UINT64_C(v) v ## U
477 # define UINT64_MAX UINT64_C(18446744073709551615)

Completed in 1255 milliseconds

<<111213141516