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

1 2 3 4

  /external/syslinux/com32/include/bitsize32/
stdintlimits.h 17 #define PTRDIFF_MAX INT32_MAX
  /external/syslinux/com32/include/bitsize64/
stdintlimits.h 17 #define PTRDIFF_MAX INT64_MAX
  /bionic/libc/bionic/
mremap.cpp 42 if (rounded < new_size || rounded > PTRDIFF_MAX) {
mmap.cpp 52 if (rounded < size || rounded > PTRDIFF_MAX) {
  /bionic/libc/include/android/
legacy_sys_mman_inlines.h 59 if (__rounded < __size || __rounded > PTRDIFF_MAX) {
  /external/jemalloc/test/unit/
size_classes.c 148 assert_u_eq(size2index(ZU(PTRDIFF_MAX)+1), NSIZES,
155 assert_zu_eq(s2u(ZU(PTRDIFF_MAX)+1), 0,
162 assert_u_eq(psz2ind(ZU(PTRDIFF_MAX)+1), NPSIZES,
169 assert_zu_eq(psz2u(ZU(PTRDIFF_MAX)+1), 0,
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/machine/
_stdint.h 155 #define PTRDIFF_MAX INT32_MAX
158 #define PTRDIFF_MAX INT64_MAX
  /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
  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
int_limits.h 118 #define PTRDIFF_MAX 0x7fffffffffffffffLL /* ptrdiff_t */
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
int_limits.h 118 #define PTRDIFF_MAX 0x7fffffffL /* ptrdiff_t */
  /device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
int_limits.h 131 #define PTRDIFF_MAX 0x7fffffff /* ptrdiff_t */
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
int_limits.h 125 #define PTRDIFF_MAX 0x7fffffffffffffffL /* ptrdiff_t */
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
int_limits.h 125 #define PTRDIFF_MAX 0x7fffffffffffffffLL /* ptrdiff_t */
  /external/jemalloc/test/integration/
mallocx.c 75 assert_ptr_null(mallocx(ZU(PTRDIFF_MAX)+1, 0),
76 "Expected OOM for mallocx(size=%#zx, 0)", ZU(PTRDIFF_MAX)+1);
81 assert_ptr_null(mallocx(1, MALLOCX_ALIGN(ZU(PTRDIFF_MAX)+1)),
83 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/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/libusb/msvc/
stdint.h 194 #define PTRDIFF_MAX INT64_MAX
197 #define PTRDIFF_MAX INT32_MAX
  /external/libvncserver/compat/msvc/
stdint.h 193 # define PTRDIFF_MAX _I64_MAX
196 # define PTRDIFF_MAX _I32_MAX
  /external/python/cpython3/Modules/_decimal/libmpdec/
vcstdint.h 178 # define PTRDIFF_MAX _I64_MAX
181 # 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.15-4.8/sysroot/usr/include/
stdint.h 254 # define PTRDIFF_MAX (9223372036854775807L)
257 # define PTRDIFF_MAX (2147483647)
  /external/syslinux/dos/
stdint.h 114 # define PTRDIFF_MAX (2147483647)
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include/
stdint-gcc.h 210 #undef PTRDIFF_MAX
211 #define PTRDIFF_MAX __PTRDIFF_MAX__
213 #define PTRDIFF_MIN (-PTRDIFF_MAX - 1)

Completed in 624 milliseconds

1 2 3 4