HomeSort by relevance Sort by last modified time
    Searched refs:N_ONES (Results 1 - 5 of 5) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
libxcoff.h 207 /* N_ONES produces N one bits, without overflowing machine arithmetic. */
208 #ifdef N_ONES
209 #undef N_ONES
211 #define N_ONES(n) (((((bfd_vma) 1 << ((n) - 1)) - 1) << 1) | 1)
reloc.c 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);
    [all...]
coff-rs6000.c     [all...]
coff64-rs6000.c     [all...]
elf32-nds32.c     [all...]

Completed in 1588 milliseconds