Searched refs:ALIGNBYTES (Results 1 – 3 of 3) sorted by relevance
22 #define ALIGNBYTES (sizeof(uintptr_t) - 1) macro23 #define ALIGN(p) ((__BIONIC_CAST(reinterpret_cast, uintptr_t, p) + ALIGNBYTES) & ~ALIGNBYTES)
918 len += sizeof(struct stat) + ALIGNBYTES; in fts_alloc()
138 char* data = new char[sizeof(glue) + ALIGNBYTES + n * sizeof(FILE) + n * sizeof(__sfileext)]; in moreglue()