Searched defs:N_ONES (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dreloc.c466 #define N_ONES(n) (((((bfd_vma) 1 << ((n) - 1)) - 1) << 1) | 1) macro
H A Dlibxcoff.h218 #undef N_ONES macro
220 #define N_ONES(n) (((((bfd_vma) 1 << ((n) - 1)) - 1) << 1) | 1) macro
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dreloc.c467 #define N_ONES(n) (((((bfd_vma) 1 << ((n) - 1)) - 1) << 1) | 1) macro
H A Dlibxcoff.h208 #undef N_ONES macro
210 #define N_ONES(n) (((((bfd_vma) 1 << ((n) - 1)) - 1) << 1) | 1) macro

Completed in 131 milliseconds