Lines Matching defs:Crot
1632 isc_int32_t Crot;
1639 #define Crot state->Crot
1699 if ((Crot & 0x80000000)) {
1700 Crot <<= 1;
1701 Crot += 1;
1703 Crot <<= 1;
1705 Crot += c;
1735 Ceor = Csum = Crot = word = bcount = 0;
1782 if ((oeor != Ceor) || (osum != Csum) || (orot != Crot))
1799 if ((Crot & 0x80000000)) {
1800 Crot <<= 1;
1801 Crot += 1;
1803 Crot <<= 1;
1805 Crot += c;
1863 Ceor = Csum = Crot = word = bcount = 0;
1874 snprintf(buf, sizeof(buf), "x %d %x %x %x", inbuflen, Ceor, Csum, Crot);