Home
last modified time | relevance | path

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

/kvm-unit-tests/lib/
H A Dlibcflat.h36 #define __ALIGN(x, a) __ALIGN_MASK(x, (typeof(x))(a) - 1) macro
37 #define ALIGN(x, a) __ALIGN((x), (a))
38 #define ALIGN_DOWN(x, a) __ALIGN((x) - ((a) - 1), (a))