Home
last modified time | relevance | path

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

/dragonfly/lib/libusb/
H A Dlibusb10_desc.c45 #define N_ALIGN(n) (-((-(n)) & (-8UL))) macro
126 nextra = N_ALIGN(pconf->extra.len); in libusb_get_config_descriptor()
131 nextra += N_ALIGN(pinf->extra.len); in libusb_get_config_descriptor()
136 nextra += N_ALIGN(pend->extra.len); in libusb_get_config_descriptor()
144 nextra += N_ALIGN(pinf->extra.len); in libusb_get_config_descriptor()
149 nextra += N_ALIGN(pend->extra.len); in libusb_get_config_descriptor()
162 nextra = N_ALIGN(nextra); in libusb_get_config_descriptor()
194 pextra += N_ALIGN(pconfd->extra_length); in libusb_get_config_descriptor()
234 pextra += N_ALIGN(pinf->extra.len); in libusb_get_config_descriptor()
251 pextra += N_ALIGN(pend->extra.len); in libusb_get_config_descriptor()
/dragonfly/sys/sys/
H A Dimgact_aout.h62 #define N_ALIGN(ex,x) \ macro
86 N_ALIGN(ex, N_TXTADDR(ex) + (ex).a_text)
95 N_ALIGN(ex, N_TXTOFF(ex) + (ex).a_text)
99 N_ALIGN(ex, N_DATOFF(ex) + (ex).a_data)
/dragonfly/stand/boot/pc32/btxld/
H A Dbtxld.c390 hdr->text = N_ALIGN(ex, hdr->text); in puthdr()
392 hdr->data = N_ALIGN(ex, hdr->data); in puthdr()
396 hdr->size = N_ALIGN(ex, sizeof(ex)); in puthdr()