Searched refs:kFix3HashSize (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/lzma/
H A DLzHash.h11 #define kFix3HashSize (kHash2Size) macro
H A DLzFind.c509 curMatch = p->hash[kFix3HashSize + hashValue];
512 p->hash[kFix3HashSize + hashValue] = p->pos;
542 delta3 = p->pos - p->hash[kFix3HashSize + hash3Value];
546 p->hash[kFix3HashSize + hash3Value] =
589 delta3 = p->pos - p->hash[kFix3HashSize + hash3Value];
593 p->hash[kFix3HashSize + hash3Value] =
675 curMatch = p->hash[kFix3HashSize + hashValue];
677 p->hash[kFix3HashSize + hashValue] = p->pos;
692 p->hash[kFix3HashSize + hash3Value] = p->pos;
708 p->hash[kFix3HashSize
[all...]

Completed in 80 milliseconds