_to_shift         235 include/linux/overflow.h 	unsigned int _to_shift =					\
_to_shift         237 include/linux/overflow.h 	*_d = (_a_full << _to_shift);					\
_to_shift         238 include/linux/overflow.h 	(_to_shift != _s || is_negative(*_d) || is_negative(_a) ||	\
_to_shift         239 include/linux/overflow.h 	(*_d >> _to_shift) != _a);					\