Lines Matching refs:base
17 * from which they extract the base mask and shift amount.
173 #define ____MAKE_OP(type,base,to,from) \
174 static __always_inline __##type type##_encode_bits(base v, base field) \
181 base val, base field) \
186 base val, base field) \
190 static __always_inline base type##_get_bits(__##type v, base field) \