Home
last modified time | relevance | path

Searched defs:ALIGN_UP (Results 1 – 1 of 1) sorted by relevance

/sof-3.4.0/src/include/sof/
Dcommon.h53 #define ALIGN_UP(size, alignment) ({ \ macro
71 #define ALIGN_UP(size, alignment) ({ \ macro
89 #define ALIGN_UP(size, alignment) ALIGN_UP_INTERNAL(size, alignment) macro