Searched defs:LMS_ADDR_ALIGN (Results 1 – 2 of 2) sorted by relevance
60 #define LMS_ADDR_ALIGN(p) (((UINTPTR)(p) + sizeof(UINTPTR) - 1) & ~((UINTPTR)(sizeof(U… macro