Searched defs:ALIGN (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/include/sys/
H A Dparam.h38 #define ALIGN(p) (((unsigned int)(p) + ALIGNBYTES) &~ ALIGNBYTES) macro
/bionic/libc/kernel/common/linux/
H A Dlinkage.h38 #define ALIGN __ALIGN macro
42 #define ENTRY(name) .globl name; ALIGN; name:

Completed in 170 milliseconds