Home
last modified time | relevance | path

Searched defs:max_n (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.121.3/tests/bounded_ptr_src/
H A Darith.add_assign.cpp126 std::ptrdiff_t max_n = std::numeric_limits<std::ptrdiff_t>::max() / sizeof_T; in tests() local
160 std::int64_t max_n = std::numeric_limits<std::int32_t>::max() / sizeof_T; in tests() local
H A Darith.subtract_assign.cpp123 std::ptrdiff_t max_n = std::numeric_limits<std::ptrdiff_t>::max() / sizeof_T; in tests() local
157 std::int64_t max_n = std::numeric_limits<std::int32_t>::max() / sizeof_T; in tests() local
/xnu-8020.121.3/tests/safe_allocation_src/
H A Dctor.allocate.cpp42 std::size_t max_n = std::numeric_limits<std::size_t>::max() / sizeof(T); in tests() local