Searched defs:__round_mask (Results 1 – 4 of 4) sorted by relevance
10 #define __round_mask(x, y) ((__typeof__(x))((y)-1)) macro
7 #define __round_mask(x, y) ((__typeof__(x))((y)-1)) macro
15 #define __round_mask(x, y) ((__typeof__(x))((y)-1)) macro
48 #define __round_mask(x, y) ((__typeof__(x))((y) - 1)) macro