Home
last modified time | relevance | path

Searched refs:ALIGN (Results 1 – 10 of 10) sorted by relevance

/bionic/libc/arch-x86_64/string/
Dsse2-memset-slm.S41 #ifndef ALIGN
42 # define ALIGN(n) .p2align n macro
107 ALIGN (4)
133 ALIGN (4)
150 ALIGN (4)
161 ALIGN (4)
Dsse4-memcmp-slm.S41 #ifndef ALIGN
42 # define ALIGN(n) .p2align n macro
68 #ifndef ALIGN
69 # define ALIGN(n) .p2align n macro
98 ALIGN (4)
106 ALIGN (4)
354 ALIGN (4)
367 ALIGN (4)
399 ALIGN (4)
434 ALIGN (4)
[all …]
/bionic/libc/arch-x86/atom/string/
Dsse2-memset-atom.S37 #ifndef ALIGN
38 # define ALIGN(n) .p2align n macro
122 ALIGN (4)
146 ALIGN (4)
170 ALIGN (2)
206 ALIGN (4)
225 ALIGN (4)
245 ALIGN (4)
265 ALIGN (4)
286 ALIGN (4)
[all …]
/bionic/libc/arch-x86/silvermont/string/
Dsse2-memset-slm.S41 #ifndef ALIGN
42 # define ALIGN(n) .p2align n macro
126 ALIGN (4)
146 ALIGN (4)
196 ALIGN (4)
229 ALIGN (4)
237 ALIGN (4)
307 ALIGN (4)
332 ALIGN (4)
350 ALIGN (4)
[all …]
/bionic/libc/upstream-openbsd/android/include/
Dopenbsd-compat.h61 #define ALIGN(p) (((uintptr_t)(p) + ALIGNBYTES) &~ ALIGNBYTES) macro
/bionic/libc/dns/net/
Dsethostent.c59 #define ALIGN(p) (((uintptr_t)(p) + ALIGNBYTES) &~ ALIGNBYTES) macro
190 ptr = (void *)ALIGN(ptr); in _hf_gethtbyname2()
Dgethnamaddr.c79 #define ALIGN(p) (((uintptr_t)(p) + ALIGNBYTES) &~ ALIGNBYTES) macro
483 bp = (char *)ALIGN(bp); in getanswer()
644 ptr = (char*)ALIGN(ptr); in android_read_hostent()
681 ptr = (char*)ALIGN(ptr); in android_read_hostent()
/bionic/libc/kernel/uapi/linux/
Da.out.h136 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
/bionic/libc/stdio/
Dstdio.cpp51 #define ALIGN(p) (((uintptr_t)(p) + ALIGNBYTES) &~ ALIGNBYTES) macro
111 FILE* p = reinterpret_cast<FILE*>(ALIGN(data + sizeof(*g))); in moreglue()
112 __sfileext* pext = reinterpret_cast<__sfileext*>(ALIGN(data + sizeof(*g)) + n * sizeof(FILE)); in moreglue()
/bionic/libc/bionic/
Dfts.c56 #define ALIGN(p) (((uintptr_t)(p) + ALIGNBYTES) &~ ALIGNBYTES) macro
928 p->fts_statp = (struct stat *)ALIGN(p->fts_name + namelen + 2); in fts_alloc()