HomeSort by relevance Sort by last modified time
    Searched defs:hash3Value (Results 1 - 5 of 5) sorted by null

  /external/lzma/Java/SevenZip/Compression/LZ/
BinTree.java 137 int hashValue, hash2Value = 0, hash3Value = 0;
144 hash3Value = temp & (kHash3Size - 1);
154 int curMatch3 = _hash[kHash3Offset + hash3Value];
156 _hash[kHash3Offset + hash3Value] = _pos;
280 int hash3Value = temp & (kHash3Size - 1);
281 _hash[kHash3Offset + hash3Value] = _pos;
  /external/chromium_org/third_party/lzma_sdk/
LzFind.c 541 UInt32 hash2Value, hash3Value, delta2, delta3, maxLen, offset;
547 delta3 = p->pos - p->hash[kFix3HashSize + hash3Value];
551 p->hash[kFix3HashSize + hash3Value] =
588 UInt32 hash2Value, hash3Value, delta2, delta3, maxLen, offset;
594 delta3 = p->pos - p->hash[kFix3HashSize + hash3Value];
598 p->hash[kFix3HashSize + hash3Value] =
692 UInt32 hash2Value, hash3Value;
697 p->hash[kFix3HashSize + hash3Value] = p->pos;
708 UInt32 hash2Value, hash3Value;
713 p->hash[kFix3HashSize + hash3Value]
    [all...]
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzFind.c 542 UInt32 hash2Value, hash3Value, delta2, delta3, maxLen, offset;
548 delta3 = p->pos - p->hash[kFix3HashSize + hash3Value];
552 p->hash[kFix3HashSize + hash3Value] =
589 UInt32 hash2Value, hash3Value, delta2, delta3, maxLen, offset;
595 delta3 = p->pos - p->hash[kFix3HashSize + hash3Value];
599 p->hash[kFix3HashSize + hash3Value] =
693 UInt32 hash2Value, hash3Value;
698 p->hash[kFix3HashSize + hash3Value] = p->pos;
709 UInt32 hash2Value, hash3Value;
714 p->hash[kFix3HashSize + hash3Value]
    [all...]
  /external/lzma/C/
LzFind.c 541 UInt32 hash2Value, hash3Value, delta2, delta3, maxLen, offset;
547 delta3 = p->pos - p->hash[kFix3HashSize + hash3Value];
551 p->hash[kFix3HashSize + hash3Value] =
588 UInt32 hash2Value, hash3Value, delta2, delta3, maxLen, offset;
594 delta3 = p->pos - p->hash[kFix3HashSize + hash3Value];
598 p->hash[kFix3HashSize + hash3Value] =
692 UInt32 hash2Value, hash3Value;
697 p->hash[kFix3HashSize + hash3Value] = p->pos;
708 UInt32 hash2Value, hash3Value;
713 p->hash[kFix3HashSize + hash3Value] =
    [all...]
LzFindMt.c 579 UInt32 hash2Value, hash3Value, curMatch2, curMatch3;
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;
738 hash[kFix3HashSize + hash3Value] =
748 UInt32 hash2Value, hash3Value, hash4Value;
751 hash[kFix3HashSize + hash3Value] =
    [all...]

Completed in 178 milliseconds