Home
last modified time | relevance | path

Searched defs:_cyclicBufferPos (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CS/7zip/Compress/LZ/
DLzBinTree.cs9 UInt32 _cyclicBufferPos; field in SevenZip.Compression.LZ.BinTree
/external/lzma/C/
DLzFind.c358 UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue, in Hc_GetMatchesSpec()
389 UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue, in GetMatchesSpec1()
444 UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue) in SkipMatchesSpec()
DLzFindMt.c237 UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 _cutValue, in GetMatchesSpecN()
/external/lzma/Java/SevenZip/Compression/LZ/
DBinTree.java9 int _cyclicBufferPos; field in BinTree