Searched defs:BITX (Results 1 – 2 of 2) sorted by relevance
59 #define BITX(u, h, l) (((u) >> (l)) & ((1LU << ((h) - (l) + 1LU)) - 1LU)) macro