Home
last modified time | relevance | path

Searched refs:k_stop (Results 1 – 1 of 1) sorted by relevance

/oneTBB/include/oneapi/tbb/
H A Dconcurrent_vector.h951 …const segment_index_type k_stop = curr_size ? this->segment_index_of(curr_size - 1) + 1 : 0; // nu… in internal_compact() local
955 if (k_stop < first_block) { in internal_compact()
956 k = k_stop; in internal_compact()
959 … while (k < k_stop && incompact_predicate(this->segment_size(k) * sizeof(value_type))) k++; in internal_compact()
962 if (k_stop == k_end && k == first_block) { in internal_compact()
1028 if (k_stop < k_end) { in internal_compact()
1029 for (size_type seg_idx = k_end; seg_idx != k_stop; --seg_idx) { in internal_compact()