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

/external/chromium_org/third_party/lzma_sdk/
H A DLzHash.h11 #define kFix3HashSize (kHash2Size) macro
H A DLzFind.c514 curMatch = p->hash[kFix3HashSize + hashValue];
517 p->hash[kFix3HashSize + hashValue] = p->pos;
547 delta3 = p->pos - p->hash[kFix3HashSize + hash3Value];
551 p->hash[kFix3HashSize + hash3Value] =
594 delta3 = p->pos - p->hash[kFix3HashSize + hash3Value];
598 p->hash[kFix3HashSize + hash3Value] =
680 curMatch = p->hash[kFix3HashSize + hashValue];
682 p->hash[kFix3HashSize + hashValue] = p->pos;
697 p->hash[kFix3HashSize + hash3Value] = p->pos;
713 p->hash[kFix3HashSize
[all...]
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DLzHash.h12 #define kFix3HashSize (kHash2Size) macro
H A DLzFind.c515 curMatch = p->hash[kFix3HashSize + hashValue];
518 p->hash[kFix3HashSize + hashValue] = p->pos;
548 delta3 = p->pos - p->hash[kFix3HashSize + hash3Value];
552 p->hash[kFix3HashSize + hash3Value] =
595 delta3 = p->pos - p->hash[kFix3HashSize + hash3Value];
599 p->hash[kFix3HashSize + hash3Value] =
681 curMatch = p->hash[kFix3HashSize + hashValue];
683 p->hash[kFix3HashSize + hashValue] = p->pos;
698 p->hash[kFix3HashSize + hash3Value] = p->pos;
714 p->hash[kFix3HashSize
[all...]
/external/lzma/C/
H A DLzHash.h11 #define kFix3HashSize (kHash2Size) macro
H A DLzFind.c514 curMatch = p->hash[kFix3HashSize + hashValue];
517 p->hash[kFix3HashSize + hashValue] = p->pos;
547 delta3 = p->pos - p->hash[kFix3HashSize + hash3Value];
551 p->hash[kFix3HashSize + hash3Value] =
594 delta3 = p->pos - p->hash[kFix3HashSize + hash3Value];
598 p->hash[kFix3HashSize + hash3Value] =
680 curMatch = p->hash[kFix3HashSize + hashValue];
682 p->hash[kFix3HashSize + hashValue] = p->pos;
697 p->hash[kFix3HashSize + hash3Value] = p->pos;
713 p->hash[kFix3HashSize
[all...]
H A DLzFindMt.c586 curMatch3 = hash[kFix3HashSize + hash3Value];
589 hash[kFix3HashSize + hash3Value] =
621 curMatch3 = hash[kFix3HashSize + hash3Value];
625 hash[kFix3HashSize + hash3Value] =
738 hash[kFix3HashSize + hash3Value] =
751 hash[kFix3HashSize + hash3Value] =

Completed in 229 milliseconds