Home
last modified time | relevance | path

Searched refs:_UL (Results 1 – 3 of 3) sorted by relevance

/include/uapi/linux/
A Dbits.h7 #define __GENMASK(h, l) (((~_UL(0)) << (l)) & (~_UL(0) >> (__BITS_PER_LONG - 1 - (h))))
A Dconst.h25 #define _UL(x) (_AC(x, UL)) macro
28 #define _BITUL(x) (_UL(1) << (x))
/include/vdso/
A Dconst.h7 #define UL(x) (_UL(x))

Completed in 5 milliseconds