Home | History | Annotate | Download | only in src

Lines Matching defs:temp2

838     uint32_t temp2;
843 temp2 = CRC32Table[ ( (int) crc ^ *p++ ) & 0xff ];
844 crc = temp1 ^ temp2;