Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzFind.c240 p->cyclicBufferSize = newCyclicBufferSize; in MatchFinder_Create()
269 UInt32 limit2 = p->cyclicBufferSize - p->cyclicBufferPos; in MatchFinder_SetLimits()
305 p->pos = p->streamPos = p->cyclicBufferSize; in MatchFinder_Init_2()
352 if (p->cyclicBufferPos == p->cyclicBufferSize) in MatchFinder_CheckLimits()
510 #define MF_PARAMS(p) p->pos, p->buffer, p->son, p->cyclicBufferPos, p->cyclicBufferSize, p->cutValue
569 if (d2 < p->cyclicBufferSize && *(cur - d2) == *cur) in Bt3_MatchFinder_GetMatches()
608 if (d2 < p->cyclicBufferSize && *(cur - d2) == *cur) in Bt4_MatchFinder_GetMatches()
615 if (d2 != d3 && d3 < p->cyclicBufferSize && *(cur - d3) == *cur) in Bt4_MatchFinder_GetMatches()
740 if (d2 < p->cyclicBufferSize && *(cur - d2) == *cur) in Hc4_MatchFinder_GetMatches()
747 if (d2 != d3 && d3 < p->cyclicBufferSize && *(cur - d3) == *cur) in Hc4_MatchFinder_GetMatches()
DLzFindMt.c346 size2 = p->cyclicBufferSize - cyclicBufferPos; in BtGetMatches()
356 pos, p->buffer, p->son, cyclicBufferPos, p->cyclicBufferSize, p->cutValue, in BtGetMatches()
367 …etMatchesSpecN(lenLimit, pos, p->buffer, p->son, cyclicBufferPos, p->cyclicBufferSize, p->cutValue, in BtGetMatches()
379 if (cyclicBufferPos == p->cyclicBufferSize) in BtGetMatches()
401 UInt32 subValue = p->pos - p->cyclicBufferSize; in BtFillBlock()
402 MatchFinder_Normalize3(subValue, p->son, (size_t)p->cyclicBufferSize * 2); in BtFillBlock()
522 p->cyclicBufferSize = mf->cyclicBufferSize; in MatchFinderMt_Init()
DLzFindMt.h80 UInt32 cyclicBufferSize; /* it must be historySize + 1 */ member
DLzFind.h22 UInt32 cyclicBufferSize; /* it must be = (historySize + 1) */ member
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzFind.c242 p->cyclicBufferSize = newCyclicBufferSize; in MatchFinder_Create()
271 UInt32 limit2 = p->cyclicBufferSize - p->cyclicBufferPos; in MatchFinder_SetLimits()
307 p->pos = p->streamPos = p->cyclicBufferSize; in MatchFinder_Init_2()
354 if (p->cyclicBufferPos == p->cyclicBufferSize) in MatchFinder_CheckLimits()
512 #define MF_PARAMS(p) p->pos, p->buffer, p->son, p->cyclicBufferPos, p->cyclicBufferSize, p->cutValue
571 if (d2 < p->cyclicBufferSize && *(cur - d2) == *cur) in Bt3_MatchFinder_GetMatches()
610 if (d2 < p->cyclicBufferSize && *(cur - d2) == *cur) in Bt4_MatchFinder_GetMatches()
617 if (d2 != d3 && d3 < p->cyclicBufferSize && *(cur - d3) == *cur) in Bt4_MatchFinder_GetMatches()
742 if (d2 < p->cyclicBufferSize && *(cur - d2) == *cur) in Hc4_MatchFinder_GetMatches()
749 if (d2 != d3 && d3 < p->cyclicBufferSize && *(cur - d3) == *cur) in Hc4_MatchFinder_GetMatches()
DLzFind.h22 UInt32 cyclicBufferSize; /* it must be = (historySize + 1) */ member
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzFind.c242 p->cyclicBufferSize = newCyclicBufferSize; in MatchFinder_Create()
271 UInt32 limit2 = p->cyclicBufferSize - p->cyclicBufferPos; in MatchFinder_SetLimits()
307 p->pos = p->streamPos = p->cyclicBufferSize; in MatchFinder_Init_2()
354 if (p->cyclicBufferPos == p->cyclicBufferSize) in MatchFinder_CheckLimits()
512 #define MF_PARAMS(p) p->pos, p->buffer, p->son, p->cyclicBufferPos, p->cyclicBufferSize, p->cutValue
571 if (d2 < p->cyclicBufferSize && *(cur - d2) == *cur) in Bt3_MatchFinder_GetMatches()
610 if (d2 < p->cyclicBufferSize && *(cur - d2) == *cur) in Bt4_MatchFinder_GetMatches()
617 if (d2 != d3 && d3 < p->cyclicBufferSize && *(cur - d3) == *cur) in Bt4_MatchFinder_GetMatches()
742 if (d2 < p->cyclicBufferSize && *(cur - d2) == *cur) in Hc4_MatchFinder_GetMatches()
749 if (d2 != d3 && d3 < p->cyclicBufferSize && *(cur - d3) == *cur) in Hc4_MatchFinder_GetMatches()
DLzFind.h22 UInt32 cyclicBufferSize; /* it must be = (historySize + 1) */ member