Home
last modified time | relevance | path

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

/external/lzma/C/
DLzFind.c514 curMatch = p->hash[kFix3HashSize + hashValue]; in Bt3_MatchFinder_GetMatches()
517 p->hash[kFix3HashSize + hashValue] = p->pos; in Bt3_MatchFinder_GetMatches()
547 delta3 = p->pos - p->hash[kFix3HashSize + hash3Value]; in Bt4_MatchFinder_GetMatches()
551 p->hash[kFix3HashSize + hash3Value] = in Bt4_MatchFinder_GetMatches()
594 delta3 = p->pos - p->hash[kFix3HashSize + hash3Value]; in Hc4_MatchFinder_GetMatches()
598 p->hash[kFix3HashSize + hash3Value] = in Hc4_MatchFinder_GetMatches()
680 curMatch = p->hash[kFix3HashSize + hashValue]; in Bt3_MatchFinder_Skip()
682 p->hash[kFix3HashSize + hashValue] = p->pos; in Bt3_MatchFinder_Skip()
697 p->hash[kFix3HashSize + hash3Value] = p->pos; in Bt4_MatchFinder_Skip()
713 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] =