taglinefilesource code
shift55arch/i386/math-emu/poly_2xm1.clong int               exponent, shift;
shift77arch/i386/math-emu/poly_2xm1.cshift = (argSignif.msw & 0x40000000) ? 3 : 2;
shift85arch/i386/math-emu/poly_2xm1.cshift = 1;
shift92arch/i386/math-emu/poly_2xm1.cshift = 0;
shift109arch/i386/math-emu/poly_2xm1.cif ( shift )
shift116arch/i386/math-emu/poly_2xm1.cmul_Xsig_Xsig(&accumulator, shiftterm[shift]);
shift23drivers/char/selection.hextern void invert_screen(int currcons, int offset, int count, int 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;  /*