• Home
  • Raw
  • Download

Lines Matching full:total

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