tag | line | file | source code |
cc | 777 | drivers/FPU-emu/fpu_trig.c | int cc = 0; |
cc | 842 | drivers/FPU-emu/fpu_trig.c | if (q & 4) cc |= SW_C0; |
cc | 843 | drivers/FPU-emu/fpu_trig.c | if (q & 2) cc |= SW_C3; |
cc | 844 | drivers/FPU-emu/fpu_trig.c | if (q & 1) cc |= SW_C1; |
cc | 900 | drivers/FPU-emu/fpu_trig.c | cc = SW_C2; |
cc | 907 | drivers/FPU-emu/fpu_trig.c | setcc(cc); |
cc | 51 | drivers/FPU-emu/status_w.h | #define setcc(cc) ({ \ |
cc | 53 | drivers/FPU-emu/status_w.h | partial_status |= (cc) & (SW_C0|SW_C1|SW_C2|SW_C3); }) |
cc | 78 | zBoot/inflate.c | uch cc; |
cc | 80 | zBoot/inflate.c | (decrypt ? (cc = get_byte(), zdecode(cc), cc) : get_byte()) |