Home
last modified time | relevance | path

Searched refs:__ALIGN (Results 1 - 2 of 2) sorted by relevance

/third_party/musl/porting/linux/user/include/sys/
H A Dcdefs.h100 #define __ALIGN(value, alignment) (((value) + (alignment)-1) & ~((alignment)-1)) macro
/third_party/musl/include/sys/linux/
H A Dcdefs.h100 #define __ALIGN(value, alignment) (((value) + (alignment)-1) & ~((alignment)-1)) macro

Completed in 1 milliseconds