Lines Matching defs:total
572 { int count, total = 0, indx = 0 ;
577 return total ;
589 total = indx ;
592 return total ;
599 sf_count_t total = 0 ;
610 total += count ;
616 return total ;
625 sf_count_t total = 0 ;
637 ptr [total + k] = arith_shift_left (sptr [k], 16) ;
638 total += count ;
644 return total ;
653 sf_count_t total = 0 ;
668 ptr [total + k] = normfact * (float) (sptr [k]) ;
669 total += count ;
675 return total ;
684 sf_count_t total = 0 ;
699 ptr [total + k] = normfact * (double) (sptr [k]) ;
700 total += count ;
706 return total ;
875 { int count, total = 0, indx = 0 ;
883 memcpy (&(pima->samples [pima->samplecount * pima->channels]), &(ptr [total]), count * sizeof (short)) ;
886 total = indx ;
892 return total ;
899 sf_count_t total = 0 ;
910 total += count ;
916 return total ;
925 sf_count_t total = 0 ;
936 sptr [k] = ptr [total + k] >> 16 ;
938 total += count ;
944 return total ;
953 sf_count_t total = 0 ;
967 sptr [k] = psf_lrintf (normfact * ptr [total + k]) ;
969 total += count ;
975 return total ;
984 sf_count_t total = 0 ;
998 sptr [k] = psf_lrint (normfact * ptr [total + k]) ;
1000 total += count ;
1006 return total ;