Lines Matching defs:nextPos
254 UInt64 nextPos;
256 nextPos = subStream_StartPos + subStream_Size;
281 nextPos = subStream_StartPos + subStream_Size;
289 if (nextPos < subStream_StartPos)
292 (nextPos < totalRead
293 || (nextPos <= totalRead && readWasFinished));
296 /* (nextPos) is estimated end position of current sub_stream.
302 /* (nextPos < inPos_with_Temp) is unexpected case here, that we
307 if (nextPos < inPos_with_Temp)
320 if (nextPos <= inPos_with_Temp)
322 // (nextPos == inPos_with_Temp)
329 && (nextPos == inPos_with_Temp)
338 subStream_StartPos = nextPos;
371 /* (real_end_of_subStream == nextPos <= totalRead)
372 So we can use BCJ2_ENC_FINISH_MODE_END_BLOCK up to (nextPos). */
373 const size_t rem = (size_t)(totalRead - nextPos);