Searched refs:nowPos (Results 1 – 5 of 5) sorted by relevance
87 UInt32 nowPos = 0; in CodeReal() local157 UInt32 dest = (nowPos + bufPos + 5) + src; in CodeReal()218 nowPos += bufPos; in CodeReal()
1055 void Flush(int nowPos) throws IOException in Flush() argument1058 WriteEndMarker(nowPos & _posStateMask); in Flush()
1055 void Flush(UInt32 nowPos) in Flush() argument1058 WriteEndMarker(nowPos & _posStateMask); in Flush()
938 void Flush (int nowPos) throws IOException { in Flush() argument940 WriteEndMarker(nowPos & _posStateMask); in Flush()
1636 static SRes Flush(CLzmaEnc *p, UInt32 nowPos) in Flush() argument1641 WriteEndMarker(p, nowPos & p->pbMask); in Flush()