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 | 328 | drivers/sound/ad1848.c | int shift; |
shift | 334 | drivers/sound/ad1848.c | shift = mix_devices[dev][chn].bitpos; |
shift | 337 | drivers/sound/ad1848.c | *regval &= ~(mask << shift); /* Clear bits */ |
shift | 338 | 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 | 239 | include/asm-alpha/apecs.h | unsigned long result, shift, msb; |
shift | 241 | include/asm-alpha/apecs.h | shift = (addr & 0x3) * 8; |
shift | 250 | include/asm-alpha/apecs.h | result >>= shift; |
shift | 256 | include/asm-alpha/apecs.h | unsigned long result, shift, msb; |
shift | 258 | include/asm-alpha/apecs.h | shift = (addr & 0x3) * 8; |
shift | 267 | include/asm-alpha/apecs.h | result >>= 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 | 98 | include/linux/timex.h | int shift; /* interval duration (s) (shift) (ro) */ |
shift | 39 | mm/filemap.c | static inline void multi_bmap(struct inode * inode, unsigned long block, unsigned int * nr, int shift) |
shift | 41 | mm/filemap.c | int i = PAGE_SIZE >> shift; |
shift | 42 | mm/filemap.c | block >>= shift; |