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