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

12 3 4

  /bionic/libc/include/
stdint.h 216 # define UINTPTR_MAX UINT64_MAX
223 # define UINTPTR_MAX UINT32_MAX
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include/
stdint-gcc.h 197 # undef UINTPTR_MAX
198 # define UINTPTR_MAX __UINTPTR_MAX__
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include/
stdint-gcc.h 197 # undef UINTPTR_MAX
198 # define UINTPTR_MAX __UINTPTR_MAX__
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include/
stdint-gcc.h 197 # undef UINTPTR_MAX
198 # define UINTPTR_MAX __UINTPTR_MAX__
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
stdint-gcc.h 197 # undef UINTPTR_MAX
198 # define UINTPTR_MAX __UINTPTR_MAX__
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include/
stdint-gcc.h 197 # undef UINTPTR_MAX
198 # define UINTPTR_MAX __UINTPTR_MAX__
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include/
stdint-gcc.h 197 # undef UINTPTR_MAX
198 # define UINTPTR_MAX __UINTPTR_MAX__
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/
stdint-gcc.h 197 # undef UINTPTR_MAX
198 # define UINTPTR_MAX __UINTPTR_MAX__
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
stdint-gcc.h 197 # undef UINTPTR_MAX
198 # define UINTPTR_MAX __UINTPTR_MAX__
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include/
stdint-gcc.h 197 # undef UINTPTR_MAX
198 # define UINTPTR_MAX __UINTPTR_MAX__
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
stdint-gcc.h 197 # undef UINTPTR_MAX
198 # define UINTPTR_MAX __UINTPTR_MAX__
  /device/linaro/bootloader/arm-trusted-firmware/lib/xlat_tables_v2/aarch64/
xlat_tables_arch.c 228 assert(max_va < UINTPTR_MAX);
233 * virtual_addr_space_size is in the range [1,UINTPTR_MAX].
  /external/icu/icu4c/source/common/
putilimp.h 66 * We assume that when uintptr_t is defined, UINTPTR_MAX is defined as well.
71 #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());
inttypes_h.pass.cpp 167 #ifndef UINTPTR_MAX
168 #error UINTPTR_MAX not defined
  /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());
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
stdint_h.pass.cpp 213 // UINTPTR_MAX
214 assert(UINTPTR_MAX == std::numeric_limits<uintptr_t>::max());
inttypes_h.pass.cpp 167 #ifndef UINTPTR_MAX
168 #error UINTPTR_MAX not defined
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 214 // UINTPTR_MAX
215 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
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/c.files/
cinttypes.pass.cpp 167 #ifndef UINTPTR_MAX
168 #error UINTPTR_MAX not defined
  /external/mesa3d/src/mesa/main/
pbo.c 83 size = (clientMemSize == INT_MAX) ? UINTPTR_MAX : clientMemSize;
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
stdint.h 661 #define UINTPTR_MAX __UINTPTR_MAX__
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
stdint.h 661 #define UINTPTR_MAX __UINTPTR_MAX__
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
stdint.h 661 #define UINTPTR_MAX __UINTPTR_MAX__

Completed in 1404 milliseconds

12 3 4