Home | History | Annotate | Download | only in nav

Lines Matching defs:MASK

1467 #define MASK(c)    (((unsigned int)(-1)) / (TWO(TWO(c)) + 1u))
1468 #define COUNT(x,c) ((x) & MASK(c)) + (((x) >> (TWO(c))) & MASK(c))
1480 #undef MASK