Home
last modified time | relevance | path

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

/linux-6.15/tools/include/linux/
H A Dbitfield.h58 #define __bf_cast_unsigned(type, x) ((__unsigned_scalar_typeof(type))(x)) macro
/linux-6.15/include/linux/
H A Dbitfield.h61 #define __bf_cast_unsigned(type, x) ((__unsigned_scalar_typeof(type))(x)) macro