Home
last modified time | relevance | path

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

/bionic/libc/kernel/common/linux/
Dlinkage.h38 #define ALIGN __ALIGN
42 #define ENTRY(name) .globl name; ALIGN; name:
Dcache.h19 #define L1_CACHE_ALIGN(x) ALIGN(x, L1_CACHE_BYTES)
Da.out.h131 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
/bionic/libc/include/sys/
Dparam.h38 #define ALIGN(p) (((unsigned int)(p) + ALIGNBYTES) &~ ALIGNBYTES) macro
/bionic/libc/arch-x86/string/
Dsse2-memset5-atom.S35 #ifndef ALIGN
36 # define ALIGN(n) .p2align n macro
120 ALIGN (4)
140 ALIGN (4)
164 ALIGN (2)
200 ALIGN (4)
219 ALIGN (4)
239 ALIGN (4)
259 ALIGN (4)
280 ALIGN (4)
[all …]
Dssse3-memcmp3.S39 #ifndef ALIGN
40 # define ALIGN(n) .p2align n macro
112 ALIGN (4)
124 ALIGN (4)
129 ALIGN (4)
173 ALIGN (4)
191 ALIGN (4)
216 ALIGN (4)
262 ALIGN (4)
292 ALIGN (4)
[all …]
Dssse3-memcpy5.S39 #ifndef ALIGN
40 # define ALIGN(n) .p2align n macro
131 ALIGN (4)
193 ALIGN (4)
226 ALIGN (4)
354 ALIGN (4)
423 ALIGN (4)
466 ALIGN (4)
509 ALIGN (4)
552 ALIGN (4)
[all …]
/bionic/libc/stdio/
Dfindfp.c80 p = (FILE *)ALIGN(data + sizeof(*g)); in moreglue()
82 (ALIGN(data + sizeof(*g)) + n * sizeof(FILE)); in moreglue()
/bionic/libc/netbsd/
Dgethnamaddr.c880 ptr = (char *)(void *)ALIGN(ptr); in _gethtbyname2()
897 ptr = memcpy((void *)ALIGN(rs->hostbuf), tmpbuf, len); in _gethtbyname2()
911 ptr = (char *)(void *)ALIGN(ptr); in _gethtbyname2()
/bionic/libc/bionic/
Dfts.c918 p->fts_statp = (struct stat *)ALIGN(p->fts_name + namelen + 2); in fts_alloc()