tag | line | file | source code |
cc | 78 | arch/i386/boot/compressed/inflate.c | uch cc; |
cc | 80 | arch/i386/boot/compressed/inflate.c | (decrypt ? (cc = get_byte(), zdecode(cc), cc) : get_byte()) |
cc | 777 | arch/i386/math-emu/fpu_trig.c | int cc = 0; |
cc | 842 | arch/i386/math-emu/fpu_trig.c | if (q & 4) cc |= SW_C0; |
cc | 843 | arch/i386/math-emu/fpu_trig.c | if (q & 2) cc |= SW_C3; |
cc | 844 | arch/i386/math-emu/fpu_trig.c | if (q & 1) cc |= SW_C1; |
cc | 900 | arch/i386/math-emu/fpu_trig.c | cc = SW_C2; |
cc | 907 | arch/i386/math-emu/fpu_trig.c | setcc(cc); |
cc | 51 | arch/i386/math-emu/status_w.h | #define setcc(cc) ({ \ |
cc | 53 | arch/i386/math-emu/status_w.h | partial_status |= (cc) & (SW_C0|SW_C1|SW_C2|SW_C3); }) |
cc | 360 | drivers/char/console.c | unsigned long cc, ll, ss, sr; |
cc | 367 | drivers/char/console.c | cc = (cols ? cols : video_num_columns); |
cc | 369 | drivers/char/console.c | sr = cc << 1; |
cc | 404 | drivers/char/console.c | video_num_columns = cc; |
cc | 816 | drivers/char/vt.c | ushort ll,cc; |
cc | 823 | drivers/char/vt.c | cc = get_fs_word(&vtsizes->v_cols); |
cc | 824 | drivers/char/vt.c | return vc_resize(ll, cc); |