Searched defs:hash3Value (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/lzma_sdk/
H A DLzFind.c541 UInt32 hash2Value, hash3Value, delta2, delta3, maxLen, offset; local
547 delta3 = p->pos - p->hash[kFix3HashSize + hash3Value];
551 p->hash[kFix3HashSize + hash3Value] =
588 UInt32 hash2Value, hash3Value, delta2, delta3, maxLen, offset; local
594 delta3 = p->pos - p->hash[kFix3HashSize + hash3Value];
598 p->hash[kFix3HashSize + hash3Value] =
692 UInt32 hash2Value, hash3Value; local
697 p->hash[kFix3HashSize + hash3Value] = p->pos;
708 UInt32 hash2Value, hash3Value; local
713 p->hash[kFix3HashSize + hash3Value]
[all...]
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DLzFind.c542 UInt32 hash2Value, hash3Value, delta2, delta3, maxLen, offset; local
548 delta3 = p->pos - p->hash[kFix3HashSize + hash3Value];
552 p->hash[kFix3HashSize + hash3Value] =
589 UInt32 hash2Value, hash3Value, delta2, delta3, maxLen, offset; local
595 delta3 = p->pos - p->hash[kFix3HashSize + hash3Value];
599 p->hash[kFix3HashSize + hash3Value] =
693 UInt32 hash2Value, hash3Value; local
698 p->hash[kFix3HashSize + hash3Value] = p->pos;
709 UInt32 hash2Value, hash3Value; local
714 p->hash[kFix3HashSize + hash3Value]
[all...]
/external/lzma/C/
H A DLzFind.c541 UInt32 hash2Value, hash3Value, delta2, delta3, maxLen, offset; local
547 delta3 = p->pos - p->hash[kFix3HashSize + hash3Value];
551 p->hash[kFix3HashSize + hash3Value] =
588 UInt32 hash2Value, hash3Value, delta2, delta3, maxLen, offset; local
594 delta3 = p->pos - p->hash[kFix3HashSize + hash3Value];
598 p->hash[kFix3HashSize + hash3Value] =
692 UInt32 hash2Value, hash3Value; local
697 p->hash[kFix3HashSize + hash3Value] = p->pos;
708 UInt32 hash2Value, hash3Value; local
713 p->hash[kFix3HashSize + hash3Value]
[all...]
H A DLzFindMt.c579 UInt32 hash2Value, hash3Value, curMatch2, curMatch3; local
586 curMatch3 = hash[kFix3HashSize + hash3Value];
589 hash[kFix3HashSize + hash3Value] =
614 UInt32 hash2Value, hash3Value, hash4Value, curMatch2, curMatch3, curMatch4;
621 curMatch3 = hash[kFix3HashSize + hash3Value];
625 hash[kFix3HashSize + hash3Value] =
736 UInt32 hash2Value, hash3Value; local
738 hash[kFix3HashSize + hash3Value] =
748 UInt32 hash2Value, hash3Value, hash4Value;
751 hash[kFix3HashSize + hash3Value]
[all...]

Completed in 839 milliseconds