Searched defs:hash2Value (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/lzma_sdk/ |
D | LzFind.c | 508 UInt32 hash2Value, delta2, maxLen, offset; in Bt3_MatchFinder_GetMatches() local 541 UInt32 hash2Value, hash3Value, delta2, delta3, maxLen, offset; in Bt4_MatchFinder_GetMatches() local 588 UInt32 hash2Value, hash3Value, delta2, delta3, maxLen, offset; in Hc4_MatchFinder_GetMatches() local 677 UInt32 hash2Value; in Bt3_MatchFinder_Skip() local 692 UInt32 hash2Value, hash3Value; in Bt4_MatchFinder_Skip() local 708 UInt32 hash2Value, hash3Value; in Hc4_MatchFinder_Skip() local
|
/external/lzma/C/ |
D | LzFind.c | 508 UInt32 hash2Value, delta2, maxLen, offset; in Bt3_MatchFinder_GetMatches() local 541 UInt32 hash2Value, hash3Value, delta2, delta3, maxLen, offset; in Bt4_MatchFinder_GetMatches() local 588 UInt32 hash2Value, hash3Value, delta2, delta3, maxLen, offset; in Hc4_MatchFinder_GetMatches() local 677 UInt32 hash2Value; in Bt3_MatchFinder_Skip() local 692 UInt32 hash2Value, hash3Value; in Bt4_MatchFinder_Skip() local 708 UInt32 hash2Value, hash3Value; in Hc4_MatchFinder_Skip() local
|
D | LzFindMt.c | 559 UInt32 hash2Value, curMatch2; in MixMatches2() local 579 UInt32 hash2Value, hash3Value, curMatch2, curMatch3; in MixMatches3() local
|
/external/chromium_org/third_party/ots/third_party/lzma_sdk/ |
D | LzFind.c | 509 UInt32 hash2Value, delta2, maxLen, offset; in Bt3_MatchFinder_GetMatches() local 542 UInt32 hash2Value, hash3Value, delta2, delta3, maxLen, offset; in Bt4_MatchFinder_GetMatches() local 589 UInt32 hash2Value, hash3Value, delta2, delta3, maxLen, offset; in Hc4_MatchFinder_GetMatches() local 678 UInt32 hash2Value; in Bt3_MatchFinder_Skip() local 693 UInt32 hash2Value, hash3Value; in Bt4_MatchFinder_Skip() local 709 UInt32 hash2Value, hash3Value; in Hc4_MatchFinder_Skip() local
|
/external/lzma/Java/SevenZip/Compression/LZ/ |
D | BinTree.java | 137 int hashValue, hash2Value = 0, hash3Value = 0; in GetMatches() local 277 int hash2Value = temp & (kHash2Size - 1); in Skip() local
|