Home
last modified time | relevance | path

Searched refs:nowPos (Results 1 – 5 of 5) sorted by relevance

/external/lzma/CPP/7zip/Compress/
DBcj2Coder.cpp87 UInt32 nowPos = 0; in CodeReal() local
157 UInt32 dest = (nowPos + bufPos + 5) + src; in CodeReal()
218 nowPos += bufPos; in CodeReal()
/external/lzma/Java/SevenZip/Compression/LZMA/
DEncoder.java1055 void Flush(int nowPos) throws IOException in Flush() argument
1058 WriteEndMarker(nowPos & _posStateMask); in Flush()
/external/lzma/CS/7zip/Compress/LZMA/
DLzmaEncoder.cs1055 void Flush(UInt32 nowPos) in Flush() argument
1058 WriteEndMarker(nowPos & _posStateMask); in Flush()
/external/libgdx/gdx/src/com/badlogic/gdx/utils/compression/lzma/
DEncoder.java938 void Flush (int nowPos) throws IOException { in Flush() argument
940 WriteEndMarker(nowPos & _posStateMask); in Flush()
/external/lzma/C/
DLzmaEnc.c1636 static SRes Flush(CLzmaEnc *p, UInt32 nowPos) in Flush() argument
1641 WriteEndMarker(p, nowPos & p->pbMask); in Flush()