Home
last modified time | relevance | path

Searched refs:cyclicBufferPos (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzFindMt.c339 UInt32 cyclicBufferPos = p->cyclicBufferPos; in BtGetMatches() local
346 size2 = p->cyclicBufferSize - cyclicBufferPos; in BtGetMatches()
356 pos, p->buffer, p->son, cyclicBufferPos, p->cyclicBufferSize, p->cutValue, in BtGetMatches()
360 cyclicBufferPos++; in BtGetMatches()
367 …curPos = limit - GetMatchesSpecN(lenLimit, pos, p->buffer, p->son, cyclicBufferPos, p->cyclicBuffe… in BtGetMatches()
370 cyclicBufferPos += posRes - pos; in BtGetMatches()
379 if (cyclicBufferPos == p->cyclicBufferSize) in BtGetMatches()
380 cyclicBufferPos = 0; in BtGetMatches()
381 p->cyclicBufferPos = cyclicBufferPos; in BtGetMatches()
521 p->cyclicBufferPos = mf->cyclicBufferPos; in MatchFinderMt_Init()
DLzFind.c269 UInt32 limit2 = p->cyclicBufferSize - p->cyclicBufferPos; in MatchFinder_SetLimits()
303 p->cyclicBufferPos = 0; in MatchFinder_Init_2()
352 if (p->cyclicBufferPos == p->cyclicBufferSize) in MatchFinder_CheckLimits()
353 p->cyclicBufferPos = 0; in MatchFinder_CheckLimits()
494 ++p->cyclicBufferPos; \
510 #define MF_PARAMS(p) p->pos, p->buffer, p->son, p->cyclicBufferPos, p->cyclicBufferSize, p->cutValue
761 p->son[p->cyclicBufferPos] = curMatch; in Hc4_MatchFinder_GetMatches()
960 p->son[p->cyclicBufferPos] = curMatch; in Hc4_MatchFinder_Skip()
996 p->son[p->cyclicBufferPos] = curMatch; in Hc3Zip_MatchFinder_Skip()
DLzFindMt.h79 UInt32 cyclicBufferPos; member
DLzFind.h21 UInt32 cyclicBufferPos; member
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzFind.c271 UInt32 limit2 = p->cyclicBufferSize - p->cyclicBufferPos; in MatchFinder_SetLimits()
305 p->cyclicBufferPos = 0; in MatchFinder_Init_2()
354 if (p->cyclicBufferPos == p->cyclicBufferSize) in MatchFinder_CheckLimits()
355 p->cyclicBufferPos = 0; in MatchFinder_CheckLimits()
496 ++p->cyclicBufferPos; \
512 #define MF_PARAMS(p) p->pos, p->buffer, p->son, p->cyclicBufferPos, p->cyclicBufferSize, p->cutValue
763 p->son[p->cyclicBufferPos] = curMatch; in Hc4_MatchFinder_GetMatches()
962 p->son[p->cyclicBufferPos] = curMatch; in Hc4_MatchFinder_Skip()
998 p->son[p->cyclicBufferPos] = curMatch; in Hc3Zip_MatchFinder_Skip()
DLzFind.h21 UInt32 cyclicBufferPos; member
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzFind.c271 UInt32 limit2 = p->cyclicBufferSize - p->cyclicBufferPos; in MatchFinder_SetLimits()
305 p->cyclicBufferPos = 0; in MatchFinder_Init_2()
354 if (p->cyclicBufferPos == p->cyclicBufferSize) in MatchFinder_CheckLimits()
355 p->cyclicBufferPos = 0; in MatchFinder_CheckLimits()
496 ++p->cyclicBufferPos; \
512 #define MF_PARAMS(p) p->pos, p->buffer, p->son, p->cyclicBufferPos, p->cyclicBufferSize, p->cutValue
763 p->son[p->cyclicBufferPos] = curMatch; in Hc4_MatchFinder_GetMatches()
962 p->son[p->cyclicBufferPos] = curMatch; in Hc4_MatchFinder_Skip()
998 p->son[p->cyclicBufferPos] = curMatch; in Hc3Zip_MatchFinder_Skip()
DLzFind.h21 UInt32 cyclicBufferPos; member