Searched refs:UINTPTR_MAX (Results 1 - 20 of 20) sorted by relevance

/external/syslinux/com32/include/bitsize32/
H A Dstdintlimits.h14 #define UINTPTR_MAX UINT32_MAX macro
/external/syslinux/com32/include/bitsize64/
H A Dstdintlimits.h14 #define UINTPTR_MAX UINT64_MAX macro
/external/clang/test/Preprocessor/
H A Dstdint.c1468 UINTPTR_MAX_ UINTPTR_MAX
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h177 # define UINTPTR_MAX UINT64_MAX macro
181 # define UINTPTR_MAX UINT32_MAX macro
/external/libusb/msvc/
H A Dstdint.h179 #define UINTPTR_MAX UINT64_MAX macro
183 #define UINTPTR_MAX UINT32_MAX macro
/external/libvncserver/compat/msvc/
H A Dstdint.h177 # define UINTPTR_MAX UINT64_MAX macro
181 # define UINTPTR_MAX UINT32_MAX macro
/external/python/cpython3/Modules/_decimal/libmpdec/
H A Dvcstdint.h162 # define UINTPTR_MAX UINT64_MAX macro
166 # define UINTPTR_MAX UINT32_MAX macro
/external/vixl/src/
H A Dglobals-vixl.h90 #if (UINTPTR_MAX == UINT32_MAX)
92 #elif (UINTPTR_MAX == UINT64_MAX)
/external/syslinux/dos/
H A Dstdint.h106 # define UINTPTR_MAX (4294967295U) macro
/external/icu/icu4c/source/common/
H A Dputilimp.h66 * We assume that when uintptr_t is defined, UINTPTR_MAX is defined as well.
71 #if !defined(__intptr_t_defined) && !defined(UINTPTR_MAX) && (U_PLATFORM != U_PF_OS390)
/external/libcxx/test/std/depr/depr.c.headers/
H A Dstdint_h.pass.cpp213 // UINTPTR_MAX
214 assert(UINTPTR_MAX == std::numeric_limits<uintptr_t>::max());
H A Dinttypes_h.pass.cpp167 #ifndef UINTPTR_MAX
168 #error UINTPTR_MAX not defined
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp214 // UINTPTR_MAX
215 assert(UINTPTR_MAX == std::numeric_limits<std::uintptr_t>::max());
/external/libcxx/test/std/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp167 #ifndef UINTPTR_MAX
168 #error UINTPTR_MAX not defined
/external/mesa3d/src/mesa/main/
H A Dpbo.c83 size = (clientMemSize == INT_MAX) ? UINTPTR_MAX : clientMemSize;
/external/clang/lib/Headers/
H A Dstdint.h664 #define UINTPTR_MAX __UINTN_MAX(__INTPTR_WIDTH__) macro
/external/valgrind/coregrind/m_initimg/
H A Dinitimg-solaris.c289 HChar *lowest_str_ptr = (HChar *) UINTPTR_MAX; // lowest ptr to string table
/external/valgrind/include/vki/
H A Dvki-solaris.h73 #define VKI_UINTPTR_MAX UINTPTR_MAX
/external/protobuf/php/ext/google/protobuf/
H A Dupb.h703 * This separate definition is necessary because in C++, UINTPTR_MAX isn't
715 #if UINTPTR_MAX == 0xffffffffffffffffULL
717 #elif UINTPTR_MAX != 0xffffffff
864 * Inttables must not insert a value of UINTPTR_MAX.
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.h914 * This separate definition is necessary because in C++, UINTPTR_MAX isn't
926 #if UINTPTR_MAX == 0xffffffffffffffffULL
928 #elif UINTPTR_MAX != 0xffffffff
1117 * Inttables must not insert a value of UINTPTR_MAX.

Completed in 588 milliseconds