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

/external/liblzf/
H A DlzfP.h152 # define LZF_USE_OFFSETS (UINTPTR_MAX > 0xffffffffU)
/external/opencv3/3rdparty/include/
H A Dmsc_stdint.h148 # define UINTPTR_MAX UINT64_MAX macro
152 # define UINTPTR_MAX UINT32_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/libvncserver/compat/msvc/
H A Dstdint.h177 # define UINTPTR_MAX UINT64_MAX macro
181 # define UINTPTR_MAX UINT32_MAX macro
/external/mesa3d/include/c99/
H A Dstdint.h177 # define UINTPTR_MAX UINT64_MAX macro
181 # define UINTPTR_MAX UINT32_MAX macro
/external/bison/lib/
H A Dinttypes.in.h563 # ifdef UINTPTR_MAX
569 # ifdef UINTPTR_MAX
575 # ifdef UINTPTR_MAX
581 # ifdef UINTPTR_MAX
1030 # ifdef UINTPTR_MAX
1036 # ifdef UINTPTR_MAX
1042 # ifdef UINTPTR_MAX
H A Dstdint.in.h472 #undef UINTPTR_MAX
475 #define UINTPTR_MAX ULONG_MAX
/external/bison/src/
H A Dsystem.h48 # ifndef UINTPTR_MAX
/external/bison/darwin-lib/
H A Dinttypes.h875 # ifdef UINTPTR_MAX
881 # ifdef UINTPTR_MAX
887 # ifdef UINTPTR_MAX
893 # ifdef UINTPTR_MAX
1342 # ifdef UINTPTR_MAX
1348 # ifdef UINTPTR_MAX
1354 # ifdef UINTPTR_MAX
H A Dstdint.h473 #undef UINTPTR_MAX macro
476 #define UINTPTR_MAX ULONG_MAX macro
/external/bison/linux-lib/
H A Dinttypes.h875 # ifdef UINTPTR_MAX
881 # ifdef UINTPTR_MAX
887 # ifdef UINTPTR_MAX
893 # ifdef UINTPTR_MAX
1342 # ifdef UINTPTR_MAX
1348 # ifdef UINTPTR_MAX
1354 # ifdef UINTPTR_MAX
/external/icu/icu4c/source/layout/
H A DLETypes.h305 #ifndef UINTPTR_MAX
308 #define LE_UINTPTR_MAX UINTPTR_MAX
/external/icu/icu4c/source/common/
H A Dputilimp.h64 * We assume that when uintptr_t is defined, UINTPTR_MAX is defined as well.
69 #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());
/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/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/bison/
H A Dconfigure14272 #ifdef UINTPTR_MAX
14273 uintptr_t h = UINTPTR_MAX;
14333 int check_uintptr: (uintptr_t) -1 == UINTPTR_MAX ? 1 : -1;

Completed in 245 milliseconds