• Home
  • Raw
  • Download

Lines Matching full:total

665 	sf_count_t	total = 0 ;  in pcm_read_sc2s()  local
673 sc2s_array (ubuf.scbuf, readcount, ptr + total) ; in pcm_read_sc2s()
674 total += readcount ; in pcm_read_sc2s()
680 return total ; in pcm_read_sc2s()
687 sf_count_t total = 0 ; in pcm_read_uc2s() local
695 uc2s_array (ubuf.ucbuf, readcount, ptr + total) ; in pcm_read_uc2s()
696 total += readcount ; in pcm_read_uc2s()
702 return total ; in pcm_read_uc2s()
707 { int total ; in pcm_read_bes2s() local
709 total = (int) psf_fread (ptr, sizeof (short), len, psf) ; in pcm_read_bes2s()
714 return total ; in pcm_read_bes2s()
719 { int total ; in pcm_read_les2s() local
721 total = psf_fread (ptr, sizeof (short), len, psf) ; in pcm_read_les2s()
726 return total ; in pcm_read_les2s()
733 sf_count_t total = 0 ; in pcm_read_bet2s() local
741 bet2s_array ((tribyte*) (ubuf.ucbuf), readcount, ptr + total) ; in pcm_read_bet2s()
742 total += readcount ; in pcm_read_bet2s()
748 return total ; in pcm_read_bet2s()
755 sf_count_t total = 0 ; in pcm_read_let2s() local
763 let2s_array ((tribyte*) (ubuf.ucbuf), readcount, ptr + total) ; in pcm_read_let2s()
764 total += readcount ; in pcm_read_let2s()
770 return total ; in pcm_read_let2s()
777 sf_count_t total = 0 ; in pcm_read_bei2s() local
785 bei2s_array (ubuf.ibuf, readcount, ptr + total) ; in pcm_read_bei2s()
786 total += readcount ; in pcm_read_bei2s()
792 return total ; in pcm_read_bei2s()
799 sf_count_t total = 0 ; in pcm_read_lei2s() local
807 lei2s_array (ubuf.ibuf, readcount, ptr + total) ; in pcm_read_lei2s()
808 total += readcount ; in pcm_read_lei2s()
814 return total ; in pcm_read_lei2s()
824 sf_count_t total = 0 ; in pcm_read_sc2i() local
832 sc2i_array (ubuf.scbuf, readcount, ptr + total) ; in pcm_read_sc2i()
833 total += readcount ; in pcm_read_sc2i()
839 return total ; in pcm_read_sc2i()
846 sf_count_t total = 0 ; in pcm_read_uc2i() local
854 uc2i_array (ubuf.ucbuf, readcount, ptr + total) ; in pcm_read_uc2i()
855 total += readcount ; in pcm_read_uc2i()
861 return total ; in pcm_read_uc2i()
868 sf_count_t total = 0 ; in pcm_read_bes2i() local
876 bes2i_array (ubuf.sbuf, readcount, ptr + total) ; in pcm_read_bes2i()
877 total += readcount ; in pcm_read_bes2i()
883 return total ; in pcm_read_bes2i()
890 sf_count_t total = 0 ; in pcm_read_les2i() local
898 les2i_array (ubuf.sbuf, readcount, ptr + total) ; in pcm_read_les2i()
899 total += readcount ; in pcm_read_les2i()
905 return total ; in pcm_read_les2i()
912 sf_count_t total = 0 ; in pcm_read_bet2i() local
920 bet2i_array ((tribyte*) (ubuf.ucbuf), readcount, ptr + total) ; in pcm_read_bet2i()
921 total += readcount ; in pcm_read_bet2i()
927 return total ; in pcm_read_bet2i()
934 sf_count_t total = 0 ; in pcm_read_let2i() local
942 let2i_array ((tribyte*) (ubuf.ucbuf), readcount, ptr + total) ; in pcm_read_let2i()
943 total += readcount ; in pcm_read_let2i()
949 return total ; in pcm_read_let2i()
954 { int total ; in pcm_read_bei2i() local
956 total = psf_fread (ptr, sizeof (int), len, psf) ; in pcm_read_bei2i()
961 return total ; in pcm_read_bei2i()
966 { int total ; in pcm_read_lei2i() local
968 total = psf_fread (ptr, sizeof (int), len, psf) ; in pcm_read_lei2i()
973 return total ; in pcm_read_lei2i()
983 sf_count_t total = 0 ; in pcm_read_sc2f() local
994 sc2f_array (ubuf.scbuf, readcount, ptr + total, normfact) ; in pcm_read_sc2f()
995 total += readcount ; in pcm_read_sc2f()
1001 return total ; in pcm_read_sc2f()
1008 sf_count_t total = 0 ; in pcm_read_uc2f() local
1019 uc2f_array (ubuf.ucbuf, readcount, ptr + total, normfact) ; in pcm_read_uc2f()
1020 total += readcount ; in pcm_read_uc2f()
1026 return total ; in pcm_read_uc2f()
1033 sf_count_t total = 0 ; in pcm_read_bes2f() local
1044 bes2f_array (ubuf.sbuf, readcount, ptr + total, normfact) ; in pcm_read_bes2f()
1045 total += readcount ; in pcm_read_bes2f()
1051 return total ; in pcm_read_bes2f()
1058 sf_count_t total = 0 ; in pcm_read_les2f() local
1069 les2f_array (ubuf.sbuf, readcount, ptr + total, normfact) ; in pcm_read_les2f()
1070 total += readcount ; in pcm_read_les2f()
1076 return total ; in pcm_read_les2f()
1083 sf_count_t total = 0 ; in pcm_read_bet2f() local
1095 bet2f_array ((tribyte*) (ubuf.ucbuf), readcount, ptr + total, normfact) ; in pcm_read_bet2f()
1096 total += readcount ; in pcm_read_bet2f()
1102 return total ; in pcm_read_bet2f()
1109 sf_count_t total = 0 ; in pcm_read_let2f() local
1121 let2f_array ((tribyte*) (ubuf.ucbuf), readcount, ptr + total, normfact) ; in pcm_read_let2f()
1122 total += readcount ; in pcm_read_let2f()
1128 return total ; in pcm_read_let2f()
1135 sf_count_t total = 0 ; in pcm_read_bei2f() local
1146 bei2f_array (ubuf.ibuf, readcount, ptr + total, normfact) ; in pcm_read_bei2f()
1147 total += readcount ; in pcm_read_bei2f()
1153 return total ; in pcm_read_bei2f()
1160 sf_count_t total = 0 ; in pcm_read_lei2f() local
1171 lei2f_array (ubuf.ibuf, readcount, ptr + total, normfact) ; in pcm_read_lei2f()
1172 total += readcount ; in pcm_read_lei2f()
1178 return total ; in pcm_read_lei2f()
1188 sf_count_t total = 0 ; in pcm_read_sc2d() local
1199 sc2d_array (ubuf.scbuf, readcount, ptr + total, normfact) ; in pcm_read_sc2d()
1200 total += readcount ; in pcm_read_sc2d()
1206 return total ; in pcm_read_sc2d()
1213 sf_count_t total = 0 ; in pcm_read_uc2d() local
1224 uc2d_array (ubuf.ucbuf, readcount, ptr + total, normfact) ; in pcm_read_uc2d()
1225 total += readcount ; in pcm_read_uc2d()
1231 return total ; in pcm_read_uc2d()
1238 sf_count_t total = 0 ; in pcm_read_bes2d() local
1249 bes2d_array (ubuf.sbuf, readcount, ptr + total, normfact) ; in pcm_read_bes2d()
1250 total += readcount ; in pcm_read_bes2d()
1256 return total ; in pcm_read_bes2d()
1263 sf_count_t total = 0 ; in pcm_read_les2d() local
1274 les2d_array (ubuf.sbuf, readcount, ptr + total, normfact) ; in pcm_read_les2d()
1275 total += readcount ; in pcm_read_les2d()
1281 return total ; in pcm_read_les2d()
1288 sf_count_t total = 0 ; in pcm_read_bet2d() local
1299 bet2d_array ((tribyte*) (ubuf.ucbuf), readcount, ptr + total, normfact) ; in pcm_read_bet2d()
1300 total += readcount ; in pcm_read_bet2d()
1306 return total ; in pcm_read_bet2d()
1313 sf_count_t total = 0 ; in pcm_read_let2d() local
1325 let2d_array ((tribyte*) (ubuf.ucbuf), readcount, ptr + total, normfact) ; in pcm_read_let2d()
1326 total += readcount ; in pcm_read_let2d()
1332 return total ; in pcm_read_let2d()
1339 sf_count_t total = 0 ; in pcm_read_bei2d() local
1350 bei2d_array (ubuf.ibuf, readcount, ptr + total, normfact) ; in pcm_read_bei2d()
1351 total += readcount ; in pcm_read_bei2d()
1357 return total ; in pcm_read_bei2d()
1364 sf_count_t total = 0 ; in pcm_read_lei2d() local
1375 lei2d_array (ubuf.ibuf, readcount, ptr + total, normfact) ; in pcm_read_lei2d()
1376 total += readcount ; in pcm_read_lei2d()
1382 return total ; in pcm_read_lei2d()
1394 sf_count_t total = 0 ; in pcm_write_s2sc() local
1401 s2sc_array (ptr + total, ubuf.scbuf, bufferlen) ; in pcm_write_s2sc()
1403 total += writecount ; in pcm_write_s2sc()
1409 return total ; in pcm_write_s2sc()
1416 sf_count_t total = 0 ; in pcm_write_s2uc() local
1423 s2uc_array (ptr + total, ubuf.ucbuf, bufferlen) ; in pcm_write_s2uc()
1425 total += writecount ; in pcm_write_s2uc()
1431 return total ; in pcm_write_s2uc()
1442 sf_count_t total = 0 ; in pcm_write_s2bes()
1449 endswap_short_copy (ubuf.sbuf, ptr + total, bufferlen) ; in pcm_write_s2bes()
1451 total += writecount ; in pcm_write_s2bes()
1457 return total ; in pcm_write_s2bes()
1469 sf_count_t total = 0 ; in pcm_write_s2les()
1476 endswap_short_copy (ubuf.sbuf, ptr + total, bufferlen) ; in pcm_write_s2les()
1478 total += writecount ; in pcm_write_s2les()
1484 return total ; in pcm_write_s2les()
1492 sf_count_t total = 0 ; in pcm_write_s2bet() local
1499 s2bet_array (ptr + total, (tribyte*) (ubuf.ucbuf), bufferlen) ; in pcm_write_s2bet()
1501 total += writecount ; in pcm_write_s2bet()
1507 return total ; in pcm_write_s2bet()
1514 sf_count_t total = 0 ; in pcm_write_s2let() local
1521 s2let_array (ptr + total, (tribyte*) (ubuf.ucbuf), bufferlen) ; in pcm_write_s2let()
1523 total += writecount ; in pcm_write_s2let()
1529 return total ; in pcm_write_s2let()
1536 sf_count_t total = 0 ; in pcm_write_s2bei() local
1543 s2bei_array (ptr + total, ubuf.ibuf, bufferlen) ; in pcm_write_s2bei()
1545 total += writecount ; in pcm_write_s2bei()
1551 return total ; in pcm_write_s2bei()
1558 sf_count_t total = 0 ; in pcm_write_s2lei() local
1565 s2lei_array (ptr + total, ubuf.ibuf, bufferlen) ; in pcm_write_s2lei()
1567 total += writecount ; in pcm_write_s2lei()
1573 return total ; in pcm_write_s2lei()
1583 sf_count_t total = 0 ; in pcm_write_i2sc() local
1590 i2sc_array (ptr + total, ubuf.scbuf, bufferlen) ; in pcm_write_i2sc()
1592 total += writecount ; in pcm_write_i2sc()
1598 return total ; in pcm_write_i2sc()
1605 sf_count_t total = 0 ; in pcm_write_i2uc() local
1612 i2uc_array (ptr + total, ubuf.ucbuf, bufferlen) ; in pcm_write_i2uc()
1614 total += writecount ; in pcm_write_i2uc()
1620 return total ; in pcm_write_i2uc()
1627 sf_count_t total = 0 ; in pcm_write_i2bes() local
1634 i2bes_array (ptr + total, ubuf.sbuf, bufferlen) ; in pcm_write_i2bes()
1636 total += writecount ; in pcm_write_i2bes()
1642 return total ; in pcm_write_i2bes()
1649 sf_count_t total = 0 ; in pcm_write_i2les() local
1656 i2les_array (ptr + total, ubuf.sbuf, bufferlen) ; in pcm_write_i2les()
1658 total += writecount ; in pcm_write_i2les()
1664 return total ; in pcm_write_i2les()
1671 sf_count_t total = 0 ; in pcm_write_i2bet() local
1678 i2bet_array (ptr + total, (tribyte*) (ubuf.ucbuf), bufferlen) ; in pcm_write_i2bet()
1680 total += writecount ; in pcm_write_i2bet()
1686 return total ; in pcm_write_i2bet()
1693 sf_count_t total = 0 ; in pcm_write_i2let() local
1700 i2let_array (ptr + total, (tribyte*) (ubuf.ucbuf), bufferlen) ; in pcm_write_i2let()
1702 total += writecount ; in pcm_write_i2let()
1708 return total ; in pcm_write_i2let()
1719 sf_count_t total = 0 ; in pcm_write_i2bei()
1726 endswap_int_copy (ubuf.ibuf, ptr + total, bufferlen) ; in pcm_write_i2bei()
1728 total += writecount ; in pcm_write_i2bei()
1734 return total ; in pcm_write_i2bei()
1746 sf_count_t total = 0 ; in pcm_write_i2lei()
1753 endswap_int_copy (ubuf.ibuf, ptr + total, bufferlen) ; in pcm_write_i2lei()
1755 total += writecount ; in pcm_write_i2lei()
1761 return total ; in pcm_write_i2lei()
1807 sf_count_t total = 0 ; in pcm_write_f2sc() local
1815 convert (ptr + total, ubuf.scbuf, bufferlen, psf->norm_float) ; in pcm_write_f2sc()
1817 total += writecount ; in pcm_write_f2sc()
1823 return total ; in pcm_write_f2sc()
1866 sf_count_t total = 0 ; in pcm_write_f2uc() local
1874 convert (ptr + total, ubuf.ucbuf, bufferlen, psf->norm_float) ; in pcm_write_f2uc()
1876 total += writecount ; in pcm_write_f2uc()
1882 return total ; in pcm_write_f2uc()
1937 sf_count_t total = 0 ; in pcm_write_f2bes() local
1945 convert (ptr + total, ubuf.sbuf, bufferlen, psf->norm_float) ; in pcm_write_f2bes()
1947 total += writecount ; in pcm_write_f2bes()
1953 return total ; in pcm_write_f2bes()
2008 sf_count_t total = 0 ; in pcm_write_f2les() local
2016 convert (ptr + total, ubuf.sbuf, bufferlen, psf->norm_float) ; in pcm_write_f2les()
2018 total += writecount ; in pcm_write_f2les()
2024 return total ; in pcm_write_f2les()
2083 sf_count_t total = 0 ; in pcm_write_f2let() local
2091 convert (ptr + total, (tribyte*) (ubuf.ucbuf), bufferlen, psf->norm_float) ; in pcm_write_f2let()
2093 total += writecount ; in pcm_write_f2let()
2099 return total ; in pcm_write_f2let()
2158 sf_count_t total = 0 ; in pcm_write_f2bet() local
2166 convert (ptr + total, (tribyte*) (ubuf.ucbuf), bufferlen, psf->norm_float) ; in pcm_write_f2bet()
2168 total += writecount ; in pcm_write_f2bet()
2174 return total ; in pcm_write_f2bet()
2241 sf_count_t total = 0 ; in pcm_write_f2bei() local
2249 convert (ptr + total, ubuf.ibuf, bufferlen, psf->norm_float) ; in pcm_write_f2bei()
2251 total += writecount ; in pcm_write_f2bei()
2257 return total ; in pcm_write_f2bei()
2324 sf_count_t total = 0 ; in pcm_write_f2lei() local
2332 convert (ptr + total, ubuf.ibuf, bufferlen, psf->norm_float) ; in pcm_write_f2lei()
2334 total += writecount ; in pcm_write_f2lei()
2340 return total ; in pcm_write_f2lei()
2383 sf_count_t total = 0 ; in pcm_write_d2sc() local
2391 convert (ptr + total, ubuf.scbuf, bufferlen, psf->norm_double) ; in pcm_write_d2sc()
2393 total += writecount ; in pcm_write_d2sc()
2399 return total ; in pcm_write_d2sc()
2442 sf_count_t total = 0 ; in pcm_write_d2uc() local
2450 convert (ptr + total, ubuf.ucbuf, bufferlen, psf->norm_double) ; in pcm_write_d2uc()
2452 total += writecount ; in pcm_write_d2uc()
2458 return total ; in pcm_write_d2uc()
2513 sf_count_t total = 0 ; in pcm_write_d2bes() local
2521 convert (ptr + total, ubuf.sbuf, bufferlen, psf->norm_double) ; in pcm_write_d2bes()
2523 total += writecount ; in pcm_write_d2bes()
2529 return total ; in pcm_write_d2bes()
2584 sf_count_t total = 0 ; in pcm_write_d2les() local
2592 convert (ptr + total, ubuf.sbuf, bufferlen, psf->norm_double) ; in pcm_write_d2les()
2594 total += writecount ; in pcm_write_d2les()
2600 return total ; in pcm_write_d2les()
2659 sf_count_t total = 0 ; in pcm_write_d2let() local
2667 convert (ptr + total, (tribyte*) (ubuf.ucbuf), bufferlen, psf->norm_double) ; in pcm_write_d2let()
2669 total += writecount ; in pcm_write_d2let()
2675 return total ; in pcm_write_d2let()
2734 sf_count_t total = 0 ; in pcm_write_d2bet() local
2742 convert (ptr + total, (tribyte*) (ubuf.ucbuf), bufferlen, psf->norm_double) ; in pcm_write_d2bet()
2744 total += writecount ; in pcm_write_d2bet()
2750 return total ; in pcm_write_d2bet()
2817 sf_count_t total = 0 ; in pcm_write_d2bei() local
2825 convert (ptr + total, ubuf.ibuf, bufferlen, psf->norm_double) ; in pcm_write_d2bei()
2827 total += writecount ; in pcm_write_d2bei()
2833 return total ; in pcm_write_d2bei()
2900 sf_count_t total = 0 ; in pcm_write_d2lei() local
2908 convert (ptr + total, ubuf.ibuf, bufferlen, psf->norm_double) ; in pcm_write_d2lei()
2910 total += writecount ; in pcm_write_d2lei()
2916 return total ; in pcm_write_d2lei()