Lines Matching refs:total
140 PRUint32 total = 0;
156 total += writeCount;
165 printf("wrote %d bytes, time = %dms\n", total,
167 NS_ASSERTION(receiver->GetBytesRead() == total, "didn't read everything");
185 PRUint32 total = 0;
201 total += count;
203 printf("read %d bytes\n", total);
253 PRUint32 total = 0;
263 total += writeCount;
278 printf("wrote %d bytes\n", total);
486 PRUint32 total = 0;
496 total += writeCount;
503 printf("wrote total of %d bytes\n", total);