Home
last modified time | relevance | path

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

/third_party/skia/tools/
H A Dblob_cache_sim.cpp46 uint32_t posBits = (fx << 3 | fy) << 12; in main() local
48 uint64_t blobKey = blobID << 32u | posBits | colorBits; in main()
/third_party/lzma/CPP/7zip/UI/Common/
H A DBench.cpp191 unsigned posBits = 1; in GenerateLz() local
214 while (((size_t)1 << posBits) < pos) in GenerateLz()
215 posBits++; in GenerateLz()
218 if (numBitsMax > posBits) in GenerateLz()
219 numBitsMax = posBits; in GenerateLz()

Completed in 4 milliseconds