Searched defs:historySize (Results 1 - 7 of 7) sorted by relevance
/third_party/lzma/CS/7zip/Compress/LZ/ |
H A D | IMatchFinder.cs | 19 void Create(UInt32 historySize, UInt32 keepAddBufferBefore,
in Create() argument
|
H A D | LzBinTree.cs | 79 public void Create(UInt32 historySize, UInt32 keepAddBufferBefore,
in Create() argument
|
/third_party/lzma/Java/SevenZip/Compression/LZ/ |
H A D | BinTree.java | 79 public boolean Create(int historySize, int keepAddBufferBefore,
in Create() argument
|
/third_party/lzma/C/ |
H A D | LzFind.h | 44 UInt32 historySize;
member
|
H A D | LzFindMt.h | 55 UInt32 historySize;
member
|
H A D | LzFind.c | 280 static UInt32 GetBlockSize(CMatchFinder *p, UInt32 historySize)
in GetBlockSize() argument 370 int MatchFinder_Create(CMatchFinder *p, UInt32 historySize,
in MatchFinder_Create() argument [all...] |
H A D | LzFindMt.c | 848 SRes MatchFinderMt_Create(CMatchFinderMt *p, UInt32 historySize, UInt32 keepAddBufferBefore,
in MatchFinderMt_Create() argument
|
Completed in 5 milliseconds