Home | History | Annotate | Download | only in metrics

Lines Matching refs:kCrcTable

25 const uint32 Histogram::kCrcTable[256] = {0x0, 0x77073096L, 0xee0e612cL,
580 sum = kCrcTable[(sum & 0xff) ^ converter.bytes[i]] ^ (sum >> 8);