Searched refs:high_bit_mask (Results 1 – 1 of 1) sorted by relevance
735 value_type const high_bit_mask = masking_type::high_bit; in process_bit() local738 rem_ ^= ( bit ? high_bit_mask : 0u ); in process_bit()741 bool const do_poly_div = static_cast<bool>( rem_ & high_bit_mask ); in process_bit()765 unsigned char const high_bit_mask = 1u << ( CHAR_BIT - 1u ); in process_bits() local768 process_bit( static_cast<bool>(bits & high_bit_mask) ); in process_bits()