Searched defs:_streamPos (Results 1 – 5 of 5) sorted by relevance
/external/lzma/CS/7zip/Compress/LZ/ | ||
D | LzOutWindow.cs | 10 uint _streamPos; field in SevenZip.Compression.LZ.OutWindow |
D | LzInWindow.cs | 22 public UInt32 _streamPos; // offset (from _buffer) of first not read byte from Stream field in SevenZip.Compression.LZ.InWindow |
/external/lzma/CPP/7zip/Common/ | ||
D | OutBuffer.h | 23 UInt32 _streamPos; variable |
/external/lzma/Java/SevenZip/Compression/LZ/ | ||
D | OutWindow.java | 12 int _streamPos; field in OutWindow |
D | InWindow.java | 22 public int _streamPos; // offset (from _buffer) of first not read byte from Stream field in InWindow |