Home
last modified time | relevance | path

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

/external/chromium_org/third_party/lzma_sdk/
DLzFind.c548 curMatch = p->hash[kFix4HashSize + hashValue]; in Bt4_MatchFinder_GetMatches()
552 p->hash[kFix4HashSize + hashValue] = p->pos; in Bt4_MatchFinder_GetMatches()
595 curMatch = p->hash[kFix4HashSize + hashValue]; in Hc4_MatchFinder_GetMatches()
599 p->hash[kFix4HashSize + hashValue] = p->pos; in Hc4_MatchFinder_GetMatches()
695 curMatch = p->hash[kFix4HashSize + hashValue]; in Bt4_MatchFinder_Skip()
698 p->hash[kFix4HashSize + hashValue] = p->pos; in Bt4_MatchFinder_Skip()
711 curMatch = p->hash[kFix4HashSize + hashValue]; in Hc4_MatchFinder_Skip()
714 p->hash[kFix4HashSize + hashValue] = p->pos; in Hc4_MatchFinder_Skip()
DLzHash.h12 #define kFix4HashSize (kHash2Size + kHash3Size) macro
/external/lzma/C/
DLzFind.c548 curMatch = p->hash[kFix4HashSize + hashValue]; in Bt4_MatchFinder_GetMatches()
552 p->hash[kFix4HashSize + hashValue] = p->pos; in Bt4_MatchFinder_GetMatches()
595 curMatch = p->hash[kFix4HashSize + hashValue]; in Hc4_MatchFinder_GetMatches()
599 p->hash[kFix4HashSize + hashValue] = p->pos; in Hc4_MatchFinder_GetMatches()
695 curMatch = p->hash[kFix4HashSize + hashValue]; in Bt4_MatchFinder_Skip()
698 p->hash[kFix4HashSize + hashValue] = p->pos; in Bt4_MatchFinder_Skip()
711 curMatch = p->hash[kFix4HashSize + hashValue]; in Hc4_MatchFinder_Skip()
714 p->hash[kFix4HashSize + hashValue] = p->pos; in Hc4_MatchFinder_Skip()
DLzHash.h12 #define kFix4HashSize (kHash2Size + kHash3Size) macro
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
DLzFind.c549 curMatch = p->hash[kFix4HashSize + hashValue]; in Bt4_MatchFinder_GetMatches()
553 p->hash[kFix4HashSize + hashValue] = p->pos; in Bt4_MatchFinder_GetMatches()
596 curMatch = p->hash[kFix4HashSize + hashValue]; in Hc4_MatchFinder_GetMatches()
600 p->hash[kFix4HashSize + hashValue] = p->pos; in Hc4_MatchFinder_GetMatches()
696 curMatch = p->hash[kFix4HashSize + hashValue]; in Bt4_MatchFinder_Skip()
699 p->hash[kFix4HashSize + hashValue] = p->pos; in Bt4_MatchFinder_Skip()
712 curMatch = p->hash[kFix4HashSize + hashValue]; in Hc4_MatchFinder_Skip()
715 p->hash[kFix4HashSize + hashValue] = p->pos; in Hc4_MatchFinder_Skip()
DLzHash.h13 #define kFix4HashSize (kHash2Size + kHash3Size) macro
/external/chromium_org/third_party/brotli/src/
Dots-lzma.patch303 +#define kFix4HashSize (kHash2Size + kHash3Size)
2681 + curMatch = p->hash[kFix4HashSize + hashValue];
2685 + p->hash[kFix4HashSize + hashValue] = p->pos;
2728 + curMatch = p->hash[kFix4HashSize + hashValue];
2732 + p->hash[kFix4HashSize + hashValue] = p->pos;
2828 + curMatch = p->hash[kFix4HashSize + hashValue];
2831 + p->hash[kFix4HashSize + hashValue] = p->pos;
2844 + curMatch = p->hash[kFix4HashSize + hashValue];
2847 + p->hash[kFix4HashSize + hashValue] = p->pos;