Lines Matching refs:totalRead
180 UInt64 totalRead = 0; // size read from input stream
200 inPos_with_Temp = totalRead - (size_t)(srcLim_Read - enc.src);
240 totalRead += curSize;
292 (nextPos < totalRead
293 || (nextPos <= totalRead && readWasFinished));
297 But only (totalRead) and (readWasFinished) values
350 (totalRead <= real_end_of_subStream)
351 so we can use BCJ2_ENC_FINISH_MODE_CONTINUE up to (totalRead)
371 /* (real_end_of_subStream == nextPos <= totalRead)
373 const size_t rem = (size_t)(totalRead - nextPos);