Searched refs:res_end (Results 1 – 1 of 1) sorted by relevance
670 const uint32_t *res, *res_end; in calc_sum_top() local677 res_end = &data[n >> pmax]; in calc_sum_top()680 uint64_t sum = (1LL + k) * (res_end - res); in calc_sum_top()681 while (res < res_end) in calc_sum_top()686 while (res < res_end) in calc_sum_top()690 res_end += n >> pmax; in calc_sum_top()