Home
last modified time | relevance | path

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

/linux/tools/include/linux/
H A Dbitfield.h59 #define __bf_cast_unsigned(type, x) ((__unsigned_scalar_typeof(type))(x)) macro
69 BUILD_BUG_ON_MSG(__bf_cast_unsigned(_mask, _mask) > \
70 __bf_cast_unsigned(_reg, ~0ull), \