Searched refs:kFix4HashSize (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/lzma_sdk/
H A DLzHash.h12 #define kFix4HashSize (kHash2Size + kHash3Size) macro
H A DLzFind.c548 curMatch = p->hash[kFix4HashSize + hashValue];
552 p->hash[kFix4HashSize + hashValue] = p->pos;
595 curMatch = p->hash[kFix4HashSize + hashValue];
599 p->hash[kFix4HashSize + hashValue] = p->pos;
695 curMatch = p->hash[kFix4HashSize + hashValue];
698 p->hash[kFix4HashSize + hashValue] = p->pos;
711 curMatch = p->hash[kFix4HashSize + hashValue];
714 p->hash[kFix4HashSize + hashValue] = p->pos;
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DLzHash.h13 #define kFix4HashSize (kHash2Size + kHash3Size) macro
H A DLzFind.c549 curMatch = p->hash[kFix4HashSize + hashValue];
553 p->hash[kFix4HashSize + hashValue] = p->pos;
596 curMatch = p->hash[kFix4HashSize + hashValue];
600 p->hash[kFix4HashSize + hashValue] = p->pos;
696 curMatch = p->hash[kFix4HashSize + hashValue];
699 p->hash[kFix4HashSize + hashValue] = p->pos;
712 curMatch = p->hash[kFix4HashSize + hashValue];
715 p->hash[kFix4HashSize + hashValue] = p->pos;
/external/lzma/C/
H A DLzHash.h12 #define kFix4HashSize (kHash2Size + kHash3Size) macro
H A DLzFind.c548 curMatch = p->hash[kFix4HashSize + hashValue];
552 p->hash[kFix4HashSize + hashValue] = p->pos;
595 curMatch = p->hash[kFix4HashSize + hashValue];
599 p->hash[kFix4HashSize + hashValue] = p->pos;
695 curMatch = p->hash[kFix4HashSize + hashValue];
698 p->hash[kFix4HashSize + hashValue] = p->pos;
711 curMatch = p->hash[kFix4HashSize + hashValue];
714 p->hash[kFix4HashSize + hashValue] = p->pos;

Completed in 1672 milliseconds