Lines Matching defs:sum
194 * uint32_t *sum: (referenced) total num of bytes of all the notsack'ed
199 int32_t *num, uint32_t *sum)
246 *sum -= tmp->end - tmp->begin;
254 *sum -= end - tmp->begin;
257 *sum -= tmp->end - begin;
274 *sum -= end - begin;
277 *sum -= end - tmp->begin;
284 tmp_sum = *sum;
326 *sum = tmp_sum;
338 * uint32_t *sum: (referenced) total num of bytes of all the notsack'ed
343 uint32_t *sum)
346 uint32_t tmp_sum = *sum;
380 *sum = tmp_sum;
395 * uint32_t *sum: (referenced) total num of bytes of all the notsack'ed
399 int32_t *num, uint32_t *sum)
416 *sum = end - begin;
431 *sum += end - tmp->end;
444 *sum += end - begin;