numeric           538 drivers/media/pci/cx25821/cx25821-medusa-video.c static unsigned long convert_to_twos(long numeric, unsigned long bits_len)
numeric           542 drivers/media/pci/cx25821/cx25821-medusa-video.c 	if (numeric >= 0)
numeric           543 drivers/media/pci/cx25821/cx25821-medusa-video.c 		return numeric;
numeric           545 drivers/media/pci/cx25821/cx25821-medusa-video.c 		temp = ~(abs(numeric) & 0xFF);