Home
last modified time | relevance | path

Searched refs:PTRDIFF_MAX (Results 1 – 25 of 28) sorted by relevance

12

/external/jemalloc/test/unit/
Dsize_classes.c148 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/
Dsize_classes.c147 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/
Dmallocx.c75 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()
Drallocx.c235 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/
Dmallocx.c62 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()
Drallocx.c223 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/
Dstdint.h193 # define PTRDIFF_MAX _I64_MAX macro
196 # define PTRDIFF_MAX _I32_MAX macro
/external/jemalloc_new/include/msvc_compat/C99/
Dstdint.h193 # define PTRDIFF_MAX _I64_MAX macro
196 # define PTRDIFF_MAX _I32_MAX macro
/external/python/cpython3/Modules/_decimal/libmpdec/
Dvcstdint.h178 # define PTRDIFF_MAX _I64_MAX macro
181 # define PTRDIFF_MAX _I32_MAX macro
/external/libusb/msvc/
Dstdint.h194 #define PTRDIFF_MAX INT64_MAX macro
197 #define PTRDIFF_MAX INT32_MAX macro
/external/clang/test/Preprocessor/
Dstdint.c1470 PTRDIFF_MAX_ PTRDIFF_MAX
/external/python/cpython2/Lib/plat-linux2/
DIN.py138 PTRDIFF_MAX = (9223372036854775807L) variable
140 PTRDIFF_MAX = (2147483647) variable
/external/libcxx/include/
Dcstdint74 PTRDIFF_MAX
/external/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp187 #ifndef PTRDIFF_MAX
188 #error PTRDIFF_MAX not defined
Dstdint_h.pass.cpp229 assert(PTRDIFF_MAX == std::numeric_limits<std::ptrdiff_t>::max()); in main()
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp187 #ifndef PTRDIFF_MAX
188 #error PTRDIFF_MAX not defined
/external/python/cpython2/Lib/plat-atheos/
DIN.py266 PTRDIFF_MAX = (9223372036854775807L) variable
268 PTRDIFF_MAX = (2147483647) variable
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp230 assert(PTRDIFF_MAX == std::numeric_limits<std::ptrdiff_t>::max()); in main()
/external/vixl/test/
Dtest-invalset.cc63 static const KeyType kInvalidKey = PTRDIFF_MAX;
/external/Microsoft-GSL/include/gsl/
Dstring_span28 #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)
Dmulti_span28 #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/
Dstdint.h666 #define PTRDIFF_MAX __INTN_MAX(__PTRDIFF_WIDTH__) macro
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.h89 static const ptrdiff_t kNoCheckpointRequired = PTRDIFF_MAX;
299 static const ptrdiff_t kInvalidOffset = PTRDIFF_MAX;
Dassembler-aarch64.h61 static const ptrdiff_t kInvalidLinkKey = PTRDIFF_MAX;
/external/jemalloc/
DChangeLog170 size class is now less than PTRDIFF_MAX to protect applications against

12