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

/bionic/libc/include/sys/
H A Dparam.h38 #define ALIGN(p) (((unsigned int)(p) + ALIGNBYTES) &~ ALIGNBYTES) macro
/bionic/libc/arch-arm/bionic/
H A Dmemcpy.a9.S76 #define ALIGN(addr, align) addr,:align define
78 #define ALIGN(addr, align) addr:align define
541 vst1.8 {d0-d3}, [ALIGN (dst, 64)]!
543 vst1.8 {d4-d7}, [ALIGN (dst, 64)]!
548 vst1.8 {d0-d3}, [ALIGN (dst, 64)]!
549 vst1.8 {d4-d7}, [ALIGN (dst, 64)]!
/bionic/libc/kernel/common/linux/
H A Dlinkage.h42 #define ALIGN __ALIGN macro
46 #define ENTRY(name) .globl name; ALIGN; name:
/bionic/libc/bionic/
H A Dsystem_properties.c55 #define ALIGN(x, a) (((x) + (a - 1)) & ~(a - 1)) macro
281 size = ALIGN(size, sizeof(uint32_t));

Completed in 176 milliseconds