Searched refs:Crot (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/
H A Drdata.c1632 isc_int32_t Crot; member in struct:state
1639 #define Crot state->Crot macro
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))
[all...]

Completed in 11 milliseconds