Lines Matching defs:total
544 ** into 20 shorts of block, and writes the short rms for a total of 42 bytes.
570 ** into 30 shorts of block, and writes the short rms for a total of 62 bytes.
617 ** into 40 shorts of block, and writes the short rms for a total of 82 bytes.
752 sf_count_t total = 0 ;
763 total += count ;
770 return total ;
779 sf_count_t total = 0 ;
792 ptr [total + k] = arith_shift_left (sptr [k], 16) ;
794 total += count ;
800 return total ;
809 sf_count_t total = 0 ;
824 ptr [total + k] = normfact * sptr [k] ;
826 total += count ;
832 return total ;
841 sf_count_t total = 0 ;
856 ptr [total + k] = normfact * (double) (sptr [k]) ;
858 total += count ;
864 return total ;
889 { int count, total = 0, indx = 0 ;
900 total = indx ;
906 return total ;
913 sf_count_t total = 0 ;
924 total += count ;
930 return total ;
939 sf_count_t total = 0 ;
950 sptr [k] = ptr [total + k] >> 16 ;
953 total += count ;
958 return total ;
967 sf_count_t total = 0 ;
981 sptr [k] = psf_lrintf (normfact * ptr [total + k]) ;
984 total += count ;
990 return total ;
999 sf_count_t total = 0 ;
1013 sptr [k] = psf_lrint (normfact * ptr [total + k]) ;
1016 total += count ;
1022 return total ;