Home
last modified time | relevance | path

Searched refs:UINTPTR_MAX (Results 1 – 19 of 19) 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/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/mesa3d/include/c99/
Dstdint.h177 # define UINTPTR_MAX UINT64_MAX macro
181 # define UINTPTR_MAX UINT32_MAX macro
/external/chromium_org/third_party/mesa/src/include/c99/
Dstdint.h177 # define UINTPTR_MAX UINT64_MAX macro
181 # define UINTPTR_MAX UINT32_MAX macro
/external/chromium_org/third_party/re2/mswin/
Dstdint.h177 # define UINTPTR_MAX UINT64_MAX macro
181 # define UINTPTR_MAX UINT32_MAX macro
/external/chromium_org/third_party/libusb/src/msvc/
Dstdint.h179 #define UINTPTR_MAX UINT64_MAX macro
183 #define UINTPTR_MAX UINT32_MAX macro
/external/liblzf/
DlzfP.h152 # define LZF_USE_OFFSETS (UINTPTR_MAX > 0xffffffffU)
/external/clang/test/Preprocessor/
Dstdint.c1039 UINTPTR_MAX_ UINTPTR_MAX
/external/bison/src/
Dsystem.h48 # ifndef UINTPTR_MAX
/external/chromium_org/third_party/smhasher/src/
Dpstdint.h695 # ifndef UINTPTR_MAX
696 # define UINTPTR_MAX stdint_intptr_glue3(UINT,stdint_intptr_bits,_MAX) macro
/external/icu4c/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/clang/lib/Headers/
Dstdint.h665 #define UINTPTR_MAX __UINTN_MAX(__INTPTR_WIDTH__) macro
/external/chromium_org/third_party/re2/patches/
Dre2-msvc9-chrome.patch206 +# define UINTPTR_MAX UINT64_MAX
210 +# define UINTPTR_MAX UINT32_MAX
/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