HomeSort by relevance Sort by last modified time
    Searched refs:UINTPTR_MAX (Results 76 - 100 of 116) sorted by null

1 2 34 5

  /prebuilts/ndk/current/platforms/android-18/arch-arm/usr/include/
stdint.h 205 # define UINTPTR_MAX UINT32_MAX
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/
stdint.h 205 # define UINTPTR_MAX UINT32_MAX
  /prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/
stdint.h 205 # define UINTPTR_MAX UINT32_MAX
  /prebuilts/ndk/current/platforms/android-19/arch-arm/usr/include/
stdint.h 205 # define UINTPTR_MAX UINT32_MAX
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/
stdint.h 205 # define UINTPTR_MAX UINT32_MAX
  /prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/
stdint.h 205 # define UINTPTR_MAX UINT32_MAX
  /prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/
stdint.h 205 # define UINTPTR_MAX UINT32_MAX
  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/
stdint.h 205 # define UINTPTR_MAX UINT32_MAX
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/
stdint.h 205 # define UINTPTR_MAX UINT32_MAX
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/
stdint.h 205 # define UINTPTR_MAX UINT32_MAX
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/
stdint.h 205 # define UINTPTR_MAX UINT32_MAX
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/
stdint.h 205 # define UINTPTR_MAX UINT32_MAX
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/
stdint.h 205 # define UINTPTR_MAX UINT32_MAX
  /external/bison/darwin-lib/
stdint.h 473 #undef UINTPTR_MAX
476 #define UINTPTR_MAX ULONG_MAX
  /external/bison/lib/
stdint.in.h 472 #undef UINTPTR_MAX
475 #define UINTPTR_MAX ULONG_MAX
  /external/icu/icu4c/source/layout/
LETypes.h 305 #ifndef UINTPTR_MAX
308 #define LE_UINTPTR_MAX UINTPTR_MAX
  /external/icu/icu4c/source/common/
putilimp.h 64 * 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/
stdint_h.pass.cpp 213 // UINTPTR_MAX
214 assert(UINTPTR_MAX == std::numeric_limits<uintptr_t>::max());
  /external/libcxx/test/std/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 214 // UINTPTR_MAX
215 assert(UINTPTR_MAX == std::numeric_limits<std::uintptr_t>::max());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
stdint_h.pass.cpp 212 // UINTPTR_MAX
213 assert(UINTPTR_MAX == std::numeric_limits<uintptr_t>::max());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 212 // UINTPTR_MAX
213 assert(UINTPTR_MAX == std::numeric_limits<std::uintptr_t>::max());
  /external/libcxx/test/std/input.output/file.streams/c.files/
cinttypes.pass.cpp 167 #ifndef UINTPTR_MAX
168 #error UINTPTR_MAX not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 167 #ifndef UINTPTR_MAX
168 #error UINTPTR_MAX not defined
  /external/clang/lib/Headers/
stdint.h 664 #define UINTPTR_MAX __UINTN_MAX(__INTPTR_WIDTH__)
  /external/valgrind/coregrind/m_initimg/
initimg-solaris.c 289 HChar *lowest_str_ptr = (HChar *) UINTPTR_MAX; // lowest ptr to string table
    [all...]

Completed in 1808 milliseconds

1 2 34 5