Searched refs:totalStreamRead (Results 1 – 1 of 1) sorted by relevance
151 UInt64 totalStreamRead = 0; // size read from InputStream in CodeReal() local187 bool isAccurateEnd = (newEndPos < totalStreamRead || in CodeReal()188 (newEndPos <= totalStreamRead && readWasFinished)); in CodeReal()202 size_t rem = (size_t)(totalStreamRead - newEndPos); in CodeReal()232 if (readWasFinished && totalStreamRead - currentInPos == Bcj2Enc_Get_InputData_Size(&enc)) in CodeReal()237 …currentInPos = totalStreamRead - numBytes_in_ReadBuf + (enc.src - _bufs[BCJ2_NUM_STREAMS]) - enc.t… in CodeReal()283 totalStreamRead += numBytes_in_ReadBuf; in CodeReal()