Searched refs:first_bit (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/contrib/gcc/
H A Dfold-const.c5081 int first_bit, end_bit;
5266 first_bit = MIN (ll_bitpos, rl_bitpos);
5268 lnmode = get_best_mode (end_bit - first_bit, first_bit,
5275 lnbitpos = first_bit & ~ (lnbitsize - 1);
5333 first_bit = MIN (lr_bitpos, rr_bitpos);
5335 rnmode = get_best_mode (end_bit - first_bit, first_bit,
5342 rnbitpos = first_bit & ~ (rnbitsize - 1);
5050 int first_bit, end_bit; local
/freebsd-11-stable/sys/vm/
H A Dvm_page.c3418 int first_bit; local
3429 first_bit = base >> DEV_BSHIFT;
3433 ((vm_page_bits_t)1 << first_bit));

Completed in 244 milliseconds