Lines Matching defs:total
869 sf_count_t total = 0 ;
877 ulaw2s_array (ubuf.ucbuf, readcount, ptr + total) ;
878 total += readcount ;
884 return total ;
891 sf_count_t total = 0 ;
899 ulaw2i_array (ubuf.ucbuf, readcount, ptr + total) ;
900 total += readcount ;
906 return total ;
913 sf_count_t total = 0 ;
924 ulaw2f_array (ubuf.ucbuf, readcount, ptr + total, normfact) ;
925 total += readcount ;
931 return total ;
938 sf_count_t total = 0 ;
948 ulaw2d_array (ubuf.ucbuf, readcount, ptr + total, normfact) ;
949 total += readcount ;
955 return total ;
965 sf_count_t total = 0 ;
972 s2ulaw_array (ptr + total, bufferlen, ubuf.ucbuf) ;
974 total += writecount ;
980 return total ;
987 sf_count_t total = 0 ;
994 i2ulaw_array (ptr + total, bufferlen, ubuf.ucbuf) ;
996 total += writecount ;
1002 return total ;
1009 sf_count_t total = 0 ;
1020 f2ulaw_array (ptr + total, bufferlen, ubuf.ucbuf, normfact) ;
1022 total += writecount ;
1028 return total ;
1035 sf_count_t total = 0 ;
1046 d2ulaw_array (ptr + total, bufferlen, ubuf.ucbuf, normfact) ;
1048 total += writecount ;
1054 return total ;