Searched refs:_UL (Results 1 – 3 of 3) sorted by relevance
7 #define __GENMASK(h, l) (((~_UL(0)) << (l)) & (~_UL(0) >> (__BITS_PER_LONG - 1 - (h))))
25 #define _UL(x) (_AC(x, UL)) macro28 #define _BITUL(x) (_UL(1) << (x))
7 #define UL(x) (_UL(x))
Completed in 4 milliseconds