Searched defs:matchMaxLen (Results 1 - 7 of 7) sorted by relevance
/third_party/lzma/CS/7zip/Compress/LZ/ |
H A D | IMatchFinder.cs | 19 Create(UInt32 historySize, UInt32 keepAddBufferBefore, UInt32 matchMaxLen, UInt32 keepAddBufferAfter) Create() argument
|
H A D | LzBinTree.cs | 79 Create(UInt32 historySize, UInt32 keepAddBufferBefore, UInt32 matchMaxLen, UInt32 keepAddBufferAfter) Create() argument
|
/third_party/lzma/Java/SevenZip/Compression/LZ/ |
H A D | BinTree.java | 79 Create(int historySize, int keepAddBufferBefore, int matchMaxLen, int keepAddBufferAfter) Create() argument
|
/third_party/lzma/C/ |
H A D | LzFind.h | 29 UInt32 matchMaxLen;
member
|
H A D | LzFindMt.h | 77 UInt32 matchMaxLen;
member
|
H A D | LzFind.c | 370 MatchFinder_Create(CMatchFinder *p, UInt32 historySize, UInt32 keepAddBufferBefore, UInt32 matchMaxLen, UInt32 keepAddBufferAfter, ISzAllocPtr alloc) MatchFinder_Create() argument
|
H A D | LzFindMt.c | 848 MatchFinderMt_Create(CMatchFinderMt *p, UInt32 historySize, UInt32 keepAddBufferBefore, UInt32 matchMaxLen, UInt32 keepAddBufferAfter, ISzAllocPtr alloc) MatchFinderMt_Create() argument
|
Completed in 7 milliseconds