Searched refs:posBits (Results 1 – 1 of 1) sorted by relevance
204 unsigned posBits = 1; in GenerateLz() local220 while (((UInt32)1 << posBits) < pos) in GenerateLz()221 posBits++; in GenerateLz()224 if (numBitsMax > posBits) in GenerateLz()225 numBitsMax = posBits; in GenerateLz()