Searched refs:ALIGN (Results 1 – 10 of 10) sorted by relevance
38 #define ALIGN __ALIGN42 #define ENTRY(name) .globl name; ALIGN; name:
19 #define L1_CACHE_ALIGN(x) ALIGN(x, L1_CACHE_BYTES)
131 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
38 #define ALIGN(p) (((unsigned int)(p) + ALIGNBYTES) &~ ALIGNBYTES) macro
35 #ifndef ALIGN36 # define ALIGN(n) .p2align n macro120 ALIGN (4)140 ALIGN (4)164 ALIGN (2)200 ALIGN (4)219 ALIGN (4)239 ALIGN (4)259 ALIGN (4)280 ALIGN (4)[all …]
39 #ifndef ALIGN40 # define ALIGN(n) .p2align n macro112 ALIGN (4)124 ALIGN (4)129 ALIGN (4)173 ALIGN (4)191 ALIGN (4)216 ALIGN (4)262 ALIGN (4)292 ALIGN (4)[all …]
39 #ifndef ALIGN40 # define ALIGN(n) .p2align n macro131 ALIGN (4)193 ALIGN (4)226 ALIGN (4)354 ALIGN (4)423 ALIGN (4)466 ALIGN (4)509 ALIGN (4)552 ALIGN (4)[all …]
80 p = (FILE *)ALIGN(data + sizeof(*g)); in moreglue()82 (ALIGN(data + sizeof(*g)) + n * sizeof(FILE)); in moreglue()
880 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()
918 p->fts_statp = (struct stat *)ALIGN(p->fts_name + namelen + 2); in fts_alloc()