Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzFind.c504 curMatch = p->hash[kFix3HashSize + hashValue]; in Bt3_MatchFinder_GetMatches()
507 p->hash[kFix3HashSize + hashValue] = p->pos; in Bt3_MatchFinder_GetMatches()
537 delta3 = p->pos - p->hash[kFix3HashSize + hash3Value]; in Bt4_MatchFinder_GetMatches()
541 p->hash[kFix3HashSize + hash3Value] = in Bt4_MatchFinder_GetMatches()
584 delta3 = p->pos - p->hash[kFix3HashSize + hash3Value]; in Hc4_MatchFinder_GetMatches()
588 p->hash[kFix3HashSize + hash3Value] = in Hc4_MatchFinder_GetMatches()
670 curMatch = p->hash[kFix3HashSize + hashValue]; in Bt3_MatchFinder_Skip()
672 p->hash[kFix3HashSize + hashValue] = p->pos; in Bt3_MatchFinder_Skip()
687 p->hash[kFix3HashSize + hash3Value] = p->pos; in Bt4_MatchFinder_Skip()
703 p->hash[kFix3HashSize + hash3Value] = in Hc4_MatchFinder_Skip()
DLzHash.h11 #define kFix3HashSize (kHash2Size) macro
DLzFindMt.c586 curMatch3 = hash[kFix3HashSize + hash3Value]; in MixMatches3()
589 hash[kFix3HashSize + hash3Value] = in MixMatches3()
738 hash[kFix3HashSize + hash3Value] =
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzFind.c523 curMatch = p->hash[kFix3HashSize + hashValue]; in Bt3_MatchFinder_GetMatches()
526 p->hash[kFix3HashSize + hashValue] = p->pos; in Bt3_MatchFinder_GetMatches()
556 delta3 = p->pos - p->hash[kFix3HashSize + hash3Value]; in Bt4_MatchFinder_GetMatches()
560 p->hash[kFix3HashSize + hash3Value] = in Bt4_MatchFinder_GetMatches()
603 delta3 = p->pos - p->hash[kFix3HashSize + hash3Value]; in Hc4_MatchFinder_GetMatches()
607 p->hash[kFix3HashSize + hash3Value] = in Hc4_MatchFinder_GetMatches()
689 curMatch = p->hash[kFix3HashSize + hashValue]; in Bt3_MatchFinder_Skip()
691 p->hash[kFix3HashSize + hashValue] = p->pos; in Bt3_MatchFinder_Skip()
706 p->hash[kFix3HashSize + hash3Value] = p->pos; in Bt4_MatchFinder_Skip()
722 p->hash[kFix3HashSize + hash3Value] = in Hc4_MatchFinder_Skip()
DLzHash.h11 #define kFix3HashSize (kHash2Size) macro
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzFind.c523 curMatch = p->hash[kFix3HashSize + hashValue]; in Bt3_MatchFinder_GetMatches()
526 p->hash[kFix3HashSize + hashValue] = p->pos; in Bt3_MatchFinder_GetMatches()
556 delta3 = p->pos - p->hash[kFix3HashSize + hash3Value]; in Bt4_MatchFinder_GetMatches()
560 p->hash[kFix3HashSize + hash3Value] = in Bt4_MatchFinder_GetMatches()
603 delta3 = p->pos - p->hash[kFix3HashSize + hash3Value]; in Hc4_MatchFinder_GetMatches()
607 p->hash[kFix3HashSize + hash3Value] = in Hc4_MatchFinder_GetMatches()
689 curMatch = p->hash[kFix3HashSize + hashValue]; in Bt3_MatchFinder_Skip()
691 p->hash[kFix3HashSize + hashValue] = p->pos; in Bt3_MatchFinder_Skip()
706 p->hash[kFix3HashSize + hash3Value] = p->pos; in Bt4_MatchFinder_Skip()
722 p->hash[kFix3HashSize + hash3Value] = in Hc4_MatchFinder_Skip()
DLzHash.h11 #define kFix3HashSize (kHash2Size) macro