Searched refs:ALIGNMENT_SIZE (Results 1 – 1 of 1) sorted by relevance
46 #define ALIGNMENT_SIZE 8 macro47 #define ALIGN_SIZE(a) (((a) % ALIGNMENT_SIZE) ? ALIGNMENT_SIZE - ((a) % ALIGNMENT_SIZE) : 0)