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

  /external/lzma/C/
LzFind.h 46 UInt32 numSons;
LzFind.c 226 UInt32 prevSize = p->hashSizeSum + p->numSons;
231 p->numSons = (p->btMode ? newCyclicBufferSize * 2 : newCyclicBufferSize);
232 newSize = p->hashSizeSum + p->numSons;
309 MatchFinder_Normalize3(subValue, p->hash, p->hashSizeSum + p->numSons);

Completed in 137 milliseconds