Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzFindMt.h56 UInt32 fixedHashSize; member
DLzFind.c184 p->fixedHashSize = 0; in MatchFinder_Create()
207 if (p->numHashBytes > 2) p->fixedHashSize += kHash2Size; in MatchFinder_Create()
208 if (p->numHashBytes > 3) p->fixedHashSize += kHash3Size; in MatchFinder_Create()
209 if (p->numHashBytes > 4) p->fixedHashSize += kHash4Size; in MatchFinder_Create()
210 hs += p->fixedHashSize; in MatchFinder_Create()
DLzFindMt.c193 MatchFinder_Normalize3(subValue, mf->hash + mf->fixedHashSize, mf->hashMask + 1); in HashThreadFunc()
205 …mt->GetHeadsFunc(mf->buffer, mf->pos, mf->hash + mf->fixedHashSize, mf->hashMask, heads + 2, num, … in HashThreadFunc()
501 p->fixedHashSize = mf->fixedHashSize; in MatchFinderMt_Init()
523 MatchFinder_Normalize3(p->lzPos - p->historySize - 1, p->hash, p->fixedHashSize); in MatchFinderMt_Normalize()
DLzFind.h42 UInt32 fixedHashSize; member
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzFind.c203 p->fixedHashSize = 0; in MatchFinder_Create()
226 if (p->numHashBytes > 2) p->fixedHashSize += kHash2Size; in MatchFinder_Create()
227 if (p->numHashBytes > 3) p->fixedHashSize += kHash3Size; in MatchFinder_Create()
228 if (p->numHashBytes > 4) p->fixedHashSize += kHash4Size; in MatchFinder_Create()
229 hs += p->fixedHashSize; in MatchFinder_Create()
DLzFind.h42 UInt32 fixedHashSize; member
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzFind.c203 p->fixedHashSize = 0; in MatchFinder_Create()
226 if (p->numHashBytes > 2) p->fixedHashSize += kHash2Size; in MatchFinder_Create()
227 if (p->numHashBytes > 3) p->fixedHashSize += kHash3Size; in MatchFinder_Create()
228 if (p->numHashBytes > 4) p->fixedHashSize += kHash4Size; in MatchFinder_Create()
229 hs += p->fixedHashSize; in MatchFinder_Create()
DLzFind.h42 UInt32 fixedHashSize; member