Searched refs:p_upper (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/
H A Dhash_prime_size_policy_imp.hpp142 const std::size_t* const p_upper = std::upper_bound(detail::g_a_sizes, member in class:std
145 if (p_upper == detail::g_a_sizes + detail::num_distinct_sizes)
147 return *p_upper;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/
H A Dhash_prime_size_policy_imp.hpp154 const std::size_t* const p_upper = std::upper_bound(detail::g_a_sizes, member in class:std
157 if (p_upper == detail::g_a_sizes + detail::num_distinct_sizes)
159 return *p_upper;
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/
H A Derase_fn_imps.hpp248 const size_t* const p_upper = local
253 if (p_upper == g_a_rank_bounds + num_distinct_rank_bounds)
256 return (p_upper - g_a_rank_bounds);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/
H A Derase_fn_imps.hpp248 const size_t* const p_upper = local
253 if (p_upper == g_a_rank_bounds + num_distinct_rank_bounds)
256 return (p_upper - g_a_rank_bounds);

Completed in 161 milliseconds