Searched refs:cyclicBufferPos (Results 1 – 8 of 8) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/ |
D | LzFindMt.c | 339 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()
|
D | LzFind.c | 269 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()
|
D | LzFindMt.h | 79 UInt32 cyclicBufferPos; member
|
D | LzFind.h | 21 UInt32 cyclicBufferPos; member
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/ |
D | LzFind.c | 271 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()
|
D | LzFind.h | 21 UInt32 cyclicBufferPos; member
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/ |
D | LzFind.c | 271 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()
|
D | LzFind.h | 21 UInt32 cyclicBufferPos; member
|