Searched refs:cyclicBufferPos (Results 1 – 8 of 8) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/ |
D | LzFindMt.c | 333 UInt32 cyclicBufferPos = p->cyclicBufferPos; in BtGetMatches() local 340 size2 = p->cyclicBufferSize - cyclicBufferPos; in BtGetMatches() 349 pos, p->buffer, p->son, cyclicBufferPos, p->cyclicBufferSize, p->cutValue, in BtGetMatches() 353 cyclicBufferPos++; in BtGetMatches() 360 …curPos = limit - GetMatchesSpecN(lenLimit, pos, p->buffer, p->son, cyclicBufferPos, p->cyclicBuffe… in BtGetMatches() 363 cyclicBufferPos += posRes - pos; in BtGetMatches() 372 if (cyclicBufferPos == p->cyclicBufferSize) in BtGetMatches() 373 cyclicBufferPos = 0; in BtGetMatches() 374 p->cyclicBufferPos = cyclicBufferPos; in BtGetMatches() 509 p->cyclicBufferPos = mf->cyclicBufferPos; in MatchFinderMt_Init()
|
D | LzFind.c | 239 UInt32 limit2 = p->cyclicBufferSize - p->cyclicBufferPos; in MatchFinder_SetLimits() 266 p->cyclicBufferPos = 0; in MatchFinder_Init() 307 if (p->cyclicBufferPos == p->cyclicBufferSize) in MatchFinder_CheckLimits() 308 p->cyclicBufferPos = 0; in MatchFinder_CheckLimits() 449 ++p->cyclicBufferPos; \ 465 #define MF_PARAMS(p) p->pos, p->buffer, p->son, p->cyclicBufferPos, p->cyclicBufferSize, p->cutValue 614 p->son[p->cyclicBufferPos] = curMatch; in Hc4_MatchFinder_GetMatches() 705 p->son[p->cyclicBufferPos] = curMatch; in Hc4_MatchFinder_Skip() 719 p->son[p->cyclicBufferPos] = curMatch; in Hc3Zip_MatchFinder_Skip()
|
D | LzFindMt.h | 77 UInt32 cyclicBufferPos; member
|
D | LzFind.h | 19 UInt32 cyclicBufferPos; member
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/ |
D | LzFind.c | 258 UInt32 limit2 = p->cyclicBufferSize - p->cyclicBufferPos; in MatchFinder_SetLimits() 285 p->cyclicBufferPos = 0; in MatchFinder_Init() 326 if (p->cyclicBufferPos == p->cyclicBufferSize) in MatchFinder_CheckLimits() 327 p->cyclicBufferPos = 0; in MatchFinder_CheckLimits() 468 ++p->cyclicBufferPos; \ 484 #define MF_PARAMS(p) p->pos, p->buffer, p->son, p->cyclicBufferPos, p->cyclicBufferSize, p->cutValue 633 p->son[p->cyclicBufferPos] = curMatch; in Hc4_MatchFinder_GetMatches() 724 p->son[p->cyclicBufferPos] = curMatch; in Hc4_MatchFinder_Skip() 738 p->son[p->cyclicBufferPos] = curMatch; in Hc3Zip_MatchFinder_Skip()
|
D | LzFind.h | 19 UInt32 cyclicBufferPos; member
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/ |
D | LzFind.c | 258 UInt32 limit2 = p->cyclicBufferSize - p->cyclicBufferPos; in MatchFinder_SetLimits() 285 p->cyclicBufferPos = 0; in MatchFinder_Init() 326 if (p->cyclicBufferPos == p->cyclicBufferSize) in MatchFinder_CheckLimits() 327 p->cyclicBufferPos = 0; in MatchFinder_CheckLimits() 468 ++p->cyclicBufferPos; \ 484 #define MF_PARAMS(p) p->pos, p->buffer, p->son, p->cyclicBufferPos, p->cyclicBufferSize, p->cutValue 633 p->son[p->cyclicBufferPos] = curMatch; in Hc4_MatchFinder_GetMatches() 724 p->son[p->cyclicBufferPos] = curMatch; in Hc4_MatchFinder_Skip() 738 p->son[p->cyclicBufferPos] = curMatch; in Hc3Zip_MatchFinder_Skip()
|
D | LzFind.h | 19 UInt32 cyclicBufferPos; member
|