Lines Matching refs:total
516 sf_count_t total = 0 ;
532 convert (ubuf.fbuf, readcount, ptr + total, scale) ;
533 total += readcount ;
539 return total ;
547 sf_count_t total = 0 ;
562 convert (ubuf.fbuf, readcount, ptr + total, scale) ;
563 total += readcount ;
569 return total ;
576 sf_count_t total = 0 ;
588 endswap_int_copy ((int*) (ptr + total), ubuf.ibuf, readcount) ;
590 total += readcount ;
596 return total ;
603 sf_count_t total = 0 ;
616 f2d_array (ubuf.fbuf, readcount, ptr + total) ;
617 total += readcount ;
623 return total ;
630 sf_count_t total = 0 ;
640 s2f_array (ptr + total, ubuf.fbuf, bufferlen, scale) ;
643 float32_peak_update (psf, ubuf.fbuf, bufferlen, total / psf->sf.channels) ;
649 total += writecount ;
655 return total ;
662 sf_count_t total = 0 ;
671 i2f_array (ptr + total, ubuf.fbuf, bufferlen, scale) ;
674 float32_peak_update (psf, ubuf.fbuf, bufferlen, total / psf->sf.channels) ;
680 total += writecount ;
686 return total ;
693 sf_count_t total = 0 ;
707 endswap_int_copy (ubuf.ibuf, (const int*) (ptr + total), bufferlen) ;
710 total += writecount ;
716 return total ;
723 sf_count_t total = 0 ;
731 d2f_array (ptr + total, ubuf.fbuf, bufferlen) ;
734 float32_peak_update (psf, ubuf.fbuf, bufferlen, total / psf->sf.channels) ;
740 total += writecount ;
746 return total ;
756 sf_count_t total = 0 ;
772 f2s_array (ubuf.fbuf, readcount, ptr + total, scale) ;
773 total += readcount ;
779 return total ;
786 sf_count_t total = 0 ;
802 f2i_array (ubuf.fbuf, readcount, ptr + total, scale) ;
803 total += readcount ;
809 return total ;
816 sf_count_t total = 0 ;
832 memcpy (ptr + total, ubuf.fbuf, bufferlen * sizeof (float)) ;
834 total += readcount ;
840 return total ;
847 sf_count_t total = 0 ;
861 f2d_array (ubuf.fbuf, readcount, ptr + total) ;
862 total += readcount ;
868 return total ;
875 sf_count_t total = 0 ;
884 s2f_array (ptr + total, ubuf.fbuf, bufferlen, scale) ;
887 float32_peak_update (psf, ubuf.fbuf, bufferlen, total / psf->sf.channels) ;
895 total += writecount ;
901 return total ;
908 sf_count_t total = 0 ;
917 i2f_array (ptr + total, ubuf.fbuf, bufferlen, scale) ;
920 float32_peak_update (psf, ubuf.fbuf, bufferlen, total / psf->sf.channels) ;
928 total += writecount ;
934 return total ;
941 sf_count_t total = 0 ;
953 memcpy (ubuf.fbuf, ptr + total, bufferlen * sizeof (float)) ;
961 total += writecount ;
967 return total ;
974 sf_count_t total = 0 ;
981 d2f_array (ptr + total, ubuf.fbuf, bufferlen) ;
984 float32_peak_update (psf, ubuf.fbuf, bufferlen, total / psf->sf.channels) ;
992 total += writecount ;
998 return total ;