Home
last modified time | relevance | path

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

/kvm-unit-tests/lib/
H A Dlibcflat.h35 #define __ALIGN_MASK(x, mask) (((x) + (mask)) & ~(mask)) macro
36 #define __ALIGN(x, a) __ALIGN_MASK(x, (typeof(x))(a) - 1)