Searched refs:align_to (Results 1 – 1 of 1) sorted by relevance
447 #define ALIGN_SIZE(value,align_to) (((value) + (align_to) - 1) & ~((align_to) - 1)) argument