HomeSort by relevance Sort by last modified time
    Searched refs:UINTPTR_MAX (Results 1 - 25 of 145) sorted by null

1 2 3 4 5 6

  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glDrawArraysIndirect.cpp 6 if (sizeof(void*) != sizeof(jlong) && indirect > UINTPTR_MAX) {
glDrawElementsIndirect.cpp 6 if (sizeof(void*) != sizeof(jlong) && indirect > UINTPTR_MAX) {
  /external/qemu/slirp-android/
slirp_config.h 156 #if UINTPTR_MAX == UINT32_MAX
158 #elif UINTPTR_MAX == UINT64_MAX
  /bionic/libc/bionic/
brk.cpp 60 if ((increment > 0 && static_cast<uintptr_t>(increment) > (UINTPTR_MAX - old_brk)) ||
  /external/liblzf/
lzfP.h 152 # define LZF_USE_OFFSETS (UINTPTR_MAX > 0xffffffffU)
  /ndk/tests/build/stdint-c++/jni/
test_all_macros.cpp 134 #ifndef UINTPTR_MAX
135 #error UINTPTR_MAX defined!
test_c.c 132 #ifndef UINTPTR_MAX
133 #error UINTPTR_MAX defined!
test_no_macros.cpp 134 #ifdef UINTPTR_MAX
135 #error UINTPTR_MAX defined!
test_constant_macros.cpp 135 #ifdef UINTPTR_MAX
136 #error UINTPTR_MAX is defined!
test_limit_macros.cpp 134 #ifndef UINTPTR_MAX
135 #error UINTPTR_MAX is not defined!
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdint.h 128 #define UINTPTR_MAX UINT64_MAX
132 #define UINTPTR_MAX UINT32_MAX
  /external/chromium_org/third_party/libusb/src/msvc/
stdint.h 179 #define UINTPTR_MAX UINT64_MAX
183 #define UINTPTR_MAX UINT32_MAX
  /external/chromium_org/third_party/mesa/src/include/c99/
stdint.h 177 # define UINTPTR_MAX UINT64_MAX
181 # define UINTPTR_MAX UINT32_MAX
  /external/clang/test/Preprocessor/
stdint.c     [all...]
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 177 # define UINTPTR_MAX UINT64_MAX
181 # define UINTPTR_MAX UINT32_MAX
  /external/mesa3d/include/c99/
stdint.h 177 # define UINTPTR_MAX UINT64_MAX
181 # define UINTPTR_MAX UINT32_MAX
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
stdint.h 183 #define UINTPTR_MAX UINT64_MAX
185 #define UINTPTR_MAX UINT32_MAX
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
stdint.h 232 # define UINTPTR_MAX (18446744073709551615UL)
236 # define UINTPTR_MAX (4294967295U)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdint.h 232 # define UINTPTR_MAX (18446744073709551615UL)
236 # define UINTPTR_MAX (4294967295U)
  /external/qemu/android/
opengles.c 70 #if UINTPTR_MAX == UINT32_MAX
72 #elif UINTPTR_MAX == UINT64_MAX
75 #error Unknown UINTPTR_MAX
  /external/bison/lib/
inttypes.in.h 563 # 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
  /external/bison/src/
system.h 48 # ifndef UINTPTR_MAX
  /bionic/libc/include/
stdint.h 215 # define UINTPTR_MAX UINT64_MAX
222 # define UINTPTR_MAX UINT32_MAX
  /development/ndk/platforms/android-L/include/
stdint.h 216 # define UINTPTR_MAX UINT64_MAX
223 # define UINTPTR_MAX UINT32_MAX
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/lib/gcc/aarch64-linux-android/4.8/include/
stdint-gcc.h 197 # undef UINTPTR_MAX
198 # define UINTPTR_MAX __UINTPTR_MAX__

Completed in 419 milliseconds

1 2 3 4 5 6