Home
last modified time | relevance | path

Searched defs:ALIGN (Results 1 – 4 of 4) sorted by relevance

/minix3/external/public-domain/xz/dist/src/liblzma/check/
H A Dcrc64_x86.S61 # define ALIGN(pow2, abs) .align pow2 macro
63 # define ALIGN(pow2, abs) .align abs macro
H A Dcrc32_x86.S71 # define ALIGN(pow2, abs) .align pow2 macro
73 # define ALIGN(pow2, abs) .align abs macro
/minix3/sys/sys/
H A Dparam.h252 #define ALIGN(p) (((uintptr_t)(p) + ALIGNBYTES) & ~ALIGNBYTES) macro
/minix3/external/bsd/dhcpcd/dist/
H A Dipv6.h198 #define ALIGN(p) (((unsigned int)(p) + ALIGNBYTES) & ~ALIGNBYTES) macro