Searched refs:__PERF_ALIGN_MASK (Results 1 – 1 of 1) sorted by relevance
18 #define PERF_ALIGN(x, a) __PERF_ALIGN_MASK(x, (typeof(x))(a)-1)19 #define __PERF_ALIGN_MASK(x, mask) (((x)+(mask))&~(mask)) macro
Completed in 3 milliseconds