Searched refs:top_bit (Results 1 – 8 of 8) sorted by relevance
130 const int top_bit = 64 - CLZ(size); in compute_minrun() local131 const int shift = MAX(top_bit, 6) - 6; in compute_minrun()
161 const int top_bit = 64 - CLZ(size); in compute_minrun() local162 const int shift = MAX(top_bit, 6) - 6; in compute_minrun()
644 const uint32_t top_bit = 1u << 22u; in bits_set() local647 val |= top_bit >> i; in bits_set()655 const uint32_t top_bit = 1u << 9u; in half_bits_set() local658 val |= top_bit >> i; in half_bits_set()
604 const uint32_t top_bit = 1u << 22u; in bits_set() local607 val |= top_bit >> i; in bits_set()615 const uint32_t top_bit = 1u << 9u; in half_bits_set() local618 val |= top_bit >> i; in half_bits_set()
606 const uint32_t top_bit = 1u << 22u; in bits_set() local609 val |= top_bit >> i; in bits_set()617 const uint32_t top_bit = 1u << 9u; in half_bits_set() local620 val |= top_bit >> i; in half_bits_set()
1022 unsigned top_bit = 31 - __builtin_clz(N); in mi_imul_imm() local1023 for (int i = top_bit - 1; i >= 0; i--) { in mi_imul_imm()