Lines Matching refs:total
204 { int count, total = 0, indx = 0 ;
209 return total ;
221 total = indx ;
224 return total ;
231 sf_count_t total = 0 ;
242 total += count ;
249 return total ;
258 sf_count_t total = 0 ;
271 ptr [total + k] = arith_shift_left (sptr [k], 16) ;
273 total += count ;
279 return total ;
288 sf_count_t total = 0 ;
303 ptr [total + k] = normfact * sptr [k] ;
305 total += count ;
311 return total ;
320 sf_count_t total = 0 ;
335 ptr [total + k] = normfact * (double) (sptr [k]) ;
337 total += count ;
343 return total ;
449 { int count, total = 0, indx = 0 ;
460 total = indx ;
466 return total ;
473 sf_count_t total = 0 ;
484 total += count ;
490 return total ;
499 sf_count_t total = 0 ;
510 sptr [k] = ptr [total + k] >> 16 ;
513 total += count ;
518 return total ;
527 sf_count_t total = 0 ;
541 sptr [k] = psf_lrintf (normfact * ptr [total + k]) ;
544 total += count ;
550 return total ;
559 sf_count_t total = 0 ;
573 sptr [k] = psf_lrint (normfact * ptr [total + k]) ;
576 total += count ;
582 return total ;