Searched defs:RTA_ALIGN (Results 1 – 2 of 2) sorted by relevance
227 #define RTA_ALIGN(len) ( ((len)+RTA_ALIGNTO-1) & ~(RTA_ALIGNTO-1) ) macro