Lines Matching refs:total
243 sf_count_t total = 0 ;
254 ptr [total + k] = sample ;
256 ptr [total + k + 1] = sample ;
260 total += count ;
264 return total ;
273 sf_count_t total = 0 ;
284 ptr [total + k] = sample << 16 ;
286 ptr [total + k + 1] = sample << 16 ;
290 total += count ;
294 return total ;
303 sf_count_t total = 0 ;
320 ptr [total + k] = normfact * sample ;
322 ptr [total + k + 1] = normfact * sample ;
326 total += count ;
330 return total ;
339 sf_count_t total = 0 ;
356 ptr [total + k] = normfact * sample ;
358 ptr [total + k + 1] = normfact * sample ;
362 total += count ;
366 return total ;