Searched defs:top_bit (Results 1 – 11 of 11) sorted by relevance
59 static __inline__ int top_bit(unsigned int bits) { in top_bit() function
604 const uint32_t top_bit = 1u << 22u; in bits_set() local615 const uint32_t top_bit = 1u << 9u; in half_bits_set() local
644 const uint32_t top_bit = 1u << 22u; in bits_set() local655 const uint32_t top_bit = 1u << 9u; in half_bits_set() local
135 const uint64_t top_bit = static_cast<uint64_t>(1) in ReadDeltasAndPopulateValues() local
130 const int top_bit = 64 - CLZ(size); in compute_minrun() local
787 const uint64_t top_bit = static_cast<uint64_t>(1) in ApplySignedDelta() local
1182 unsigned top_bit = 31 - __builtin_clz(N); in mi_imul_imm() local