Searched refs:log2value (Results 1 – 1 of 1) sorted by relevance
46 uint32_t log2value = BitsUtil::Log2FloorNonZero64(v | 0x1); in Length64() local47 return static_cast<int>((log2value * 9 + 73) / 64); in Length64()