Searched refs:half_size (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/binary_heap_/
H A Dresize_policy.hpp177 const size_type half_size = m_next_grow_size / factor; local
178 return std::max(static_cast<size_type>(min_size), half_size);
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dheap.c165 unsigned int j, size, half_size; local
167 half_size = size / 2;
168 while (i <= half_size) {

Completed in 58 milliseconds