Searched refs:__bf_cast_unsigned (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/include/linux/
H A Dbitfield.h58 #define __bf_cast_unsigned(type, x) ((__unsigned_scalar_typeof(type))(x)) macro
68 BUILD_BUG_ON_MSG(__bf_cast_unsigned(_mask, _mask) > \
69 __bf_cast_unsigned(_reg, ~0ull), \
/linux-master/include/linux/
H A Dbitfield.h61 #define __bf_cast_unsigned(type, x) ((__unsigned_scalar_typeof(type))(x)) macro
72 BUILD_BUG_ON_MSG(__bf_cast_unsigned(_mask, _mask) > \
73 __bf_cast_unsigned(_reg, ~0ull), \

Completed in 165 milliseconds