Searched defs:topbits (Results 1 – 5 of 5) sorted by relevance
68 const uint32 topbits = static_cast<uint32>(n >> 32); in Log2Floor64() local
436 const uint32 topbits = static_cast<uint32>(n >> 32); in Log2Floor64() local
338 const uint32_t topbits = static_cast<uint32_t>(n >> 32); in Log2FloorNonZero64_Portable() local
351 const uint32_t topbits = static_cast<uint32_t>(n >> 32); in Log2FloorNonZero64_Portable() local
5519 uint64_t topbits = (diff == 63) ? 0 : (~UINT64_C(0) << (diff + 1)); in VisitBitfield() local