| tag | line | file | source code | 
| shift | 55 | arch/i386/math-emu/poly_2xm1.c | long int               exponent, shift; | 
| shift | 77 | arch/i386/math-emu/poly_2xm1.c | shift = (argSignif.msw & 0x40000000) ? 3 : 2; | 
| shift | 85 | arch/i386/math-emu/poly_2xm1.c | shift = 1; | 
| shift | 92 | arch/i386/math-emu/poly_2xm1.c | shift = 0; | 
| shift | 109 | arch/i386/math-emu/poly_2xm1.c | if ( shift ) | 
| shift | 116 | arch/i386/math-emu/poly_2xm1.c | mul_Xsig_Xsig(&accumulator, shiftterm[shift]); | 
| shift | 23 | drivers/char/selection.h | extern void invert_screen(int currcons, int offset, int count, int shift); | 
| shift | 323 | drivers/sound/ad1848.c | int             shift; | 
| shift | 329 | drivers/sound/ad1848.c | shift = mix_devices[dev][chn].bitpos; | 
| shift | 332 | drivers/sound/ad1848.c | *regval &= ~(mask << shift);  /* Clear bits */ | 
| shift | 333 | drivers/sound/ad1848.c | *regval |= (newval & mask) << shift;  /* Set new value */ | 
| shift | 175 | drivers/sound/sb_mixer.c | int             shift; | 
| shift | 182 | drivers/sound/sb_mixer.c | shift = (*iomap)[dev][chn].bitoffs - (*iomap)[dev][LEFT_CHN].nbits + 1; | 
| shift | 184 | drivers/sound/sb_mixer.c | *regval &= ~(mask << shift);  /* | 
| shift | 187 | drivers/sound/sb_mixer.c | *regval |= (newval & mask) << shift;  /* | 
| shift | 210 | include/asm-alpha/lca.h | unsigned long result, shift, msb; | 
| shift | 212 | include/asm-alpha/lca.h | shift = (addr & 0x3) * 8; | 
| shift | 221 | include/asm-alpha/lca.h | result >>= shift; | 
| shift | 227 | include/asm-alpha/lca.h | unsigned long result, shift, msb; | 
| shift | 229 | include/asm-alpha/lca.h | shift = (addr & 0x3) * 8; | 
| shift | 238 | include/asm-alpha/lca.h | result >>= shift; | 
| shift | 94 | include/linux/timex.h | int shift;              /* interval duration (s) (shift) (ro) */ | 
| shift | 31 | mm/filemap.c | static inline void multi_bmap(struct inode * inode, unsigned int block, unsigned int * nr, int shift) | 
| shift | 33 | mm/filemap.c | int i = PAGE_SIZE >> shift; | 
| shift | 34 | mm/filemap.c | block >>= shift; |