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

/freebsd-13-stable/sys/sys/
H A Dimgact_aout.h61 #define N_ALIGN(ex,x) \ macro
85 N_ALIGN(ex, N_TXTADDR(ex) + le32toh((ex).a_text))
94 N_ALIGN(ex, N_TXTOFF(ex) + le32toh((ex).a_text))
98 N_ALIGN(ex, N_DATOFF(ex) + le32toh((ex).a_data))
/freebsd-13-stable/lib/libusb/
H A Dlibusb10_desc.c47 #define N_ALIGN(n) (-((-(n)) & (-8UL))) macro
128 nextra = N_ALIGN(pconf->extra.len);
133 nextra += N_ALIGN(pinf->extra.len);
138 nextra += N_ALIGN(pend->extra.len);
146 nextra += N_ALIGN(pinf->extra.len);
151 nextra += N_ALIGN(pend->extra.len);
164 nextra = N_ALIGN(nextra);
196 pextra += N_ALIGN(pconfd->extra_length);
236 pextra += N_ALIGN(pinf->extra.len);
253 pextra += N_ALIGN(pen
[all...]
/freebsd-13-stable/usr.sbin/btxld/
H A Dbtxld.c412 hdr->text = N_ALIGN(ex, hdr->text);
414 hdr->data = N_ALIGN(ex, hdr->data);
418 hdr->size = N_ALIGN(ex, sizeof(ex));

Completed in 112 milliseconds