Lines Matching refs:total
321 { int count, total = 0, indx = 0 ;
326 return total ;
331 return total ;
339 total = indx ;
342 return total ;
349 sf_count_t total = 0 ;
361 total += count ;
367 return total ;
376 sf_count_t total = 0 ;
391 ptr [total + k] = arith_shift_left (sptr [k], 16) ;
392 total += count ;
397 return total ;
406 sf_count_t total = 0 ;
423 ptr [total + k] = normfact * (float) (sptr [k]) ;
424 total += count ;
429 return total ;
438 sf_count_t total = 0 ;
455 ptr [total + k] = normfact * (double) (sptr [k]) ;
456 total += count ;
462 return total ;
649 { int count, total = 0, indx = 0 ;
657 memcpy (&(pms->samples [pms->samplecount * pms->channels]), &(ptr [total]), count * sizeof (short)) ;
660 total = indx ;
666 return total ;
673 sf_count_t total = 0 ;
684 total += count ;
690 return total ;
699 sf_count_t total = 0 ;
710 sptr [k] = ptr [total + k] >> 16 ;
712 total += count ;
717 return total ;
726 sf_count_t total = 0 ;
740 sptr [k] = psf_lrintf (normfact * ptr [total + k]) ;
742 total += count ;
747 return total ;
756 sf_count_t total = 0 ;
770 sptr [k] = psf_lrint (normfact * ptr [total + k]) ;
772 total += count ;
777 return total ;