Lines Matching refs:Crot
1902 isc_int32_t Crot;
1909 #define Crot state->Crot
1969 if ((Crot & 0x80000000)) {
1970 Crot <<= 1;
1971 Crot += 1;
1973 Crot <<= 1;
1975 Crot += c;
2005 Ceor = Csum = Crot = word = bcount = 0;
2056 if ((oeor != Ceor) || (osum != Csum) || (orot != Crot))
2073 if ((Crot & 0x80000000)) {
2074 Crot <<= 1;
2075 Crot += 1;
2077 Crot <<= 1;
2079 Crot += c;
2137 Ceor = Csum = Crot = word = bcount = 0;
2148 snprintf(buf, sizeof(buf), "x %d %x %x %x", inbuflen, Ceor, Csum, Crot);