Lines Matching defs:total
463 UInt32 total;
470 total = (UInt32)_extraSizes[state];
471 for (UInt32 i = 0; i < total; i++)
480 UInt32 curSize = _bufsSizes[state] - total;
490 const HRESULT hres = inStream->Read(_bufs[state] + total, curSize, &curSize);
495 total += curSize;
499 while (total < 4 && BCJ2_IS_32BIT_STREAM(state));
504 if (total == 0)
509 const unsigned extra = ((unsigned)total & 3);
511 if (total < 4)
517 total -= extra;
520 dec.lims[state] += total; // = _bufs[state] + total;