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

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dresize_policy.hpp164 const size_type half_size = m_grow_size / factor; local
165 return std::max(min_size, half_size);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dresize_policy.hpp164 const size_type half_size = m_grow_size / factor; local
165 return std::max(min_size, half_size);
/netbsd-current/external/bsd/libbind/dist/isc/
H A Dheap.c125 int j, size, half_size; local
128 half_size = size / 2;
129 while (i <= half_size) {
/netbsd-current/external/bsd/ntp/dist/lib/isc/
H A Dheap.c167 unsigned int j, size, half_size; local
169 half_size = size / 2;
170 while (i <= half_size) {
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dheap.c167 unsigned int j, size, half_size; local
169 half_size = size / 2;
170 while (i <= half_size) {
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dheap.c167 unsigned int j, size, half_size; local
169 half_size = size / 2;
170 while (i <= half_size) {

Completed in 224 milliseconds