Lines Matching defs:total
464 sf_count_t total = 0 ;
479 ptr [total + k] = iptr [k] >> 16 ;
482 total += readcount ;
486 return total ;
494 sf_count_t total = 0 ;
509 ptr [total + k] = iptr [k] ;
512 total += readcount ;
516 return total ;
524 sf_count_t total = 0 ;
542 ptr [total + k] = normfact * iptr [k] ;
545 total += readcount ;
549 return total ;
557 sf_count_t total = 0 ;
575 ptr [total + k] = normfact * iptr [k] ;
578 total += readcount ;
582 return total ;
644 sf_count_t total = 0 ;
659 total += writecount ;
667 return total ;
675 sf_count_t total = 0 ;
690 total += writecount ;
698 return total ;
707 sf_count_t total = 0 ;
723 total += writecount ;
731 return total ;
740 sf_count_t total = 0 ;
756 total += writecount ;
764 return total ;