cents             114 sound/isa/gus/gus_volume.c short snd_gf1_compute_vibrato(short cents, unsigned short fc_register)
cents             126 sound/isa/gus/gus_volume.c 	pcents = cents < 0 ? -cents : cents;
cents             143 sound/isa/gus/gus_volume.c 	return cents < 0 ? -(short) depth : (short) depth;