Home
last modified time | relevance | path

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

/bionic/tests/libs/
Dsegment_gap_outer.lds6 . = ALIGN(0x1000);
8 . = ALIGN(0x1000);
10 . = ALIGN(0x1000);
16 . = ALIGN(0x1000);
/bionic/libc/arch-x86_64/string/
Dsse2-memset-slm.S39 #ifndef ALIGN
40 # define ALIGN(n) .p2align n macro
87 ALIGN (4)
109 ALIGN (4)
126 ALIGN (4)
137 ALIGN (4)
Davx2-memset-kbl.S39 #ifndef ALIGN
40 # define ALIGN(n) .p2align n macro
85 ALIGN (4)
111 ALIGN (4)
127 ALIGN (4)
138 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/string/
Dsse2-memset-atom.S40 #ifndef ALIGN
41 # define ALIGN(n) .p2align n macro
93 ALIGN(4)
114 ALIGN(2)
150 ALIGN(4)
169 ALIGN(4)
189 ALIGN(4)
209 ALIGN(4)
230 ALIGN(4)
248 ALIGN(4)
[all …]
Dsse2-memset-slm.S40 #ifndef ALIGN
41 # define ALIGN(n) .p2align n macro
93 ALIGN(4)
140 ALIGN(4)
169 ALIGN(4)
177 ALIGN(4)
223 ALIGN(4)
246 ALIGN(4)
264 ALIGN(4)
285 ALIGN(2)
[all …]
/bionic/libc/private/
Dbsd_sys_param.h23 #define ALIGN(p) ((__BIONIC_CAST(reinterpret_cast, uintptr_t, p) + ALIGNBYTES) & ~ALIGNBYTES) macro
/bionic/libc/kernel/uapi/linux/
Da.out.h86 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
/bionic/libc/dns/net/
Dsethostent.c201 ptr = (void *)ALIGN(ptr); in _hf_gethtbyname2()
Dgethnamaddr.c498 bp = (char *)ALIGN(bp); in getanswer()
619 ptr = (char*)ALIGN(ptr); in android_read_hostent()
656 ptr = (char*)ALIGN(ptr); in android_read_hostent()
/bionic/libc/stdio/
Dstdio.cpp142 FILE* p = reinterpret_cast<FILE*>(ALIGN(data + sizeof(*g))); in moreglue()
143 __sfileext* pext = reinterpret_cast<__sfileext*>(ALIGN(data + sizeof(*g)) + n * sizeof(FILE)); in moreglue()
/bionic/libc/bionic/
Dfts.c926 p->fts_statp = (struct stat *)ALIGN(p->fts_name + namelen + 2); in fts_alloc()