Searched refs:__round_mask (Results 1 – 1 of 1) sorted by relevance
102 #define __round_mask(x, y) ((__typeof__(x))((y) - 1)) macro107 ((((_x) - 1) | __round_mask(_x, y)) + 1); \113 ((_x) & ~__round_mask(_x, y)); \