/external/qemu/ |
H A D | targphys.h | 16 #define TARGET_PHYS_ADDR_MAX UINT64_MAX
|
/external/chromium_org/build/ |
H A D | intsafe_workaround.h | 25 #undef UINT64_MAX macro
|
/external/llvm/unittests/Support/ |
H A D | BlockFrequencyTest.cpp | 33 BlockFrequency Freq(UINT64_MAX); 49 BlockFrequency Freq(UINT64_MAX); 52 EXPECT_EQ(Freq.getFrequency(), UINT64_MAX); 66 EXPECT_EQ(Freq.getFrequency(), UINT64_MAX); 70 EXPECT_EQ(Freq.getFrequency(), UINT64_MAX);
|
H A D | raw_ostream_test.cpp | 77 EXPECT_EQ("18446744073709551615", printToString(UINT64_MAX)); 108 EXPECT_EQ("18446744073709551615", printToStringUnbuffered(UINT64_MAX));
|
/external/chromium_org/third_party/libusb/src/msvc/ |
H A D | stdint.h | 140 #define UINT64_MAX 0xffffffffffffffffULL /* 18446744073709551615ULL */ macro 156 #define UINT_LEAST64_MAX UINT64_MAX 172 #define UINT_FAST64_MAX UINT64_MAX 179 #define UINTPTR_MAX UINT64_MAX 189 #define UINTMAX_MAX UINT64_MAX 205 #define SIZE_MAX UINT64_MAX
|
/external/bison/lib/ |
H A D | bitrotate.h | 31 #ifdef UINT64_MAX 38 return ((x << n) | (x >> (64 - n))) & UINT64_MAX; 47 return ((x >> n) | (x << (64 - n))) & UINT64_MAX;
|
H A D | stdint.in.h | 189 #ifdef UINT64_MAX 380 #if defined GL_UINT64_T && ! defined UINT64_MAX 381 # define UINT64_MAX UINTMAX_C (18446744073709551615) 420 # define UINT_LEAST64_MAX UINT64_MAX 465 # define UINT_FAST64_MAX UINT64_MAX 491 # ifdef UINT64_MAX 492 # define UINTMAX_MAX UINT64_MAX
|
H A D | inttypes.in.h | 200 #ifdef UINT64_MAX 308 #ifdef UINT64_MAX 481 #ifdef UINT64_MAX 693 #ifdef UINT64_MAX 785 #ifdef UINT64_MAX 960 #ifdef UINT64_MAX
|
/external/chromium_org/third_party/mesa/src/include/c99/ |
H A D | stdint.h | 143 #define UINT64_MAX _UI64_MAX macro 157 #define UINT_LEAST64_MAX UINT64_MAX 171 #define UINT_FAST64_MAX UINT64_MAX 177 # define UINTPTR_MAX UINT64_MAX 187 #define UINTMAX_MAX UINT64_MAX
|
/external/chromium_org/third_party/re2/mswin/ |
H A D | stdint.h | 143 #define UINT64_MAX _UI64_MAX macro 157 #define UINT_LEAST64_MAX UINT64_MAX 171 #define UINT_FAST64_MAX UINT64_MAX 177 # define UINTPTR_MAX UINT64_MAX 187 #define UINTMAX_MAX UINT64_MAX
|
/external/mesa3d/include/c99/ |
H A D | stdint.h | 143 #define UINT64_MAX _UI64_MAX macro 157 #define UINT_LEAST64_MAX UINT64_MAX 171 #define UINT_FAST64_MAX UINT64_MAX 177 # define UINTPTR_MAX UINT64_MAX 187 #define UINTMAX_MAX UINT64_MAX
|
/external/compiler-rt/lib/ppc/ |
H A D | fixunstfdi.c | 58 return UINT64_MAX;
|
/external/llvm/include/llvm/Support/ |
H A D | DataTypes.h | 199 #if !defined(UINT64_MAX) 200 # define UINT64_MAX 0xffffffffffffffffULL macro
|
H A D | DataTypes.h.cmake | 190 #if !defined(UINT64_MAX) 191 # define UINT64_MAX 0xffffffffffffffffULL
|
H A D | DataTypes.h.in | 188 #if !defined(UINT64_MAX) 189 # define UINT64_MAX 0xffffffffffffffffULL
|
/external/bison/darwin-lib/ |
H A D | stdint.h | 190 #ifdef UINT64_MAX 381 #if defined GL_UINT64_T && ! defined UINT64_MAX 382 # define UINT64_MAX UINTMAX_C (18446744073709551615) macro 421 # define UINT_LEAST64_MAX UINT64_MAX 466 # define UINT_FAST64_MAX UINT64_MAX 492 # ifdef UINT64_MAX 493 # define UINTMAX_MAX UINT64_MAX
|
/external/chromium_org/third_party/smhasher/src/ |
H A D | pstdint.h | 81 * presence with the test: #ifdef INT64_MAX or #ifdef UINT64_MAX. 249 # define UINT64_C(x) (x + (UINT64_MAX - UINT64_MAX)) 269 # if !defined (UINT64_MAX) 270 # define UINT64_MAX 18446744073709551615ULL macro 497 #if !defined (UINT64_MAX) && defined (INT64_C) 498 # define UINT64_MAX UINT64_C (18446744073709551615) macro 542 # define UINTMAX_MAX UINT64_MAX 601 # define UINT_LEAST64_MAX UINT64_MAX
|
/external/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_libc.cc | 193 res = (res <= UINT64_MAX / 10) ? res * 10 : UINT64_MAX; 195 res = (res <= UINT64_MAX - digit) ? res + digit : UINT64_MAX;
|
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/ |
H A D | wire_format.py | 63 UINT64_MAX = (1 << 64) - 1 variable 246 if uint64 > UINT64_MAX:
|
H A D | wire_format_test.py | 135 [wire_format.UInt64ByteSize, wire_format.UINT64_MAX, 10], 157 [wire_format.Fixed64ByteSize, wire_format.UINT64_MAX, 8],
|
/external/clang/test/Preprocessor/ |
H A D | stdint.c | 806 // TCE:UINT64_MAX_ UINT64_MAX 1029 UINT64_MAX_ UINT64_MAX
|
/external/protobuf/python/google/protobuf/internal/ |
H A D | wire_format.py | 63 UINT64_MAX = (1 << 64) - 1 variable 246 if uint64 > UINT64_MAX:
|
/external/chromium_org/third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/ |
H A D | basictypes.h | 36 const uint64 kuint64max = UINT64_MAX;
|
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/ |
H A D | basictypes.h | 36 const uint64 kuint64max = UINT64_MAX;
|
/external/llvm/lib/Support/ |
H A D | BlockFrequency.cpp | 44 /// Return 64-bit quotient, saturated to UINT64_MAX on overflow. 118 Frequency = UINT64_MAX;
|