Home
last modified time | relevance | path

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

12

/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/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/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/jemalloc/include/msvc_compat/C99/
Dstdint.h177 # define UINTPTR_MAX UINT64_MAX macro
181 # define UINTPTR_MAX UINT32_MAX macro
/external/libvncserver/compat/msvc/
Dstdint.h177 # define UINTPTR_MAX UINT64_MAX macro
181 # 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.h77 #if (UINTPTR_MAX == UINT32_MAX)
79 #elif(UINTPTR_MAX == UINT64_MAX)
/external/syslinux/com32/include/bitsize64/
Dstdintlimits.h14 #define UINTPTR_MAX UINT64_MAX macro
/external/syslinux/com32/include/bitsize32/
Dstdintlimits.h14 #define UINTPTR_MAX UINT32_MAX macro
/external/liblzf/
DlzfP.h152 # define LZF_USE_OFFSETS (UINTPTR_MAX > 0xffffffffU)
/external/clang/test/Preprocessor/
Dstdint.c1468 UINTPTR_MAX_ UINTPTR_MAX
/external/syslinux/dos/
Dstdint.h106 # define UINTPTR_MAX (4294967295U) macro
/external/bison/src/
Dsystem.h48 # ifndef 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/icu/icu4c/source/common/
Dputilimp.h71 #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/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

12