Lines Matching +full:0 +full:xf8000000
24 while (e > 0 && tmp < (1 << e)) in snd_gf1_lvol_to_gvol_raw()
33 if (m > 0) { in snd_gf1_lvol_to_gvol_raw()
43 #if 0
51 return 0;
81 vol_rates[0] :
83 for (i = 0; i < 3; i++) {
95 return (range << 6) | (increment & 0x3f);
98 #endif /* 0 */
105 if (freq16 & 0xf8000000) { in snd_gf1_translate_freq()
106 freq16 = ~0xf8000000; in snd_gf1_translate_freq()
107 snd_printk(KERN_ERR "snd_gf1_translate_freq: overflow - freq = 0x%x\n", freq16); in snd_gf1_translate_freq()
112 #if 0
118 0, 0, 32, 592, 61, 1175, 93, 1808,
127 pcents = cents < 0 ? -cents : cents;
131 /* is the cents index from 0-255 cents, and the second number in the */
144 return cents < 0 ? -(short) depth : (short) depth;
153 char bend_down = 0;
160 if (sensitivity < 0) {
183 int scale = 0;
204 #endif /* 0 */