Searched refs:high_bit_offset (Results 1 – 4 of 4) sorted by relevance
61 nr_key_bits += high_bit_offset; in __bkey_cmp_bits()62 l_v = *l & (~0ULL >> high_bit_offset); in __bkey_cmp_bits()63 r_v = *r & (~0ULL >> high_bit_offset); in __bkey_cmp_bits()
17 unsigned word_bits = 64 - high_bit_offset; in bch2_bkey_packed_to_binary_text()18 unsigned nr_key_bits = bkey_format_key_bits(f) + high_bit_offset; in bch2_bkey_packed_to_binary_text()19 u64 v = *p & (~0ULL >> high_bit_offset); in bch2_bkey_packed_to_binary_text()119 .bits = 64 - high_bit_offset, in pack_state_init()150 .bits = 64 - high_bit_offset, in unpack_state_init()151 .w = *p << high_bit_offset, in unpack_state_init()418 first_bit = high_bit_offset + nr_key_bits - 1; in bkey_packed_successor()709 unsigned word_bits = 64 - high_bit_offset; in bch2_bkey_greatest_differing_bit()715 l_v = *l & (~0ULL >> high_bit_offset); in bch2_bkey_greatest_differing_bit()716 r_v = *r & (~0ULL >> high_bit_offset); in bch2_bkey_greatest_differing_bit()
525 #define high_bit_offset 0 macro535 #define high_bit_offset KEY_PACKED_BITS_START macro
637 shift = high_bit_offset + in make_bfloat()1085 unsigned key_bits_end = high_bit_offset + b->nr_key_bits; in bkey_mantissa_bits_dropped()