Searched refs:ALIGN (Results 1 - 9 of 9) sorted by relevance

/bionic/libc/arch-x86_64/string/
H A Dsse2-memset-slm.S41 #ifndef ALIGN
42 # define ALIGN(n) .p2align n
107 ALIGN (4)
133 ALIGN (4)
150 ALIGN (4)
161 ALIGN (4)
H A Dsse4-memcmp-slm.S41 #ifndef ALIGN
42 # define ALIGN(n) .p2align n
68 #ifndef ALIGN
69 # define ALIGN(n) .p2align n
98 ALIGN (4)
106 ALIGN (4)
354 ALIGN (4)
367 ALIGN (4)
399 ALIGN (4)
434 ALIGN (
[all...]
/bionic/libc/arch-x86/atom/string/
H A Dsse2-memset-atom.S37 #ifndef ALIGN
38 # define ALIGN(n) .p2align n
122 ALIGN (4)
146 ALIGN (4)
170 ALIGN (2)
206 ALIGN (4)
225 ALIGN (4)
245 ALIGN (4)
265 ALIGN (4)
286 ALIGN (
[all...]
/bionic/libc/arch-x86/silvermont/string/
H A Dsse2-memset-slm.S41 #ifndef ALIGN
42 # define ALIGN(n) .p2align n
126 ALIGN (4)
146 ALIGN (4)
196 ALIGN (4)
229 ALIGN (4)
237 ALIGN (4)
307 ALIGN (4)
332 ALIGN (4)
350 ALIGN (
[all...]
/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dfindfp.c45 #define ALIGN(p) (((uintptr_t)(p) + ALIGNBYTES) &~ ALIGNBYTES) macro
86 p = (FILE *)ALIGN(data + sizeof(*g));
88 (ALIGN(data + sizeof(*g)) + n * sizeof(FILE));
/bionic/libc/kernel/uapi/linux/
H A Da.out.h136 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
/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/dns/
H A Dgethnamaddr.c78 #define ALIGN(p) (((uintptr_t)(p) + ALIGNBYTES) &~ ALIGNBYTES) macro
1081 ptr = (char *)(void *)ALIGN(ptr);
1098 ptr = memcpy((void *)ALIGN(rs->hostbuf), tmpbuf, len);
1112 ptr = (char *)(void *)ALIGN(ptr);
/bionic/libc/bionic/
H A Dfts.c56 #define ALIGN(p) (((uintptr_t)(p) + ALIGNBYTES) &~ ALIGNBYTES) macro
919 p->fts_statp = (struct stat *)ALIGN(p->fts_name + namelen + 2);

Completed in 146 milliseconds