Searched refs:ALIGNBYTES (Results 1 – 3 of 3) sorted by relevance
71 #define ALIGNBYTES _ALIGNBYTES macro
78 #define ALIGNBYTES _ALIGNBYTES macro
56 #define ALIGNBYTES _POINTER_ALIGNMENT macro57 #define ALIGN(p) (((unsigned long)(p) + ALIGNBYTES) & ~ALIGNBYTES)916 len += sizeof (struct stat) + ALIGNBYTES; in fts_alloc()