Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzFind.c312 static UInt32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CL… in Hc_GetMatchesSpec() argument
316 son[_cyclicBufferPos] = curMatch; in Hc_GetMatchesSpec()
319 UInt32 delta = pos - curMatch; in Hc_GetMatchesSpec()
324curMatch = son[_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize : 0)]; in Hc_GetMatchesSpec()
343 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, in GetMatchesSpec1() argument
352 UInt32 delta = pos - curMatch; in GetMatchesSpec1()
382 *ptr1 = curMatch; in GetMatchesSpec1()
384 curMatch = *ptr1; in GetMatchesSpec1()
389 *ptr0 = curMatch; in GetMatchesSpec1()
391 curMatch = *ptr0; in GetMatchesSpec1()
[all …]
DLzFindMt.c241 UInt32 curMatch = pos - *hash++; in GetMatchesSpecN() local
250 UInt32 delta = pos - curMatch; in GetMatchesSpecN()
280 *ptr1 = curMatch; in GetMatchesSpecN()
282 curMatch = *ptr1; in GetMatchesSpecN()
287 *ptr0 = curMatch; in GetMatchesSpecN()
289 curMatch = *ptr0; in GetMatchesSpecN()
DLzFind.h72 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *buffer, CLzRef *…
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzFind.c331 static UInt32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CL… in Hc_GetMatchesSpec() argument
335 son[_cyclicBufferPos] = curMatch; in Hc_GetMatchesSpec()
338 UInt32 delta = pos - curMatch; in Hc_GetMatchesSpec()
343curMatch = son[_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize : 0)]; in Hc_GetMatchesSpec()
362 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, in GetMatchesSpec1() argument
371 UInt32 delta = pos - curMatch; in GetMatchesSpec1()
401 *ptr1 = curMatch; in GetMatchesSpec1()
403 curMatch = *ptr1; in GetMatchesSpec1()
408 *ptr0 = curMatch; in GetMatchesSpec1()
410 curMatch = *ptr0; in GetMatchesSpec1()
[all …]
DLzFind.h72 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *buffer, CLzRef *…
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzFind.c331 static UInt32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CL… in Hc_GetMatchesSpec() argument
335 son[_cyclicBufferPos] = curMatch; in Hc_GetMatchesSpec()
338 UInt32 delta = pos - curMatch; in Hc_GetMatchesSpec()
343curMatch = son[_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize : 0)]; in Hc_GetMatchesSpec()
362 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, in GetMatchesSpec1() argument
371 UInt32 delta = pos - curMatch; in GetMatchesSpec1()
401 *ptr1 = curMatch; in GetMatchesSpec1()
403 curMatch = *ptr1; in GetMatchesSpec1()
408 *ptr0 = curMatch; in GetMatchesSpec1()
410 curMatch = *ptr0; in GetMatchesSpec1()
[all …]
DLzFind.h72 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *buffer, CLzRef *…