tag | line | file | source code |
fc | 171 | arch/alpha/math-emu/fp-emul.c | unsigned long opcode, fa, fb, fc, func, mode; |
fc | 177 | arch/alpha/math-emu/fp-emul.c | fc = (insn >> 0) & 0x1f; /* destination register */ |
fc | 319 | arch/alpha/math-emu/fp-emul.c | alpha_write_fp_reg(fc, vc); |
fc | 564 | arch/alpha/math-emu/ieee-math.c | unsigned long mask, fa, fb, fc; |
fc | 590 | arch/alpha/math-emu/ieee-math.c | fc = fa + fb; |
fc | 592 | arch/alpha/math-emu/ieee-math.c | op_c->s = fc >> 63; |
fc | 594 | arch/alpha/math-emu/ieee-math.c | fc = -fc; |
fc | 596 | arch/alpha/math-emu/ieee-math.c | op_c->f[0] = fc; |
fc | 420 | drivers/sound/gus_wave.c | unsigned short fc; |
fc | 422 | drivers/sound/gus_wave.c | fc = (unsigned short) (((freq << 9) + (divisor >> 1)) / divisor); |
fc | 423 | drivers/sound/gus_wave.c | fc = fc << 1; |
fc | 425 | drivers/sound/gus_wave.c | gus_write16 (0x01, fc); |
fc | 49 | include/linux/if_tr.h | unsigned char fc; /* frame control field */ |
fc | 49 | net/802/tr.c | trh->fc=LLC_FRAME; |