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

/linux-master/tools/include/linux/
H A Dbitfield.h48 #define __unsigned_scalar_typeof(x) typeof( \ macro
58 #define __bf_cast_unsigned(type, x) ((__unsigned_scalar_typeof(type))(x))
/linux-master/include/linux/
H A Dbitfield.h51 #define __unsigned_scalar_typeof(x) typeof( \ macro
61 #define __bf_cast_unsigned(type, x) ((__unsigned_scalar_typeof(type))(x))

Completed in 143 milliseconds