/external/jemalloc_new/test/integration/ |
D | mallocx.c | 62 assert_ptr_null(mallocx(ZU(PTRDIFF_MAX)+1, 0), in TEST_BEGIN() 63 "Expected OOM for mallocx(size=%#zx, 0)", ZU(PTRDIFF_MAX)+1); in TEST_BEGIN() 68 assert_ptr_null(mallocx(1, MALLOCX_ALIGN(ZU(PTRDIFF_MAX)+1)), in TEST_BEGIN() 70 ZU(PTRDIFF_MAX)+1); in TEST_BEGIN()
|
D | rallocx.c | 223 assert_ptr_null(rallocx(p, ZU(PTRDIFF_MAX)+1, 0), in TEST_BEGIN() 224 "Expected OOM for rallocx(p, size=%#zx, 0)", ZU(PTRDIFF_MAX)+1); in TEST_BEGIN() 229 assert_ptr_null(rallocx(p, 1, MALLOCX_ALIGN(ZU(PTRDIFF_MAX)+1)), in TEST_BEGIN() 231 ZU(PTRDIFF_MAX)+1); in TEST_BEGIN()
|
/external/jemalloc_new/test/unit/ |
D | size_classes.c | 147 assert_u_eq(sz_size2index(ZU(PTRDIFF_MAX)+1), NSIZES, in TEST_BEGIN() 154 assert_zu_eq(sz_s2u(ZU(PTRDIFF_MAX)+1), 0, in TEST_BEGIN() 161 assert_u_eq(sz_psz2ind(ZU(PTRDIFF_MAX)+1), NPSIZES, in TEST_BEGIN() 169 assert_zu_eq(sz_psz2u(ZU(PTRDIFF_MAX)+1), max_psz, in TEST_BEGIN()
|
/external/llvm-project/libcxx/test/libcxx/depr/depr.c.headers/ |
D | stdint_h.std_types_t.compile.pass.cpp | 193 #ifndef PTRDIFF_MAX 194 #error PTRDIFF_MAX not defined
|
D | stdint_h.xopen_source.compile.pass.cpp | 190 #ifndef PTRDIFF_MAX 191 #error PTRDIFF_MAX not defined
|
/external/jemalloc_new/include/msvc_compat/C99/ |
D | stdint.h | 193 # define PTRDIFF_MAX _I64_MAX macro 196 # define PTRDIFF_MAX _I32_MAX macro
|
/external/llvm-project/clang/test/Headers/ |
D | stdint-typeof-MINMAX.cpp | 26 static_assert(__is_same(__typeof__(PTRDIFF_MAX), ptrdiff_t));
|
/external/clang/test/Preprocessor/ |
D | stdint.c | 1470 PTRDIFF_MAX_ PTRDIFF_MAX
|
/external/llvm-project/clang/test/Preprocessor/ |
D | stdint.c | 1582 PTRDIFF_MAX_ PTRDIFF_MAX
|
/external/arm-trusted-firmware/include/lib/libc/ |
D | stdint.h | 73 #define PTRDIFF_MAX LONG_MAX macro
|
/external/capstone/include/windowsce/ |
D | stdint.h | 105 #define PTRDIFF_MAX INTPTR_MAX macro
|
/external/llvm-project/libcxx/include/ |
D | cstdint | 73 PTRDIFF_MAX
|
/external/libcxx/include/ |
D | cstdint | 74 PTRDIFF_MAX
|
/external/python/cpython2/Lib/plat-linux2/ |
D | IN.py | 138 PTRDIFF_MAX = (9223372036854775807L) variable 140 PTRDIFF_MAX = (2147483647) variable
|
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
D | inttypes_h.pass.cpp | 188 #ifndef PTRDIFF_MAX 189 #error PTRDIFF_MAX not defined
|
D | stdint_h.pass.cpp | 230 assert(PTRDIFF_MAX == std::numeric_limits<std::ptrdiff_t>::max()); in main()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | inttypes_h.pass.cpp | 187 #ifndef PTRDIFF_MAX 188 #error PTRDIFF_MAX not defined
|
D | stdint_h.pass.cpp | 229 assert(PTRDIFF_MAX == std::numeric_limits<std::ptrdiff_t>::max()); in main()
|
/external/llvm-project/libcxx/test/std/input.output/file.streams/c.files/ |
D | cinttypes.pass.cpp | 188 #ifndef PTRDIFF_MAX 189 #error PTRDIFF_MAX not defined
|
/external/libcxx/test/std/input.output/file.streams/c.files/ |
D | cinttypes.pass.cpp | 187 #ifndef PTRDIFF_MAX 188 #error PTRDIFF_MAX not defined
|
/external/python/cpython2/Lib/plat-atheos/ |
D | IN.py | 266 PTRDIFF_MAX = (9223372036854775807L) variable 268 PTRDIFF_MAX = (2147483647) variable
|
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/ |
D | cstdint.pass.cpp | 230 assert(PTRDIFF_MAX == std::numeric_limits<std::ptrdiff_t>::max()); in main()
|
/external/llvm-project/libcxx/test/std/language.support/cstdint/cstdint.syn/ |
D | cstdint.pass.cpp | 231 assert(PTRDIFF_MAX == std::numeric_limits<std::ptrdiff_t>::max()); in main()
|
/external/vixl/test/ |
D | test-invalset.cc | 63 static const KeyType kInvalidKey = PTRDIFF_MAX;
|
/external/llvm-project/clang/lib/Headers/ |
D | stdint.h | 652 #define PTRDIFF_MAX __PTRDIFF_MAX__ macro
|