Lines Matching refs:total
242 { int count, total = 0, indx = 0 ;
247 return total ;
259 total = indx ;
262 return total ;
269 sf_count_t total = 0 ;
280 total += count ;
287 return total ;
296 sf_count_t total = 0 ;
308 ptr [total + k] = arith_shift_left (sptr [k], 16) ;
310 total += count ;
313 return total ;
322 sf_count_t total = 0 ;
337 ptr [total + k] = normfact * sptr [k] ;
339 total += count ;
342 return total ;
351 sf_count_t total = 0 ;
366 ptr [total + k] = normfact * sptr [k] ;
368 total += count ;
371 return total ;
475 { int count, total = 0, indx = 0 ;
486 total = indx ;
492 return total ;
499 sf_count_t total = 0 ;
510 total += count ;
517 return total ;
526 sf_count_t total = 0 ;
537 sptr [k] = ptr [total + k] >> 16 ;
540 total += count ;
543 return total ;
552 sf_count_t total = 0 ;
566 sptr [k] = psf_lrintf (normfact * ptr [total + k]) ;
569 total += count ;
574 return total ;
583 sf_count_t total = 0 ;
597 sptr [k] = psf_lrint (normfact * ptr [total + k]) ;
600 total += count ;
603 return total ;