tag | line | file | source code |
ov | 740 | arch/alpha/math-emu/ieee-math.c | unsigned long ov, uv, res = 0; |
ov | 752 | arch/alpha/math-emu/ieee-math.c | ov = 0; |
ov | 755 | arch/alpha/math-emu/ieee-math.c | ov |= temp.f[1] >> 63; |
ov | 758 | arch/alpha/math-emu/ieee-math.c | if (ov || (temp.f[1] & 0xffc0000000000000)) |
ov | 442 | drivers/char/vt.c | u_short v, ov; |
ov | 494 | drivers/char/vt.c | ov = U(key_map[i]); |
ov | 495 | drivers/char/vt.c | if (v == ov) |
ov | 501 | drivers/char/vt.c | if (((ov == K_SAK) || (v == K_SAK)) && !suser()) |
ov | 504 | drivers/char/vt.c | if (!s && (KTYP(ov) == KT_SHIFT || KTYP(v) == KT_SHIFT)) |