Home | History | Annotate | Download | only in metrics

Lines Matching defs:bytes

24 // Static table of checksums for all possible 8 bit bytes.
576 unsigned char bytes[sizeof(Histogram::Sample)];
580 sum = kCrcTable[(sum & 0xff) ^ converter.bytes[i]] ^ (sum >> 8);
584 // and we don't care about edge cases since we have an even number of bytes.