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