Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Dbits.h9 #define __GENMASK(h,l) (((~_UL(0)) - (_UL(1) << (l)) + 1) & (~_UL(0) >> (__BITS_PER_LONG - 1 - (h))…
Dconst.h17 #define _UL(x) (_AC(x, UL)) macro
19 #define _BITUL(x) (_UL(1) << (x))