/external/chromium_org/third_party/lzma_sdk/ |
H A D | LzHash.h | 19 hash2Value = temp & (kHash2Size - 1); \ 24 hash2Value = temp & (kHash2Size - 1); \ 30 hash2Value = temp & (kHash2Size - 1); \ 41 hash2Value = (p->crc[cur[0]] ^ cur[1]) & (kHash2Size - 1); 45 hash2Value = temp & (kHash2Size - 1); \ 50 hash2Value = temp & (kHash2Size - 1); \
|
H A D | LzFind.c | 508 UInt32 hash2Value, delta2, maxLen, offset; local 513 delta2 = p->pos - p->hash[hash2Value]; 516 p->hash[hash2Value] = 541 UInt32 hash2Value, hash3Value, delta2, delta3, maxLen, offset; local 546 delta2 = p->pos - p->hash[ hash2Value]; 550 p->hash[ hash2Value] = 588 UInt32 hash2Value, hash3Value, delta2, delta3, maxLen, offset; local 593 delta2 = p->pos - p->hash[ hash2Value]; 597 p->hash[ hash2Value] = 677 UInt32 hash2Value; local 692 UInt32 hash2Value, hash3Value; local 708 UInt32 hash2Value, hash3Value; local [all...] |
/external/chromium_org/third_party/ots/third_party/lzma_sdk/ |
H A D | LzHash.h | 20 hash2Value = temp & (kHash2Size - 1); \ 25 hash2Value = temp & (kHash2Size - 1); \ 31 hash2Value = temp & (kHash2Size - 1); \ 42 hash2Value = (p->crc[cur[0]] ^ cur[1]) & (kHash2Size - 1); 46 hash2Value = temp & (kHash2Size - 1); \ 51 hash2Value = temp & (kHash2Size - 1); \
|
H A D | LzFind.c | 509 UInt32 hash2Value, delta2, maxLen, offset; local 514 delta2 = p->pos - p->hash[hash2Value]; 517 p->hash[hash2Value] = 542 UInt32 hash2Value, hash3Value, delta2, delta3, maxLen, offset; local 547 delta2 = p->pos - p->hash[ hash2Value]; 551 p->hash[ hash2Value] = 589 UInt32 hash2Value, hash3Value, delta2, delta3, maxLen, offset; local 594 delta2 = p->pos - p->hash[ hash2Value]; 598 p->hash[ hash2Value] = 678 UInt32 hash2Value; local 693 UInt32 hash2Value, hash3Value; local 709 UInt32 hash2Value, hash3Value; local [all...] |
/external/lzma/C/ |
H A D | LzHash.h | 19 hash2Value = temp & (kHash2Size - 1); \
24 hash2Value = temp & (kHash2Size - 1); \
30 hash2Value = temp & (kHash2Size - 1); \
41 hash2Value = (p->crc[cur[0]] ^ cur[1]) & (kHash2Size - 1);
45 hash2Value = temp & (kHash2Size - 1); \
50 hash2Value = temp & (kHash2Size - 1); \
|
H A D | LzFind.c | 508 UInt32 hash2Value, delta2, maxLen, offset;
local 513 delta2 = p->pos - p->hash[hash2Value];
516 p->hash[hash2Value] =
541 UInt32 hash2Value, hash3Value, delta2, delta3, maxLen, offset;
local 546 delta2 = p->pos - p->hash[ hash2Value];
550 p->hash[ hash2Value] =
588 UInt32 hash2Value, hash3Value, delta2, delta3, maxLen, offset;
local 593 delta2 = p->pos - p->hash[ hash2Value];
597 p->hash[ hash2Value] =
677 UInt32 hash2Value;
local 692 UInt32 hash2Value, hash3Value; local 708 UInt32 hash2Value, hash3Value; local [all...] |
H A D | LzFindMt.c | 559 UInt32 hash2Value, curMatch2;
local 565 curMatch2 = hash[hash2Value];
566 hash[hash2Value] = lzPos;
579 UInt32 hash2Value, hash3Value, curMatch2, curMatch3;
local 585 curMatch2 = hash[ hash2Value];
588 hash[ hash2Value] =
614 UInt32 hash2Value, hash3Value, hash4Value, curMatch2, curMatch3, curMatch4;
620 curMatch2 = hash[ hash2Value];
624 hash[ hash2Value] =
727 UInt32 hash2Value;
local 736 UInt32 hash2Value, hash3Value; local [all...] |
/external/lzma/CS/7zip/Compress/LZ/ |
H A D | LzBinTree.cs | 137 UInt32 hashValue, hash2Value = 0, hash3Value = 0;
142 hash2Value = temp & (kHash2Size - 1);
153 UInt32 curMatch2 = _hash[hash2Value];
155 _hash[hash2Value] = _pos;
277 UInt32 hash2Value = temp & (kHash2Size - 1);
278 _hash[hash2Value] = _pos;
|
/external/lzma/Java/SevenZip/Compression/LZ/ |
H A D | BinTree.java | 137 int hashValue, hash2Value = 0, hash3Value = 0;
142 hash2Value = temp & (kHash2Size - 1);
153 int curMatch2 = _hash[hash2Value];
155 _hash[hash2Value] = _pos;
277 int hash2Value = temp & (kHash2Size - 1);
278 _hash[hash2Value] = _pos;
|