Home
last modified time | relevance | path

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

/external/bison/lib/
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
Dstdint.in.h472 #undef UINTPTR_MAX
475 #define UINTPTR_MAX ULONG_MAX
/external/bison/darwin-lib/
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
Dstdint.h473 #undef UINTPTR_MAX
476 #define UINTPTR_MAX ULONG_MAX macro
/external/bison/linux-lib/
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/mesa3d/include/c99/
Dstdint.h177 # define UINTPTR_MAX UINT64_MAX macro
181 # define UINTPTR_MAX UINT32_MAX macro
/external/jemalloc/include/msvc_compat/C99/
Dstdint.h177 # define UINTPTR_MAX UINT64_MAX macro
181 # define UINTPTR_MAX UINT32_MAX macro
/external/liblzf/
DlzfP.h152 # define LZF_USE_OFFSETS (UINTPTR_MAX > 0xffffffffU)
/external/icu/icu4c/source/layout/
DLETypes.h305 #ifndef UINTPTR_MAX
308 #define LE_UINTPTR_MAX UINTPTR_MAX
/external/clang/test/Preprocessor/
Dstdint.c1468 UINTPTR_MAX_ UINTPTR_MAX
/external/bison/src/
Dsystem.h48 # ifndef UINTPTR_MAX
/external/elfutils/src/m4/
Dbiarch.m417 #if (UINTPTR_MAX > 0xffffffffUL)
/external/libcxx/include/
Dcstdint66 UINTPTR_MAX
/external/icu/icu4c/source/common/
Dputilimp.h69 #if !defined(__intptr_t_defined) && !defined(UINTPTR_MAX) && (U_PLATFORM != U_PF_OS390)
/external/bison/m4/
Dstdint.m4147 #ifdef UINTPTR_MAX
148 uintptr_t h = UINTPTR_MAX;
208 int check_uintptr: (uintptr_t) -1 == UINTPTR_MAX ? 1 : -1;
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp167 #ifndef UINTPTR_MAX
168 #error UINTPTR_MAX not defined
/external/libcxx/test/std/depr/depr.c.headers/
Dstdint_h.pass.cpp214 assert(UINTPTR_MAX == std::numeric_limits<uintptr_t>::max()); in main()
/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/clang/lib/Headers/
Dstdint.h664 #define UINTPTR_MAX __UINTN_MAX(__INTPTR_WIDTH__) macro
/external/bison/
Dconfigure14273 uintptr_t h = UINTPTR_MAX;
14333 int check_uintptr: (uintptr_t) -1 == UINTPTR_MAX ? 1 : -1;
DChangeLog-20127692 (uintptr_t): Declare if UINTPTR_MAX is not defined, not