cs2 470 drivers/isdn/mISDN/dsp_blowfish.c u8 cs, cs0, cs1, cs2; cs2 495 drivers/isdn/mISDN/dsp_blowfish.c cs2 = bf_crypt_inring[j++ & 15]; cs2 496 drivers/isdn/mISDN/dsp_blowfish.c yr = (yr << 7) | (cs2 & 0x7f); cs2 511 drivers/isdn/mISDN/dsp_blowfish.c if ((cs & 0x7) != (((cs2 >> 5) & 4) | ((cs1 >> 6) & 2) | (cs0 >> 7))) { cs2 832 scripts/gcc-plugins/gcc-common.h static inline void cgraph_call_edge_duplication_hooks(cgraph_edge *cs1, cgraph_edge *cs2) cs2 834 scripts/gcc-plugins/gcc-common.h symtab->call_edge_duplication_hooks(cs1, cs2);