Home
last modified time | relevance | path

Searched refs:UINTPTR_MAX (Results 1 – 18 of 18) sorted by relevance

/external/jemalloc/include/msvc_compat/C99/
Dstdint.h177 # define UINTPTR_MAX UINT64_MAX macro
181 # define UINTPTR_MAX UINT32_MAX macro
/external/jemalloc_new/include/msvc_compat/C99/
Dstdint.h177 # define UINTPTR_MAX UINT64_MAX macro
181 # define UINTPTR_MAX UINT32_MAX macro
/external/python/cpython3/Modules/_decimal/libmpdec/
Dvcstdint.h162 # define UINTPTR_MAX UINT64_MAX macro
166 # define UINTPTR_MAX UINT32_MAX macro
/external/libusb/msvc/
Dstdint.h179 #define UINTPTR_MAX UINT64_MAX macro
183 #define UINTPTR_MAX UINT32_MAX macro
/external/vixl/src/
Dglobals-vixl.h87 #if (UINTPTR_MAX == UINT32_MAX)
89 #elif (UINTPTR_MAX == UINT64_MAX)
/external/clang/test/Preprocessor/
Dstdint.c1468 UINTPTR_MAX_ UINTPTR_MAX
/external/elfutils/m4/
Dbiarch.m417 #if (UINTPTR_MAX > 0xffffffffUL)
/external/libcxx/include/
Dcstdint66 UINTPTR_MAX
/external/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp167 #ifndef UINTPTR_MAX
168 #error UINTPTR_MAX not defined
Dstdint_h.pass.cpp214 assert(UINTPTR_MAX == std::numeric_limits<uintptr_t>::max()); in main()
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp167 #ifndef UINTPTR_MAX
168 #error UINTPTR_MAX not defined
/external/icu/icu4c/source/common/
Dputilimp.h71 #if !defined(__intptr_t_defined) && !defined(UINTPTR_MAX) && (U_PLATFORM != U_PF_OS390)
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp215 assert(UINTPTR_MAX == std::numeric_limits<std::uintptr_t>::max()); in main()
/external/mesa3d/src/mesa/main/
Dpbo.c83 size = (clientMemSize == INT_MAX) ? UINTPTR_MAX : clientMemSize; in _mesa_validate_pbo_access()
/external/clang/lib/Headers/
Dstdint.h664 #define UINTPTR_MAX __UINTN_MAX(__INTPTR_WIDTH__) macro
/external/libunwind_llvm/src/
DUnwindCursor.hpp1331 pint_t nextPC = (itNextPC == end) ? UINTPTR_MAX : itNextPC.functionAddress(); in getInfoFromEHABISection()
/external/protobuf/php/ext/google/protobuf/
Dupb.h715 #if UINTPTR_MAX == 0xffffffffffffffffULL
717 #elif UINTPTR_MAX != 0xffffffff
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h926 #if UINTPTR_MAX == 0xffffffffffffffffULL
928 #elif UINTPTR_MAX != 0xffffffff