Home
last modified time | relevance | path

Searched refs:numSons (Results 1 – 1 of 1) sorted by relevance

/external/lzma/C/
DLzFind.c237 size_t numSons; in MatchFinder_Create() local
242 numSons = newCyclicBufferSize; in MatchFinder_Create()
244 numSons <<= 1; in MatchFinder_Create()
245 newSize = hs + numSons; in MatchFinder_Create()