Home
last modified time | relevance | path

Searched defs:keepAddBufferAfter (Results 1 – 6 of 6) sorted by relevance

/external/lzma/CS/7zip/Compress/LZ/
DIMatchFinder.cs20 UInt32 matchMaxLen, UInt32 keepAddBufferAfter); in Create()
DLzBinTree.cs80 UInt32 matchMaxLen, UInt32 keepAddBufferAfter) in Create()
/external/libgdx/gdx/src/com/badlogic/gdx/utils/compression/lz/
DBinTree.java60 …oolean Create (int historySize, int keepAddBufferBefore, int matchMaxLen, int keepAddBufferAfter) { in Create()
/external/lzma/Java/SevenZip/Compression/LZ/
DBinTree.java80 int matchMaxLen, int keepAddBufferAfter) in Create()
/external/lzma/C/
DLzFindMt.c467 UInt32 matchMaxLen, UInt32 keepAddBufferAfter, ISzAlloc *alloc) in MatchFinderMt_Create()
DLzFind.c174 UInt32 keepAddBufferBefore, UInt32 matchMaxLen, UInt32 keepAddBufferAfter, in MatchFinder_Create()