Searched refs:ALIGN (Results 1 – 11 of 11) sorted by relevance
6 . = ALIGN(0x1000);8 . = ALIGN(0x1000);10 . = ALIGN(0x1000);12 . = ALIGN(0x1000);17 . = ALIGN(0x1000);
39 #ifndef ALIGN40 # define ALIGN(n) .p2align n macro87 ALIGN (4)109 ALIGN (4)126 ALIGN (4)137 ALIGN (4)
41 #ifndef ALIGN42 # define ALIGN(n) .p2align n macro68 #ifndef ALIGN69 # define ALIGN(n) .p2align n macro98 ALIGN (4)106 ALIGN (4)354 ALIGN (4)367 ALIGN (4)399 ALIGN (4)434 ALIGN (4)[all …]
39 #ifndef ALIGN40 # define ALIGN(n) .p2align n macro83 ALIGN(4)101 ALIGN(4)122 ALIGN(2)158 ALIGN(4)177 ALIGN(4)197 ALIGN(4)217 ALIGN(4)238 ALIGN(4)[all …]
39 #ifndef ALIGN40 # define ALIGN(n) .p2align n macro83 ALIGN(4)101 ALIGN(4)148 ALIGN(4)177 ALIGN(4)185 ALIGN(4)231 ALIGN(4)254 ALIGN(4)272 ALIGN(4)[all …]
72 #define ALIGN(p) (((uintptr_t)(p) + ALIGNBYTES) &~ ALIGNBYTES) macro
59 #define ALIGN(p) (((uintptr_t)(p) + ALIGNBYTES) &~ ALIGNBYTES) macro203 ptr = (void *)ALIGN(ptr); in _hf_gethtbyname2()
79 #define ALIGN(p) (((uintptr_t)(p) + ALIGNBYTES) &~ ALIGNBYTES) macro499 bp = (char *)ALIGN(bp); in getanswer()620 ptr = (char*)ALIGN(ptr); in android_read_hostent()657 ptr = (char*)ALIGN(ptr); in android_read_hostent()
98 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
63 #define ALIGN(p) (((uintptr_t)(p) + ALIGNBYTES) &~ ALIGNBYTES) macro144 FILE* p = reinterpret_cast<FILE*>(ALIGN(data + sizeof(*g))); in moreglue()145 __sfileext* pext = reinterpret_cast<__sfileext*>(ALIGN(data + sizeof(*g)) + n * sizeof(FILE)); in moreglue()
57 #define ALIGN(p) (((uintptr_t)(p) + ALIGNBYTES) &~ ALIGNBYTES) macro918 p->fts_statp = (struct stat *)ALIGN(p->fts_name + namelen + 2); in fts_alloc()