Home
last modified time | relevance | path

Searched defs:N_ALIGN (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/sys/
H A Dimgact_aout.h58 #define N_ALIGN(ex,x) \ macro
/freebsd/lib/libusb/
H A Dlibusb10_desc.c46 #define N_ALIGN(n) (-((-(n)) & (-8UL))) macro