__width           675 drivers/media/dvb-frontends/stv090x.c static inline s32 comp2(s32 __x, s32 __width)
__width           677 drivers/media/dvb-frontends/stv090x.c 	if (__width == 32)
__width           680 drivers/media/dvb-frontends/stv090x.c 		return (__x >= (1 << (__width - 1))) ? (__x - (1 << __width)) : __x;