Searched defs:_BITUL (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/arch/mips/include/asm/ | ||
D | const.h | 24 #define _BITUL(x) (_AC(1,UL) << (x)) macro |
/external/kernel-headers/original/uapi/linux/ | ||
D | const.h | 28 #define _BITUL(x) (_UL(1) << (x)) macro |