Home
last modified time | relevance | path

Searched defs:_bufferBase (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/Common/
DInBuffer.h21 Byte *_bufferBase; variable
/external/lzma/CS/7zip/Compress/LZ/
DLzInWindow.cs9 public Byte[] _bufferBase = null; // pointer to buffer with data field in SevenZip.Compression.LZ.InWindow
/external/lzma/Java/SevenZip/Compression/LZ/
DInWindow.java9 public byte[] _bufferBase; // pointer to buffer with data field in InWindow