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

  /external/lzma/C/
LzFind.h 45 UInt32 hashSizeSum;
LzFind.c 226 UInt32 prevSize = p->hashSizeSum + p->numSons;
229 p->hashSizeSum = hs;
232 newSize = p->hashSizeSum + p->numSons;
239 p->son = p->hash + p->hashSizeSum;
276 for (i = 0; i < p->hashSizeSum; i++)
309 MatchFinder_Normalize3(subValue, p->hash, p->hashSizeSum + p->numSons);

Completed in 86 milliseconds