Home
last modified time | relevance | path

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

/external/skia/tools/
Dblob_cache_sim.cpp46 uint32_t posBits = (fx << 3 | fy) << 12; in main() local
48 uint64_t blobKey = blobID << 32u | posBits | colorBits; in main()
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp204 unsigned posBits = 1; in GenerateLz() local
220 while (((UInt32)1 << posBits) < pos) in GenerateLz()
221 posBits++; in GenerateLz()
224 if (numBitsMax > posBits) in GenerateLz()
225 numBitsMax = posBits; in GenerateLz()