Lines Matching refs:total
221 int total, bufferlen, len ;
251 { total = offset ;
253 while (total > 0)
254 { len = (total > bufferlen) ? bufferlen : total ;
255 total -= (int) dpcm_read_dles2s (psf, ubuf.sbuf, len) ;
259 { total = offset ;
261 while (total > 0)
262 { len = (total > bufferlen) ? bufferlen : total ;
263 total -= (int) dpcm_read_dsc2s (psf, ubuf.sbuf, len) ;
509 sf_count_t total = 0 ;
520 dsc2s_array (pxi, ubuf.scbuf, readcount, ptr + total) ;
521 total += readcount ;
527 return total ;
535 sf_count_t total = 0 ;
546 dsc2i_array (pxi, ubuf.scbuf, readcount, ptr + total) ;
547 total += readcount ;
553 return total ;
561 sf_count_t total = 0 ;
575 dsc2f_array (pxi, ubuf.scbuf, readcount, ptr + total, normfact) ;
576 total += readcount ;
582 return total ;
590 sf_count_t total = 0 ;
604 dsc2d_array (pxi, ubuf.scbuf, readcount, ptr + total, normfact) ;
605 total += readcount ;
611 return total ;
622 sf_count_t total = 0 ;
633 dles2s_array (pxi, ubuf.sbuf, readcount, ptr + total) ;
634 total += readcount ;
640 return total ;
648 sf_count_t total = 0 ;
659 dles2i_array (pxi, ubuf.sbuf, readcount, ptr + total) ;
660 total += readcount ;
666 return total ;
674 sf_count_t total = 0 ;
688 dles2f_array (pxi, ubuf.sbuf, readcount, ptr + total, normfact) ;
689 total += readcount ;
695 return total ;
703 sf_count_t total = 0 ;
717 dles2d_array (pxi, ubuf.sbuf, readcount, ptr + total, normfact) ;
718 total += readcount ;
724 return total ;
746 sf_count_t total = 0 ;
756 s2dsc_array (pxi, ptr + total, ubuf.scbuf, bufferlen) ;
758 total += writecount ;
764 return total ;
772 sf_count_t total = 0 ;
782 i2dsc_array (pxi, ptr + total, ubuf.scbuf, bufferlen) ;
784 total += writecount ;
790 return total ;
798 sf_count_t total = 0 ;
811 f2dsc_array (pxi, ptr + total, ubuf.scbuf, bufferlen, normfact) ;
813 total += writecount ;
819 return total ;
827 sf_count_t total = 0 ;
840 d2dsc_array (pxi, ptr + total, ubuf.scbuf, bufferlen, normfact) ;
842 total += writecount ;
848 return total ;
857 sf_count_t total = 0 ;
867 s2dles_array (pxi, ptr + total, ubuf.sbuf, bufferlen) ;
869 total += writecount ;
875 return total ;
883 sf_count_t total = 0 ;
893 i2dles_array (pxi, ptr + total, ubuf.sbuf, bufferlen) ;
895 total += writecount ;
901 return total ;
909 sf_count_t total = 0 ;
922 f2dles_array (pxi, ptr + total, ubuf.sbuf, bufferlen, normfact) ;
924 total += writecount ;
930 return total ;
938 sf_count_t total = 0 ;
951 d2dles_array (pxi, ptr + total, ubuf.sbuf, bufferlen, normfact) ;
953 total += writecount ;
959 return total ;