taglinefilesource code
shift55drivers/FPU-emu/poly_2xm1.clong int               exponent, shift;
shift77drivers/FPU-emu/poly_2xm1.cshift = (argSignif.msw & 0x40000000) ? 3 : 2;
shift85drivers/FPU-emu/poly_2xm1.cshift = 1;
shift92drivers/FPU-emu/poly_2xm1.cshift = 0;
shift109drivers/FPU-emu/poly_2xm1.cif ( shift )
shift116drivers/FPU-emu/poly_2xm1.cmul_Xsig_Xsig(&accumulator, shiftterm[shift]);
shift158drivers/sound/sb_mixer.cint             shift;
shift165drivers/sound/sb_mixer.cshift = (*iomap)[dev][chn].bitoffs - (*iomap)[dev][LEFT_CHN].nbits + 1;
shift167drivers/sound/sb_mixer.c*regval &= ~(mask << shift);  /*
shift170drivers/sound/sb_mixer.c*regval |= (newval & mask) << shift;  /*