Searched refs:__bf_cast_unsigned (Results 1 – 2 of 2) sorted by relevance
58 #define __bf_cast_unsigned(type, x) ((__unsigned_scalar_typeof(type))(x)) macro68 BUILD_BUG_ON_MSG(__bf_cast_unsigned(_mask, _mask) > \69 __bf_cast_unsigned(_reg, ~0ull), \
61 #define __bf_cast_unsigned(type, x) ((__unsigned_scalar_typeof(type))(x)) macro71 BUILD_BUG_ON_MSG(__bf_cast_unsigned(_mask, _mask) > \72 __bf_cast_unsigned(_reg, ~0ull), \