Lines Matching refs:nowPos64
239 UInt64 nowPos64 = 0;
241 if (nowPos64 < outSize64)
248 nowPos64++;
250 while (nowPos64 < outSize64)
252 // UInt64 next = Math.Min(nowPos64 + (1 << 18), outSize64);
253 // while(nowPos64 < next)
255 uint posState = (uint)nowPos64 & m_PosStateMask;
262 (uint)nowPos64, prevByte, m_OutWindow.GetByte(rep0));
264 b = m_LiteralDecoder.DecodeNormal(m_RangeDecoder, (uint)nowPos64, prevByte);
267 nowPos64++;
280 nowPos64++;
333 if (rep0 >= m_OutWindow.TrainSize + nowPos64 || rep0 >= m_DictionarySizeCheck)
340 nowPos64 += len;