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.c218 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()
DLzFindMt.c340 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()
DLzFindMt.h78 UInt32 cyclicBufferSize; /* it must be historySize + 1 */ member
DLzFind.h20 UInt32 cyclicBufferSize; /* it must be = (historySize + 1) */ member
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzFind.c237 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()
DLzFind.h20 UInt32 cyclicBufferSize; /* it must be = (historySize + 1) */ member
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzFind.c237 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()
DLzFind.h20 UInt32 cyclicBufferSize; /* it must be = (historySize + 1) */ member