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

12

/external/qemu/slirp-android/
H A Dslirp_config.h156 #if UINTPTR_MAX == UINT32_MAX
158 #elif UINTPTR_MAX == UINT64_MAX
/external/liblzf/
H A DlzfP.h152 # define LZF_USE_OFFSETS (UINTPTR_MAX > 0xffffffffU)
/external/chromium_org/third_party/libusb/src/msvc/
H A Dstdint.h179 #define UINTPTR_MAX UINT64_MAX macro
183 #define UINTPTR_MAX UINT32_MAX macro
/external/chromium_org/third_party/mesa/src/include/c99/
H A Dstdint.h177 # define UINTPTR_MAX UINT64_MAX macro
181 # define UINTPTR_MAX UINT32_MAX macro
/external/clang/test/Preprocessor/
H A Dstdint.c1361 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/mesa3d/include/c99/
H A Dstdint.h177 # define UINTPTR_MAX UINT64_MAX macro
181 # define UINTPTR_MAX UINT32_MAX macro
/external/qemu/android/
H A Dopengles.c70 #if UINTPTR_MAX == UINT32_MAX
72 #elif UINTPTR_MAX == UINT64_MAX
75 #error Unknown UINTPTR_MAX
/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/qemu/include/exec/
H A Dcpu-common.h46 # define RAM_ADDR_MAX UINTPTR_MAX
/external/qemu/tcg/
H A Dtcg.h34 # if UINTPTR_MAX == UINT32_MAX
36 # elif UINTPTR_MAX == UINT64_MAX
186 #if UINTPTR_MAX == UINT32_MAX
674 #if UINTPTR_MAX == UINT32_MAX
/external/chromium_org/third_party/smhasher/src/
H A Dpstdint.h699 # ifndef UINTPTR_MAX
700 # define UINTPTR_MAX stdint_intptr_glue3(UINT,stdint_intptr_bits,_MAX) macro
/external/icu/icu4c/source/layout/
H A DLETypes.h305 #ifndef UINTPTR_MAX
308 #define LE_UINTPTR_MAX UINTPTR_MAX
/external/qemu/include/
H A Dqemu-common.h85 #if UINTPTR_MAX == UINT32_MAX
87 #elif UINTPTR_MAX == UINT64_MAX
/external/chromium_org/third_party/icu/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/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/depr/depr.c.headers/
H A Dstdint_h.pass.cpp212 // UINTPTR_MAX
213 assert(UINTPTR_MAX == std::numeric_limits<uintptr_t>::max());
/external/libcxx/test/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp212 // UINTPTR_MAX
213 assert(UINTPTR_MAX == std::numeric_limits<std::uintptr_t>::max());
/external/libcxx/test/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

Completed in 869 milliseconds

12