/external/jemalloc/test/unit/ |
D | size_classes.c | 148 assert_u_eq(size2index(ZU(PTRDIFF_MAX)+1), NSIZES, in TEST_BEGIN() 155 assert_zu_eq(s2u(ZU(PTRDIFF_MAX)+1), 0, in TEST_BEGIN() 162 assert_u_eq(psz2ind(ZU(PTRDIFF_MAX)+1), NPSIZES, in TEST_BEGIN() 169 assert_zu_eq(psz2u(ZU(PTRDIFF_MAX)+1), 0, 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/jemalloc/test/integration/ |
D | mallocx.c | 75 assert_ptr_null(mallocx(ZU(PTRDIFF_MAX)+1, 0), in TEST_BEGIN() 76 "Expected OOM for mallocx(size=%#zx, 0)", ZU(PTRDIFF_MAX)+1); in TEST_BEGIN() 81 assert_ptr_null(mallocx(1, MALLOCX_ALIGN(ZU(PTRDIFF_MAX)+1)), in TEST_BEGIN() 83 ZU(PTRDIFF_MAX)+1); in TEST_BEGIN()
|
D | rallocx.c | 235 assert_ptr_null(rallocx(p, ZU(PTRDIFF_MAX)+1, 0), in TEST_BEGIN() 236 "Expected OOM for rallocx(p, size=%#zx, 0)", ZU(PTRDIFF_MAX)+1); in TEST_BEGIN() 241 assert_ptr_null(rallocx(p, 1, MALLOCX_ALIGN(ZU(PTRDIFF_MAX)+1)), in TEST_BEGIN() 243 ZU(PTRDIFF_MAX)+1); in TEST_BEGIN()
|
/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/include/msvc_compat/C99/ |
D | stdint.h | 193 # define PTRDIFF_MAX _I64_MAX macro 196 # define PTRDIFF_MAX _I32_MAX macro
|
/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/python/cpython3/Modules/_decimal/libmpdec/ |
D | vcstdint.h | 178 # define PTRDIFF_MAX _I64_MAX macro 181 # define PTRDIFF_MAX _I32_MAX macro
|
/external/libusb/msvc/ |
D | stdint.h | 194 #define PTRDIFF_MAX INT64_MAX macro 197 #define PTRDIFF_MAX INT32_MAX macro
|
/external/clang/test/Preprocessor/ |
D | stdint.c | 1470 PTRDIFF_MAX_ PTRDIFF_MAX
|
/external/python/cpython2/Lib/plat-linux2/ |
D | IN.py | 138 PTRDIFF_MAX = (9223372036854775807L) variable 140 PTRDIFF_MAX = (2147483647) variable
|
/external/libcxx/include/ |
D | cstdint | 74 PTRDIFF_MAX
|
/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/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/vixl/test/ |
D | test-invalset.cc | 63 static const KeyType kInvalidKey = PTRDIFF_MAX;
|
/external/Microsoft-GSL/include/gsl/ |
D | string_span | 28 #include <cstdint> // for PTRDIFF_MAX 112 span<T, dynamic_extent> ensure_sentinel(T* seq, std::ptrdiff_t max = PTRDIFF_MAX) 132 span<CharT, dynamic_extent> ensure_z(CharT* const& sz, std::ptrdiff_t max = PTRDIFF_MAX)
|
D | multi_span | 28 #include <cstdint> // for PTRDIFF_MAX 663 Expects(m_ranges.totalSize() <= PTRDIFF_MAX); 1163 Expects(totalSize >= 0 && totalSize <= PTRDIFF_MAX); 1716 (s.size_bytes() / narrow_cast<std::ptrdiff_t>(sizeof(U))) < PTRDIFF_MAX); 1793 Expects(arr.size() < PTRDIFF_MAX); 1808 Expects(str.size() < PTRDIFF_MAX);
|
/external/clang/lib/Headers/ |
D | stdint.h | 666 #define PTRDIFF_MAX __INTN_MAX(__PTRDIFF_WIDTH__) macro
|
/external/vixl/src/aarch64/ |
D | macro-assembler-aarch64.h | 89 static const ptrdiff_t kNoCheckpointRequired = PTRDIFF_MAX; 299 static const ptrdiff_t kInvalidOffset = PTRDIFF_MAX;
|
D | assembler-aarch64.h | 61 static const ptrdiff_t kInvalidLinkKey = PTRDIFF_MAX;
|
/external/jemalloc/ |
D | ChangeLog | 170 size class is now less than PTRDIFF_MAX to protect applications against
|