Searched refs:n_bits_from_high (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Ddbxout.c746 const int n_bits_from_high = 3 - n_leftover_bits;
751 high_mask = (((unsigned HOST_WIDE_INT)1) << n_bits_from_high) - 1;
760 high >>= n_bits_from_high;
743 const int n_bits_from_high = 3 - n_leftover_bits; local
757 high >>= n_bits_from_high; local

Completed in 110 milliseconds