Searched refs:cyclicBufferSize (Results 1 – 8 of 8) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/ |
D | LzFind.c | 218 p->cyclicBufferSize = newCyclicBufferSize; in MatchFinder_Create() 239 UInt32 limit2 = p->cyclicBufferSize - p->cyclicBufferPos; in MatchFinder_SetLimits() 268 p->pos = p->streamPos = p->cyclicBufferSize; in MatchFinder_Init() 307 if (p->cyclicBufferPos == p->cyclicBufferSize) in MatchFinder_CheckLimits() 465 #define MF_PARAMS(p) p->pos, p->buffer, p->son, p->cyclicBufferPos, p->cyclicBufferSize, p->cutValue 512 if (delta2 < p->cyclicBufferSize && *(cur - delta2) == *cur) in Bt3_MatchFinder_GetMatches() 546 if (delta2 < p->cyclicBufferSize && *(cur - delta2) == *cur) in Bt4_MatchFinder_GetMatches() 552 if (delta2 != delta3 && delta3 < p->cyclicBufferSize && *(cur - delta3) == *cur) in Bt4_MatchFinder_GetMatches() 593 if (delta2 < p->cyclicBufferSize && *(cur - delta2) == *cur) in Hc4_MatchFinder_GetMatches() 599 if (delta2 != delta3 && delta3 < p->cyclicBufferSize && *(cur - delta3) == *cur) in Hc4_MatchFinder_GetMatches()
|
D | LzFindMt.c | 340 size2 = p->cyclicBufferSize - cyclicBufferPos; in BtGetMatches() 349 pos, p->buffer, p->son, cyclicBufferPos, p->cyclicBufferSize, p->cutValue, in BtGetMatches() 360 …etMatchesSpecN(lenLimit, pos, p->buffer, p->son, cyclicBufferPos, p->cyclicBufferSize, p->cutValue, in BtGetMatches() 372 if (cyclicBufferPos == p->cyclicBufferSize) in BtGetMatches() 393 UInt32 subValue = p->pos - p->cyclicBufferSize; in BtFillBlock() 394 MatchFinder_Normalize3(subValue, p->son, p->cyclicBufferSize * 2); in BtFillBlock() 510 p->cyclicBufferSize = mf->cyclicBufferSize; in MatchFinderMt_Init()
|
D | LzFindMt.h | 78 UInt32 cyclicBufferSize; /* it must be historySize + 1 */ member
|
D | LzFind.h | 20 UInt32 cyclicBufferSize; /* it must be = (historySize + 1) */ member
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/ |
D | LzFind.c | 237 p->cyclicBufferSize = newCyclicBufferSize; in MatchFinder_Create() 258 UInt32 limit2 = p->cyclicBufferSize - p->cyclicBufferPos; in MatchFinder_SetLimits() 287 p->pos = p->streamPos = p->cyclicBufferSize; in MatchFinder_Init() 326 if (p->cyclicBufferPos == p->cyclicBufferSize) in MatchFinder_CheckLimits() 484 #define MF_PARAMS(p) p->pos, p->buffer, p->son, p->cyclicBufferPos, p->cyclicBufferSize, p->cutValue 531 if (delta2 < p->cyclicBufferSize && *(cur - delta2) == *cur) in Bt3_MatchFinder_GetMatches() 565 if (delta2 < p->cyclicBufferSize && *(cur - delta2) == *cur) in Bt4_MatchFinder_GetMatches() 571 if (delta2 != delta3 && delta3 < p->cyclicBufferSize && *(cur - delta3) == *cur) in Bt4_MatchFinder_GetMatches() 612 if (delta2 < p->cyclicBufferSize && *(cur - delta2) == *cur) in Hc4_MatchFinder_GetMatches() 618 if (delta2 != delta3 && delta3 < p->cyclicBufferSize && *(cur - delta3) == *cur) in Hc4_MatchFinder_GetMatches()
|
D | LzFind.h | 20 UInt32 cyclicBufferSize; /* it must be = (historySize + 1) */ member
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/ |
D | LzFind.c | 237 p->cyclicBufferSize = newCyclicBufferSize; in MatchFinder_Create() 258 UInt32 limit2 = p->cyclicBufferSize - p->cyclicBufferPos; in MatchFinder_SetLimits() 287 p->pos = p->streamPos = p->cyclicBufferSize; in MatchFinder_Init() 326 if (p->cyclicBufferPos == p->cyclicBufferSize) in MatchFinder_CheckLimits() 484 #define MF_PARAMS(p) p->pos, p->buffer, p->son, p->cyclicBufferPos, p->cyclicBufferSize, p->cutValue 531 if (delta2 < p->cyclicBufferSize && *(cur - delta2) == *cur) in Bt3_MatchFinder_GetMatches() 565 if (delta2 < p->cyclicBufferSize && *(cur - delta2) == *cur) in Bt4_MatchFinder_GetMatches() 571 if (delta2 != delta3 && delta3 < p->cyclicBufferSize && *(cur - delta3) == *cur) in Bt4_MatchFinder_GetMatches() 612 if (delta2 < p->cyclicBufferSize && *(cur - delta2) == *cur) in Hc4_MatchFinder_GetMatches() 618 if (delta2 != delta3 && delta3 < p->cyclicBufferSize && *(cur - delta3) == *cur) in Hc4_MatchFinder_GetMatches()
|
D | LzFind.h | 20 UInt32 cyclicBufferSize; /* it must be = (historySize + 1) */ member
|