Home
last modified time | relevance | path

Searched refs:N_ALIGN (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/sys/
H A Dimgact_aout.h58 #define N_ALIGN(ex,x) \ macro
82 N_ALIGN(ex, N_TXTADDR(ex) + le32toh((ex).a_text))
91 N_ALIGN(ex, N_TXTOFF(ex) + le32toh((ex).a_text))
95 N_ALIGN(ex, N_DATOFF(ex) + le32toh((ex).a_data))
/freebsd/lib/libusb/
H A Dlibusb10_desc.c46 #define N_ALIGN(n) (-((-(n)) & (-8UL))) macro
127 nextra = N_ALIGN(pconf->extra.len); in libusb_get_config_descriptor()
132 nextra += N_ALIGN(pinf->extra.len); in libusb_get_config_descriptor()
137 nextra += N_ALIGN(pend->extra.len); in libusb_get_config_descriptor()
145 nextra += N_ALIGN(pinf->extra.len); in libusb_get_config_descriptor()
150 nextra += N_ALIGN(pend->extra.len); in libusb_get_config_descriptor()
163 nextra = N_ALIGN(nextra); in libusb_get_config_descriptor()
195 pextra += N_ALIGN(pconfd->extra_length); in libusb_get_config_descriptor()
235 pextra += N_ALIGN(pinf->extra.len); in libusb_get_config_descriptor()
252 pextra += N_ALIGN(pend->extra.len); in libusb_get_config_descriptor()
/freebsd/usr.sbin/btxld/
H A Dbtxld.c407 hdr->text = N_ALIGN(ex, hdr->text); in puthdr()
409 hdr->data = N_ALIGN(ex, hdr->data); in puthdr()
413 hdr->size = N_ALIGN(ex, sizeof(ex)); in puthdr()