HomeSort by relevance Sort by last modified time
    Searched refs:ULL (Results 101 - 125 of 619) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/re2/re2/testing/
re2_arg_test.cc 78 { "9223372036854775808", static_cast<int64>(9223372036854775808ULL),
80 { "18446744073709551615", static_cast<int64>(18446744073709551615ULL),
  /external/regex-re2/re2/testing/
re2_arg_test.cc 78 { "9223372036854775808", static_cast<int64>(9223372036854775808ULL),
80 { "18446744073709551615", static_cast<int64>(18446744073709551615ULL),
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
random_number.h 75 RAND_SUP(1ULL << (sizeof(uint32) * 8)),
86 RAND_SUP(1ULL << (sizeof(uint32) * 8)),
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
limits.h 109 # define ULLONG_MAX 18446744073709551615ULL
139 # define ULLONG_MAX (LLONG_MAX * 2ULL + 1)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
limits.h 109 # define ULLONG_MAX 18446744073709551615ULL
139 # define ULLONG_MAX (LLONG_MAX * 2ULL + 1)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
limits.h 109 # define ULLONG_MAX 18446744073709551615ULL
139 # define ULLONG_MAX (LLONG_MAX * 2ULL + 1)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
random_number.h 76 _M_rand_sup(1ULL << std::numeric_limits<uint32_t>::digits),
87 _M_rand_sup(1ULL << std::numeric_limits<uint32_t>::digits),
  /external/llvm/include/llvm/ADT/
DenseMapInfo.h 84 static inline unsigned long long getEmptyKey() { return ~0ULL; }
85 static inline unsigned long long getTombstoneKey() { return ~0ULL - 1ULL; }
87 return (unsigned)(Val * 37ULL);
124 return (unsigned)(Val * 37ULL);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
cstdint.hpp 64 # define UINTMAX_C(c) c##ULL
300 # elif (defined(ULLONG_MAX) && ULLONG_MAX == 18446744073709551615ULL) || (defined(ULONG_LONG_MAX) && ULONG_LONG_MAX == 18446744073709551615ULL) || (defined(ULONGLONG_MAX) && ULONGLONG_MAX == 18446744073709551615ULL)
463 # define UINT64_C(value) value##uLL
464 # elif (defined(ULLONG_MAX) && ULLONG_MAX == 18446744073709551615ULL) || \
465 (defined(ULONG_LONG_MAX) && ULONG_LONG_MAX == 18446744073709551615ULL) || \
466 (defined(ULONGLONG_MAX) && ULONGLONG_MAX == 18446744073709551615ULL) || \
467 (defined(_LLONG_MAX) && _LLONG_MAX == 18446744073709551615ULL)
470 # define UINT64_C(value) value##uLL
    [all...]
  /external/chromium/base/
port.h 17 #define GG_ULONGLONG(x) x##ULL
rand_util.cc 40 DCHECK_GT(max, 0ULL);
  /external/chromium_org/base/
port.h 16 #define GG_ULONGLONG(x) x##ULL
  /external/chromium_org/third_party/cld/base/
port.h 16 #define GG_ULONGLONG(x) x##ULL
  /external/chromium_org/third_party/libwebp/utils/
utils.h 30 #define WEBP_MAX_ALLOCABLE_MEMORY (1ULL << 40)
  /external/chromium_org/third_party/libwebp/webp/
format_constants.h 79 #define MAX_IMAGE_AREA (1ULL << 32) // 32-bit max for width x height.
  /external/e2fsprogs/lib/ext2fs/
fiemap.h 37 #define FIEMAP_MAX_OFFSET (~0ULL)
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
basic_types.h 50 #define UINT64_C(x) x ## ULL
  /external/llvm/include/llvm/Support/
BlockFrequency.h 40 static uint64_t getMaxFrequency() { return -1ULL; }
  /external/llvm/lib/DebugInfo/
DWARFDebugRangeList.h 51 return StartAddress == -1ULL;
  /external/llvm/lib/Support/
TimeValue.cpp 23 TimeValue::Win32ZeroTimeSeconds = -12591158400ULL;
  /external/llvm/test/MC/AsmParser/
directive_values.s 30 .quad 0b10LL + 07ULL + 0x42AULL
  /external/webp/include/webp/
format_constants.h 79 #define MAX_IMAGE_AREA (1ULL << 32) // 32-bit max for width x height.
  /external/webp/src/utils/
utils.h 30 #define WEBP_MAX_ALLOCABLE_MEMORY (1ULL << 40)
  /external/linux-tools-perf/
perf.h 162 # define NSEC_PER_SEC 1000000000ULL
172 return ts.tv_sec * 1000000000ULL + ts.tv_nsec;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
functional_hash.h 120 static_cast<size_t>(14695981039346656037ULL);
124 __result *= static_cast<size_t>(1099511628211ULL);

Completed in 381 milliseconds

1 2 3 45 6 7 8 91011>>