Searched refs:_UL (Results 1 – 2 of 2) sorted by relevance
9 #define __GENMASK(h,l) (((~_UL(0)) - (_UL(1) << (l)) + 1) & (~_UL(0) >> (__BITS_PER_LONG - 1 - (h))…
17 #define _UL(x) (_AC(x, UL)) macro19 #define _BITUL(x) (_UL(1) << (x))