HomeSort by relevance Sort by last modified time
    Searched refs:matchMaxLen (Results 1 - 15 of 15) sorted by null

  /external/lzma/CS/7zip/Compress/LZ/
IMatchFinder.cs 20 UInt32 matchMaxLen, UInt32 keepAddBufferAfter);
LzBinTree.cs 80 UInt32 matchMaxLen, UInt32 keepAddBufferAfter)
84 _cutValue = 16 + (matchMaxLen >> 1);
87 matchMaxLen + keepAddBufferAfter) / 2 + 256;
89 base.Create(historySize + keepAddBufferBefore, matchMaxLen + keepAddBufferAfter, windowReservSize);
91 _matchMaxLen = matchMaxLen;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
LzFindMt.h 75 UInt32 matchMaxLen;
95 UInt32 matchMaxLen, UInt32 keepAddBufferAfter, ISzAlloc *alloc);
LzFind.h 29 UInt32 matchMaxLen;
70 keepAddBufferBefore + matchMaxLen + keepAddBufferAfter < 511MB
73 UInt32 keepAddBufferBefore, UInt32 matchMaxLen, UInt32 keepAddBufferAfter,
LzFind.c 178 UInt32 keepAddBufferBefore, UInt32 matchMaxLen, UInt32 keepAddBufferAfter,
193 sizeReserv += (keepAddBufferBefore + matchMaxLen + keepAddBufferAfter) / 2 + (1 << 19);
196 p->keepSizeAfter = matchMaxLen + keepAddBufferAfter;
204 p->matchMaxLen = matchMaxLen;
288 if (lenLimit > p->matchMaxLen)
289 lenLimit = p->matchMaxLen;
LzFindMt.c 317 UInt32 limit = kMtBtBlockSize - (p->matchMaxLen * 2);
337 UInt32 lenLimit = p->matchMaxLen;
475 UInt32 matchMaxLen, UInt32 keepAddBufferAfter, ISzAlloc *alloc)
479 if (kMtBtBlockSize <= matchMaxLen * 4)
490 if (!MatchFinder_Create(mf, historySize, keepAddBufferBefore, matchMaxLen, keepAddBufferAfter, alloc))
517 p->matchMaxLen = mf->matchMaxLen;
  /external/lzma/C/
LzFindMt.h 75 UInt32 matchMaxLen;
95 UInt32 matchMaxLen, UInt32 keepAddBufferAfter, ISzAlloc *alloc);
LzFind.h 29 UInt32 matchMaxLen;
70 keepAddBufferBefore + matchMaxLen + keepAddBufferAfter < 511MB
73 UInt32 keepAddBufferBefore, UInt32 matchMaxLen, UInt32 keepAddBufferAfter,
LzFind.c 178 UInt32 keepAddBufferBefore, UInt32 matchMaxLen, UInt32 keepAddBufferAfter,
193 sizeReserv += (keepAddBufferBefore + matchMaxLen + keepAddBufferAfter) / 2 + (1 << 19);
196 p->keepSizeAfter = matchMaxLen + keepAddBufferAfter;
204 p->matchMaxLen = matchMaxLen;
288 if (lenLimit > p->matchMaxLen)
289 lenLimit = p->matchMaxLen;
LzFindMt.c 317 UInt32 limit = kMtBtBlockSize - (p->matchMaxLen * 2);
337 UInt32 lenLimit = p->matchMaxLen;
475 UInt32 matchMaxLen, UInt32 keepAddBufferAfter, ISzAlloc *alloc)
479 if (kMtBtBlockSize <= matchMaxLen * 4)
490 if (!MatchFinder_Create(mf, historySize, keepAddBufferBefore, matchMaxLen, keepAddBufferAfter, alloc))
517 p->matchMaxLen = mf->matchMaxLen;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
LzFind.h 29 UInt32 matchMaxLen;
70 keepAddBufferBefore + matchMaxLen + keepAddBufferAfter < 511MB
73 UInt32 keepAddBufferBefore, UInt32 matchMaxLen, UInt32 keepAddBufferAfter,
LzFind.c 180 UInt32 keepAddBufferBefore, UInt32 matchMaxLen, UInt32 keepAddBufferAfter,
195 sizeReserv += (keepAddBufferBefore + matchMaxLen + keepAddBufferAfter) / 2 + (1 << 19);
198 p->keepSizeAfter = matchMaxLen + keepAddBufferAfter;
206 p->matchMaxLen = matchMaxLen;
290 if (lenLimit > p->matchMaxLen)
291 lenLimit = p->matchMaxLen;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
LzFind.h 29 UInt32 matchMaxLen;
70 keepAddBufferBefore + matchMaxLen + keepAddBufferAfter < 511MB
73 UInt32 keepAddBufferBefore, UInt32 matchMaxLen, UInt32 keepAddBufferAfter,
LzFind.c 180 UInt32 keepAddBufferBefore, UInt32 matchMaxLen, UInt32 keepAddBufferAfter,
195 sizeReserv += (keepAddBufferBefore + matchMaxLen + keepAddBufferAfter) / 2 + (1 << 19);
198 p->keepSizeAfter = matchMaxLen + keepAddBufferAfter;
206 p->matchMaxLen = matchMaxLen;
290 if (lenLimit > p->matchMaxLen)
291 lenLimit = p->matchMaxLen;
  /external/lzma/Java/SevenZip/Compression/LZ/
BinTree.java 80 int matchMaxLen, int keepAddBufferAfter)
84 _cutValue = 16 + (matchMaxLen >> 1);
87 matchMaxLen + keepAddBufferAfter) / 2 + 256;
89 super.Create(historySize + keepAddBufferBefore, matchMaxLen + keepAddBufferAfter, windowReservSize);
91 _matchMaxLen = matchMaxLen;

Completed in 249 milliseconds