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

/bind-9.11.3/lib/dns/
H A Drdata.c1902 isc_int32_t Crot; member in struct:state
1909 #define Crot state->Crot macro
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))
[all...]

Completed in 17 milliseconds