Searched defs:UINT64_MAX (Results 1 - 6 of 6) sorted by path

/external/clang/lib/Headers/
H A Dstdint.h437 # define UINT64_MAX UINT64_C(18446744073709551615) macro
440 # define __UINT_LEAST64_MAX UINT64_MAX
443 # define __UINT_LEAST32_MAX UINT64_MAX
446 # define __UINT_LEAST16_MAX UINT64_MAX
449 # define __UINT_LEAST8_MAX UINT64_MAX
/external/clang/lib/include/
H A Dstdint.h437 # define UINT64_MAX UINT64_C(18446744073709551615) macro
440 # define __UINT_LEAST64_MAX UINT64_MAX
443 # define __UINT_LEAST32_MAX UINT64_MAX
446 # define __UINT_LEAST16_MAX UINT64_MAX
449 # define __UINT_LEAST8_MAX UINT64_MAX
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h162 #undef UINT64_MAX macro
163 #define UINT64_MAX (__UINT64_C(18446744073709551615)) macro
/external/llvm/include/llvm/Support/
H A DDataTypes.h199 #if !defined(UINT64_MAX)
200 # define UINT64_MAX 0xffffffffffffffffULL macro
/external/mesa3d/include/c99/
H A Dstdint.h143 #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/protobuf/python/google/protobuf/internal/
H A Dwire_format.py63 UINT64_MAX = (1 << 64) - 1 variable
246 if uint64 > UINT64_MAX:

Completed in 252 milliseconds