Home
last modified time | relevance | path

Searched refs:nowPos (Results 1 - 3 of 3) sorted by relevance

/third_party/lzma/Java/SevenZip/Compression/LZMA/
H A DEncoder.java1055 void Flush(int nowPos) throws IOException in Flush() argument
1058 WriteEndMarker(nowPos & _posStateMask); in Flush()
/third_party/lzma/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs1055 void Flush(UInt32 nowPos) in Flush() argument
1058 WriteEndMarker(nowPos & _posStateMask); in Flush()
/third_party/lzma/C/
H A DLzmaEnc.c2190 Z7_NO_INLINE static SRes Flush(CLzmaEnc *p, UInt32 nowPos) in Flush() argument
2195 WriteEndMarker(p, nowPos & p->pbMask); in Flush()

Completed in 9 milliseconds