Home | History | Annotate | Download | only in bfd

Lines Matching refs:N_ONES

462 /* N_ONES produces N one bits, without overflowing machine arithmetic.  */
463 #define N_ONES(n) (((((bfd_vma) 1 << ((n) - 1)) - 1) << 1) | 1)
500 fieldmask = N_ONES (bitsize);
502 addrmask = N_ONES (addrsize) | (fieldmask << rightshift);
1426 fieldmask = N_ONES (howto->bitsize);
1428 addrmask = (N_ONES (bfd_arch_bits_per_address (input_bfd))