Home
last modified time | relevance | path

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

/external/chromium_org/third_party/lzma_sdk/
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
/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] =
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
DLzFind.c515 curMatch = p->hash[kFix3HashSize + hashValue]; in Bt3_MatchFinder_GetMatches()
518 p->hash[kFix3HashSize + hashValue] = p->pos; in Bt3_MatchFinder_GetMatches()
548 delta3 = p->pos - p->hash[kFix3HashSize + hash3Value]; in Bt4_MatchFinder_GetMatches()
552 p->hash[kFix3HashSize + hash3Value] = in Bt4_MatchFinder_GetMatches()
595 delta3 = p->pos - p->hash[kFix3HashSize + hash3Value]; in Hc4_MatchFinder_GetMatches()
599 p->hash[kFix3HashSize + hash3Value] = in Hc4_MatchFinder_GetMatches()
681 curMatch = p->hash[kFix3HashSize + hashValue]; in Bt3_MatchFinder_Skip()
683 p->hash[kFix3HashSize + hashValue] = p->pos; in Bt3_MatchFinder_Skip()
698 p->hash[kFix3HashSize + hash3Value] = p->pos; in Bt4_MatchFinder_Skip()
714 p->hash[kFix3HashSize + hash3Value] = in Hc4_MatchFinder_Skip()
DLzHash.h12 #define kFix3HashSize (kHash2Size) macro
/external/chromium_org/third_party/brotli/src/
Dots-lzma.patch302 +#define kFix3HashSize (kHash2Size)
2647 + curMatch = p->hash[kFix3HashSize + hashValue];
2650 + p->hash[kFix3HashSize + hashValue] = p->pos;
2680 + delta3 = p->pos - p->hash[kFix3HashSize + hash3Value];
2684 + p->hash[kFix3HashSize + hash3Value] =
2727 + delta3 = p->pos - p->hash[kFix3HashSize + hash3Value];
2731 + p->hash[kFix3HashSize + hash3Value] =
2813 + curMatch = p->hash[kFix3HashSize + hashValue];
2815 + p->hash[kFix3HashSize + hashValue] = p->pos;
2830 + p->hash[kFix3HashSize + hash3Value] = p->pos;
[all …]