Lines Matching refs:total

565 	sf_count_t	total = 0 ;
580 convert (ubuf.dbuf, readcount, ptr + total, scale) ;
581 total += readcount ;
587 return total ;
595 sf_count_t total = 0 ;
610 convert (ubuf.dbuf, readcount, ptr + total, scale) ;
611 total += readcount ;
617 return total ;
624 sf_count_t total = 0 ;
636 d2f_array (ubuf.dbuf, readcount, ptr + total) ;
637 total += readcount ;
643 return total ;
649 sf_count_t readcount, total = 0 ;
667 endswap_double_array (ptr + total, bufferlen) ;
669 total += bufferlen ;
673 return total ;
680 sf_count_t total = 0 ;
690 s2d_array (ptr + total, ubuf.dbuf, bufferlen, scale) ;
693 double64_peak_update (psf, ubuf.dbuf, bufferlen, total / psf->sf.channels) ;
699 total += writecount ;
705 return total ;
712 sf_count_t total = 0 ;
721 i2d_array (ptr + total, ubuf.dbuf, bufferlen, scale) ;
724 double64_peak_update (psf, ubuf.dbuf, bufferlen, total / psf->sf.channels) ;
730 total += writecount ;
736 return total ;
743 sf_count_t total = 0 ;
750 f2d_array (ptr + total, ubuf.dbuf, bufferlen) ;
753 double64_peak_update (psf, ubuf.dbuf, bufferlen, total / psf->sf.channels) ;
759 total += writecount ;
765 return total ;
772 sf_count_t total = 0 ;
786 endswap_double_copy (ubuf.dbuf, ptr + total, bufferlen) ;
789 total += writecount ;
795 return total ;
805 sf_count_t total = 0 ;
821 d2s_array (ubuf.dbuf, readcount, ptr + total, scale) ;
822 total += readcount ;
828 return total ;
835 sf_count_t total = 0 ;
851 d2i_array (ubuf.dbuf, readcount, ptr + total, scale) ;
852 total += readcount ;
858 return total ;
865 sf_count_t total = 0 ;
879 memcpy (ptr + total, ubuf.dbuf, bufferlen * sizeof (double)) ;
881 total += readcount ;
887 return total ;
894 sf_count_t total = 0 ;
909 memcpy (ptr + total, ubuf.dbuf, readcount * sizeof (double)) ;
911 total += readcount ;
917 return total ;
924 sf_count_t total = 0 ;
933 s2d_array (ptr + total, ubuf.dbuf, bufferlen, scale) ;
936 double64_peak_update (psf, ubuf.dbuf, bufferlen, total / psf->sf.channels) ;
944 total += writecount ;
950 return total ;
957 sf_count_t total = 0 ;
966 i2d_array (ptr + total, ubuf.dbuf, bufferlen, scale) ;
969 double64_peak_update (psf, ubuf.dbuf, bufferlen, total / psf->sf.channels) ;
977 total += writecount ;
983 return total ;
990 sf_count_t total = 0 ;
997 f2d_array (ptr + total, ubuf.dbuf, bufferlen) ;
1005 total += writecount ;
1011 return total ;
1018 sf_count_t total = 0 ;
1030 memcpy (ubuf.dbuf, ptr + total, bufferlen * sizeof (double)) ;
1038 total += writecount ;
1044 return total ;