Searched refs:posBits (Results 1 – 2 of 2) sorted by relevance
46 uint32_t posBits = (fx << 3 | fy) << 12; in main() local48 uint64_t blobKey = blobID << 32u | posBits | colorBits; in main()
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()