Searched refs:MatchFinder_Normalize3 (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/ |
D | LzFind.h | 69 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numItems);
|
D | LzFind.c | 299 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numItems) in MatchFinder_Normalize3() function 316 MatchFinder_Normalize3(subValue, p->hash, p->hashSizeSum + p->numSons); in MatchFinder_Normalize()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/ |
D | LzFind.h | 69 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numItems);
|
D | LzFindMt.c | 193 MatchFinder_Normalize3(subValue, mf->hash + mf->fixedHashSize, mf->hashMask + 1); in HashThreadFunc() 394 MatchFinder_Normalize3(subValue, p->son, p->cyclicBufferSize * 2); in BtFillBlock() 523 MatchFinder_Normalize3(p->lzPos - p->historySize - 1, p->hash, p->fixedHashSize); in MatchFinderMt_Normalize()
|
D | LzFind.c | 280 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numItems) in MatchFinder_Normalize3() function 297 MatchFinder_Normalize3(subValue, p->hash, p->hashSizeSum + p->numSons); in MatchFinder_Normalize()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/ |
D | LzFind.h | 69 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numItems);
|
D | LzFind.c | 299 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numItems) in MatchFinder_Normalize3() function 316 MatchFinder_Normalize3(subValue, p->hash, p->hashSizeSum + p->numSons); in MatchFinder_Normalize()
|