Home
last modified time | relevance | path

Searched refs:HASH_ZIP_CALC (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzHash.h37 #define HASH_ZIP_CALC hashValue = ((cur[2] | ((UInt32)cur[0] << 8)) ^ p->crc[cur[1]]) & 0xFFFF; macro
DLzFind.c508 HASH_ZIP_CALC; in Bt3Zip_MatchFinder_GetMatches()
648 HASH_ZIP_CALC; in Hc3Zip_MatchFinder_GetMatches()
674 HASH_ZIP_CALC; in Bt3Zip_MatchFinder_Skip()
735 HASH_ZIP_CALC; in Hc3Zip_MatchFinder_Skip()
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzHash.h37 #define HASH_ZIP_CALC hashValue = ((cur[2] | ((UInt32)cur[0] << 8)) ^ p->crc[cur[1]]) & 0xFFFF; macro
DLzFind.c489 HASH_ZIP_CALC; in Bt3Zip_MatchFinder_GetMatches()
629 HASH_ZIP_CALC; in Hc3Zip_MatchFinder_GetMatches()
655 HASH_ZIP_CALC; in Bt3Zip_MatchFinder_Skip()
716 HASH_ZIP_CALC; in Hc3Zip_MatchFinder_Skip()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzHash.h37 #define HASH_ZIP_CALC hashValue = ((cur[2] | ((UInt32)cur[0] << 8)) ^ p->crc[cur[1]]) & 0xFFFF; macro
DLzFind.c508 HASH_ZIP_CALC; in Bt3Zip_MatchFinder_GetMatches()
648 HASH_ZIP_CALC; in Hc3Zip_MatchFinder_GetMatches()
674 HASH_ZIP_CALC; in Bt3Zip_MatchFinder_Skip()
735 HASH_ZIP_CALC; in Hc3Zip_MatchFinder_Skip()