Home | History | Annotate | Download | only in source

Lines Matching refs:total

181 				uint32 total = 0;
193 total += value;
201 total += value;
209 total += value;
217 total += value;
230 total += value;
238 total += value;
246 total += value;
254 total += value;
262 *dPtr = (uint16) ((total + 2) >> 2);
269 *dPtr = (uint16) ((total + (count >> 1)) / count);
995 uint32 total = 0;
1000 total += est0;
1006 total += est1;
1012 total += est2;
1018 total += est3;
1022 uint32 estimate = (total + (count >> 1)) / count;
1074 uint32 total = 0;
1088 total += p [offset.v * buffer.fRowStep +
1100 uint32 estimate = (total + (count >> 1)) / count;
1465 uint32 total = 0;
1470 total += est0;
1476 total += est1;
1482 total += est2;
1488 total += est3;
1494 total += est4;
1500 total += est5;
1506 total += est6;
1510 uint32 estimate = (total + (count >> 1)) / count;
1653 uint32 total = 0;
1672 total += p [offset.v * buffer.fRowStep +
1684 uint32 estimate = (total + (count >> 1)) / count;