Lines Matching defs:total
368 sf_count_t total = 0 ;
376 alaw2s_array (ubuf.ucbuf, readcount, ptr + total) ;
377 total += readcount ;
383 return total ;
390 sf_count_t total = 0 ;
398 alaw2i_array (ubuf.ucbuf, readcount, ptr + total) ;
399 total += readcount ;
405 return total ;
412 sf_count_t total = 0 ;
423 alaw2f_array (ubuf.ucbuf, readcount, ptr + total, normfact) ;
424 total += readcount ;
430 return total ;
437 sf_count_t total = 0 ;
447 alaw2d_array (ubuf.ucbuf, readcount, ptr + total, normfact) ;
448 total += readcount ;
454 return total ;
464 sf_count_t total = 0 ;
471 s2alaw_array (ptr + total, bufferlen, ubuf.ucbuf) ;
473 total += writecount ;
479 return total ;
486 sf_count_t total = 0 ;
493 i2alaw_array (ptr + total, bufferlen, ubuf.ucbuf) ;
495 total += writecount ;
501 return total ;
508 sf_count_t total = 0 ;
518 f2alaw_array (ptr + total, bufferlen, ubuf.ucbuf, normfact) ;
520 total += writecount ;
526 return total ;
533 sf_count_t total = 0 ;
543 d2alaw_array (ptr + total, bufferlen, ubuf.ucbuf, normfact) ;
545 total += writecount ;
551 return total ;