Home
last modified time | relevance | path

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

/include/uapi/asm-generic/
A Dbitsperlong.h27 #ifndef __BITS_PER_LONG_LONG
28 #define __BITS_PER_LONG_LONG 64 macro
/include/uapi/linux/
A Dbits.h9 #define __GENMASK_ULL(h, l) (((~_ULL(0)) << (l)) & (~_ULL(0) >> (__BITS_PER_LONG_LONG - 1 - (h))))

Completed in 4 milliseconds