Searched defs:UINT64_MAX (Results 1 - 25 of 26) sorted by relevance

12

/external/strace/xlat/
H A Dbtrfs_tree_objectids.h38 #if !(defined(UINT64_MAX) || (defined(HAVE_DECL_UINT64_MAX) && HAVE_DECL_UINT64_MAX))
39 # define UINT64_MAX -1ULL macro
64 XLAT_TYPE(uint64_t, UINT64_MAX),
/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/Support/
H A DDataTypes.h127 #if !defined(UINT64_MAX)
128 # define UINT64_MAX 0xffffffffffffffffULL macro
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/Support/
H A DDataTypes.h127 #if !defined(UINT64_MAX)
128 # define UINT64_MAX 0xffffffffffffffffULL macro
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/Support/
H A DDataTypes.h127 #if !defined(UINT64_MAX)
128 # define UINT64_MAX 0xffffffffffffffffULL macro
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DDataTypes.h184 #if !defined(UINT64_MAX)
185 # define UINT64_MAX 0xffffffffffffffffULL macro
/external/swiftshader/third_party/LLVM/include-android/llvm/Support/
H A DDataTypes.h183 #if !defined(UINT64_MAX)
184 # define UINT64_MAX 0xffffffffffffffffULL macro
/external/swiftshader/third_party/LLVM/include-fuchsia/llvm/Support/
H A DDataTypes.h183 #if !defined(UINT64_MAX)
184 # define UINT64_MAX 0xffffffffffffffffULL macro
/external/swiftshader/third_party/LLVM/include-linux/llvm/Support/
H A DDataTypes.h183 #if !defined(UINT64_MAX)
184 # define UINT64_MAX 0xffffffffffffffffULL macro
/external/swiftshader/third_party/LLVM/include-osx/llvm/Support/
H A DDataTypes.h183 #if !defined(UINT64_MAX)
184 # define UINT64_MAX 0xffffffffffffffffULL macro
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
H A DDataTypes.h199 #if !defined(UINT64_MAX)
200 #define UINT64_MAX 0xffffffffffffffffULL macro
/external/capstone/include/
H A Dplatform.h57 #define UINT64_MAX 0xffffffffffffffffui64 macro
/external/llvm/include/llvm/Support/
H A DDataTypes.h199 #if !defined(UINT64_MAX)
200 # define UINT64_MAX 0xffffffffffffffffULL macro
/external/nanopb-c/generator/google/protobuf/internal/
H A Dwire_format.py63 UINT64_MAX = (1 << 64) - 1 variable
246 if uint64 > UINT64_MAX:
/external/protobuf/python/google/protobuf/internal/
H A Dwire_format.py63 UINT64_MAX = (1 << 64) - 1 variable
246 if uint64 > UINT64_MAX:
/external/skia/src/ports/
H A DSkImageEncoder_WIC.cpp29 #undef UINT64_MAX macro
/external/skqp/src/ports/
H A DSkImageEncoder_WIC.cpp29 #undef UINT64_MAX macro
/external/syslinux/com32/include/
H A Dstdint.h44 #define UINT64_MAX (__UINT64_C(18446744073709551615)) macro
59 #define UINT_LEAST64_MAX UINT64_MAX
68 #define UINT_FAST64_MAX UINT64_MAX
72 #define UINTMAX_MAX UINT64_MAX
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h286 #undef UINT64_MAX macro
287 #define UINT64_MAX (__UINT64_C(18446744073709551615)) macro
/external/jemalloc/include/msvc_compat/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/libusb/msvc/
H A Dstdint.h140 #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/libvncserver/compat/msvc/
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/python/cpython3/Modules/_decimal/libmpdec/
H A Dvcstdint.h128 #define UINT64_MAX _UI64_MAX macro
142 #define UINT_LEAST64_MAX UINT64_MAX
156 #define UINT_FAST64_MAX UINT64_MAX
162 # define UINTPTR_MAX UINT64_MAX
172 #define UINTMAX_MAX UINT64_MAX
/external/syslinux/dos/
H A Dstdint.h72 # define UINT64_MAX (18446744073709551615ULL) macro
/external/clang/lib/Headers/
H A Dstdint.h477 # define UINT64_MAX UINT64_C(18446744073709551615) macro
480 # define __UINT_LEAST64_MAX UINT64_MAX
483 # define __UINT_LEAST32_MAX UINT64_MAX
486 # define __UINT_LEAST16_MAX UINT64_MAX
489 # define __UINT_LEAST8_MAX UINT64_MAX
/external/python/cpython2/Lib/plat-linux2/
H A DIN.py104 UINT64_MAX = (__UINT64_C(18446744073709551615)) variable

Completed in 599 milliseconds

12