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

  /external/chromium_org/third_party/lzma_sdk/
LzHash.h 25 hash3Value = (temp ^ ((UInt32)cur[2] << 8)) & (kHash3Size - 1); \
31 hash3Value = (temp ^ ((UInt32)cur[2] << 8)) & (kHash3Size - 1); \
46 hash3Value = (temp ^ ((UInt32)cur[2] << 8)) & (kHash3Size - 1); }
51 hash3Value = (temp ^ ((UInt32)cur[2] << 8)) & (kHash3Size - 1); \
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/
LzHash.h 26 hash3Value = (temp ^ ((UInt32)cur[2] << 8)) & (kHash3Size - 1); \
32 hash3Value = (temp ^ ((UInt32)cur[2] << 8)) & (kHash3Size - 1); \
47 hash3Value = (temp ^ ((UInt32)cur[2] << 8)) & (kHash3Size - 1); }
52 hash3Value = (temp ^ ((UInt32)cur[2] << 8)) & (kHash3Size - 1); \
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/
LzHash.h 25 hash3Value = (temp ^ ((UInt32)cur[2] << 8)) & (kHash3Size - 1); \
31 hash3Value = (temp ^ ((UInt32)cur[2] << 8)) & (kHash3Size - 1); \
46 hash3Value = (temp ^ ((UInt32)cur[2] << 8)) & (kHash3Size - 1); }
51 hash3Value = (temp ^ ((UInt32)cur[2] << 8)) & (kHash3Size - 1); \
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...]
  /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/lzma/CS/7zip/Compress/LZ/
LzBinTree.cs 137 UInt32 hashValue, hash2Value = 0, hash3Value = 0;
144 hash3Value = temp & (kHash3Size - 1);
154 UInt32 curMatch3 = _hash[kHash3Offset + hash3Value];
156 _hash[kHash3Offset + hash3Value] = _pos;
280 UInt32 hash3Value = temp & (kHash3Size - 1);
281 _hash[kHash3Offset + hash3Value] = _pos;

Completed in 444 milliseconds