Home
last modified time | relevance | path

Searched refs:lenLimit (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzFind.c253 UInt32 lenLimit = p->streamPos - p->pos; in MatchFinder_SetLimits() local
254 if (lenLimit > p->matchMaxLen) in MatchFinder_SetLimits()
255 lenLimit = p->matchMaxLen; in MatchFinder_SetLimits()
256 p->lenLimit = lenLimit; in MatchFinder_SetLimits()
312 static UInt32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CL… in Hc_GetMatchesSpec() argument
328 while (++len != lenLimit) in Hc_GetMatchesSpec()
335 if (len == lenLimit) in Hc_GetMatchesSpec()
343 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, in GetMatchesSpec1() argument
364 if (++len != lenLimit && pb[len] == cur[len]) in GetMatchesSpec1()
365 while (++len != lenLimit) in GetMatchesSpec1()
[all …]
DLzFindMt.c234 Int32 NO_INLINE GetMatchesSpecN(UInt32 lenLimit, UInt32 pos, const Byte *cur, CLzRef *son, in GetMatchesSpecN() argument
262 if (++len != lenLimit && pb[len] == cur[len]) in GetMatchesSpecN()
263 while (++len != lenLimit) in GetMatchesSpecN()
270 if (len == lenLimit) in GetMatchesSpecN()
331 UInt32 lenLimit = p->matchMaxLen; in BtGetMatches() local
334 if (lenLimit >= p->hashNumAvail) in BtGetMatches()
335 lenLimit = p->hashNumAvail; in BtGetMatches()
337 UInt32 size2 = p->hashNumAvail - lenLimit + 1; in BtGetMatches()
348 UInt32 num = (UInt32)(GetMatchesSpec1(lenLimit, pos - p->hashBuf[p->hashBufPos++], in BtGetMatches()
360 …curPos = limit - GetMatchesSpecN(lenLimit, pos, p->buffer, p->son, cyclicBufferPos, p->cyclicBuffe… in BtGetMatches()
DLzFind.h17 UInt32 lenLimit; member
72 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *buffer, CLzRef *…
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzFind.c272 UInt32 lenLimit = p->streamPos - p->pos; in MatchFinder_SetLimits() local
273 if (lenLimit > p->matchMaxLen) in MatchFinder_SetLimits()
274 lenLimit = p->matchMaxLen; in MatchFinder_SetLimits()
275 p->lenLimit = lenLimit; in MatchFinder_SetLimits()
331 static UInt32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CL… in Hc_GetMatchesSpec() argument
347 while (++len != lenLimit) in Hc_GetMatchesSpec()
354 if (len == lenLimit) in Hc_GetMatchesSpec()
362 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, in GetMatchesSpec1() argument
383 if (++len != lenLimit && pb[len] == cur[len]) in GetMatchesSpec1()
384 while (++len != lenLimit) in GetMatchesSpec1()
[all …]
DLzFind.h17 UInt32 lenLimit; member
72 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *buffer, CLzRef *…
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzFind.c272 UInt32 lenLimit = p->streamPos - p->pos; in MatchFinder_SetLimits() local
273 if (lenLimit > p->matchMaxLen) in MatchFinder_SetLimits()
274 lenLimit = p->matchMaxLen; in MatchFinder_SetLimits()
275 p->lenLimit = lenLimit; in MatchFinder_SetLimits()
331 static UInt32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CL… in Hc_GetMatchesSpec() argument
347 while (++len != lenLimit) in Hc_GetMatchesSpec()
354 if (len == lenLimit) in Hc_GetMatchesSpec()
362 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, in GetMatchesSpec1() argument
383 if (++len != lenLimit && pb[len] == cur[len]) in GetMatchesSpec1()
384 while (++len != lenLimit) in GetMatchesSpec1()
[all …]
DLzFind.h17 UInt32 lenLimit; member
72 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *buffer, CLzRef *…