Home
last modified time | relevance | path

Searched refs:subValue (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzFind.c50 void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue) in MatchFinder_ReduceOffsets() argument
52 p->posLimit -= subValue; in MatchFinder_ReduceOffsets()
53 p->pos -= subValue; in MatchFinder_ReduceOffsets()
54 p->streamPos -= subValue; in MatchFinder_ReduceOffsets()
280 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numItems) in MatchFinder_Normalize3() argument
286 if (value <= subValue) in MatchFinder_Normalize3()
289 value -= subValue; in MatchFinder_Normalize3()
296 UInt32 subValue = MatchFinder_GetSubValue(p); in MatchFinder_Normalize() local
297 MatchFinder_Normalize3(subValue, p->hash, p->hashSizeSum + p->numSons); in MatchFinder_Normalize()
298 MatchFinder_ReduceOffsets(p, subValue); in MatchFinder_Normalize()
DLzFind.h69 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numItems);
70 void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue);
DLzFindMt.c191 UInt32 subValue = (mf->pos - mf->historySize - 1); in HashThreadFunc() local
192 MatchFinder_ReduceOffsets(mf, subValue); in HashThreadFunc()
193 MatchFinder_Normalize3(subValue, mf->hash + mf->fixedHashSize, mf->hashMask + 1); in HashThreadFunc()
393 UInt32 subValue = p->pos - p->cyclicBufferSize; in BtFillBlock() local
394 MatchFinder_Normalize3(subValue, p->son, p->cyclicBufferSize * 2); in BtFillBlock()
395 p->pos -= subValue; in BtFillBlock()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzFind.c69 void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue) in MatchFinder_ReduceOffsets() argument
71 p->posLimit -= subValue; in MatchFinder_ReduceOffsets()
72 p->pos -= subValue; in MatchFinder_ReduceOffsets()
73 p->streamPos -= subValue; in MatchFinder_ReduceOffsets()
299 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numItems) in MatchFinder_Normalize3() argument
305 if (value <= subValue) in MatchFinder_Normalize3()
308 value -= subValue; in MatchFinder_Normalize3()
315 UInt32 subValue = MatchFinder_GetSubValue(p); in MatchFinder_Normalize() local
316 MatchFinder_Normalize3(subValue, p->hash, p->hashSizeSum + p->numSons); in MatchFinder_Normalize()
317 MatchFinder_ReduceOffsets(p, subValue); in MatchFinder_Normalize()
DLzFind.h69 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numItems);
70 void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue);
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzFind.c69 void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue) in MatchFinder_ReduceOffsets() argument
71 p->posLimit -= subValue; in MatchFinder_ReduceOffsets()
72 p->pos -= subValue; in MatchFinder_ReduceOffsets()
73 p->streamPos -= subValue; in MatchFinder_ReduceOffsets()
299 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numItems) in MatchFinder_Normalize3() argument
305 if (value <= subValue) in MatchFinder_Normalize3()
308 value -= subValue; in MatchFinder_Normalize3()
315 UInt32 subValue = MatchFinder_GetSubValue(p); in MatchFinder_Normalize() local
316 MatchFinder_Normalize3(subValue, p->hash, p->hashSizeSum + p->numSons); in MatchFinder_Normalize()
317 MatchFinder_ReduceOffsets(p, subValue); in MatchFinder_Normalize()
DLzFind.h69 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numItems);
70 void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue);