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

1 2 3 4 5

  /bionic/libc/bionic/
mremap.cpp 42 if (rounded < new_size || rounded > PTRDIFF_MAX) {
mmap.cpp 52 if (rounded < size || rounded > PTRDIFF_MAX) {
  /external/jemalloc/test/integration/
mallocx.c 58 assert_ptr_null(mallocx(ZU(PTRDIFF_MAX)+1, 0),
59 "Expected OOM for mallocx(size=%#zx, 0)", ZU(PTRDIFF_MAX)+1);
64 assert_ptr_null(mallocx(1, MALLOCX_ALIGN(ZU(PTRDIFF_MAX)+1)),
66 ZU(PTRDIFF_MAX)+1);
rallocx.c 235 assert_ptr_null(rallocx(p, ZU(PTRDIFF_MAX)+1, 0),
236 "Expected OOM for rallocx(p, size=%#zx, 0)", ZU(PTRDIFF_MAX)+1);
241 assert_ptr_null(rallocx(p, 1, MALLOCX_ALIGN(ZU(PTRDIFF_MAX)+1)),
243 ZU(PTRDIFF_MAX)+1);
  /external/jemalloc/test/unit/
size_classes.c 91 assert_u_ge(size2index(ZU(PTRDIFF_MAX)+1), NSIZES,
98 assert_zu_gt(s2u(ZU(PTRDIFF_MAX)+1), HUGE_MAXCLASS,
  /external/opencv3/3rdparty/include/
msc_stdint.h 164 # define PTRDIFF_MAX _I64_MAX
167 # define PTRDIFF_MAX _I32_MAX
  /ndk/tests/build/stdint-c++/jni/
test_all_macros.cpp 131 #ifndef PTRDIFF_MAX
132 #error PTRDIFF_MAX defined!
test_c.c 129 #ifndef PTRDIFF_MAX
130 #error PTRDIFF_MAX defined!
test_no_macros.cpp 131 #ifdef PTRDIFF_MAX
132 #error PTRDIFF_MAX defined!
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdint.h 143 #define PTRDIFF_MAX INT64_MAX
146 #define PTRDIFF_MAX INT32_MAX
  /external/clang/test/Preprocessor/
stdint.c     [all...]
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 193 # define PTRDIFF_MAX _I64_MAX
196 # define PTRDIFF_MAX _I32_MAX
  /external/libvncserver/compat/msvc/
stdint.h 193 # define PTRDIFF_MAX _I64_MAX
196 # define PTRDIFF_MAX _I32_MAX
  /external/mesa3d/include/c99/
stdint.h 193 # define PTRDIFF_MAX _I64_MAX
196 # define PTRDIFF_MAX _I32_MAX
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/msinttypes/
stdint.h 239 # define PTRDIFF_MAX _I64_MAX
242 # define PTRDIFF_MAX _I32_MAX
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
stdint.h 197 #define PTRDIFF_MAX INT64_MAX
200 #define PTRDIFF_MAX INT32_MAX
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdint.h 254 # define PTRDIFF_MAX (9223372036854775807L)
257 # define PTRDIFF_MAX (2147483647)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdint.h 254 # define PTRDIFF_MAX (9223372036854775807L)
257 # define PTRDIFF_MAX (2147483647)
  /external/bison/darwin-lib/
stdint.h 105 the macros except for *_FAST*_*, INTPTR_MIN, PTRDIFF_MIN, PTRDIFF_MAX. */
503 #undef PTRDIFF_MAX
507 # define PTRDIFF_MAX _STDINT_MAX (1, 64, 0l)
510 # define PTRDIFF_MAX _STDINT_MAX (1, 32, 0)
515 # define PTRDIFF_MAX \
  /external/bison/lib/
stdint.in.h 104 the macros except for *_FAST*_*, INTPTR_MIN, PTRDIFF_MIN, PTRDIFF_MAX. */
502 #undef PTRDIFF_MAX
506 # define PTRDIFF_MAX _STDINT_MAX (1, 64, 0l)
509 # define PTRDIFF_MAX _STDINT_MAX (1, 32, 0)
514 # define PTRDIFF_MAX \
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/
stdint-gcc.h 210 #undef PTRDIFF_MAX
211 #define PTRDIFF_MAX __PTRDIFF_MAX__
213 #define PTRDIFF_MIN (-PTRDIFF_MAX - 1)
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
stdint-gcc.h 210 #undef PTRDIFF_MAX
211 #define PTRDIFF_MAX __PTRDIFF_MAX__
213 #define PTRDIFF_MIN (-PTRDIFF_MAX - 1)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/include/
stdint-gcc.h 210 #undef PTRDIFF_MAX
211 #define PTRDIFF_MAX __PTRDIFF_MAX__
213 #define PTRDIFF_MIN (-PTRDIFF_MAX - 1)
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/
stdint-gcc.h 210 #undef PTRDIFF_MAX
211 #define PTRDIFF_MAX __PTRDIFF_MAX__
213 #define PTRDIFF_MIN (-PTRDIFF_MAX - 1)
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
stdint-gcc.h 210 #undef PTRDIFF_MAX
211 #define PTRDIFF_MAX __PTRDIFF_MAX__
213 #define PTRDIFF_MIN (-PTRDIFF_MAX - 1)

Completed in 1044 milliseconds

1 2 3 4 5