Searched defs:_cyclicBufferSize (Results 1 – 4 of 4) sorted by relevance
/external/lzma/CS/7zip/Compress/LZ/ |
D | LzBinTree.cs | 10 UInt32 _cyclicBufferSize = 0; field in SevenZip.Compression.LZ.BinTree
|
/external/lzma/C/ |
D | LzFind.c | 390 UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue, in Hc_GetMatchesSpec() 466 UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue, in GetMatchesSpec1() 523 UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue) in SkipMatchesSpec()
|
D | LzFindMt.c | 246 size_t _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 _cutValue, in GetMatchesSpecN()
|
/external/lzma/Java/SevenZip/Compression/LZ/ |
D | BinTree.java | 10 int _cyclicBufferSize = 0; field in BinTree
|