OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fixedhashsize
(Results
1 - 4
of
4
) sorted by null
/external/lzma/C/
LzFindMt.h
58
UInt32
fixedHashSize
;
LzFind.h
44
UInt32
fixedHashSize
;
LzFind.c
197
p->
fixedHashSize
= 0;
219
if (p->numHashBytes > 2) p->
fixedHashSize
+= kHash2Size;
220
if (p->numHashBytes > 3) p->
fixedHashSize
+= kHash3Size;
221
if (p->numHashBytes > 4) p->
fixedHashSize
+= kHash4Size;
222
hs += p->
fixedHashSize
;
LzFindMt.c
195
MatchFinder_Normalize3(subValue, mf->hash + mf->
fixedHashSize
, mf->hashMask + 1);
207
mt->GetHeadsFunc(mf->buffer, mf->pos, mf->hash + mf->
fixedHashSize
, mf->hashMask, heads + 2, num, mf->crc);
502
p->
fixedHashSize
= mf->
fixedHashSize
;
524
MatchFinder_Normalize3(p->lzPos - p->historySize - 1, p->hash, p->
fixedHashSize
);
Completed in 1057 milliseconds