Home | History | Annotate | Download | only in genrb

Lines Matching defs:temp2

132     uint32_t temp2;
157 temp2 = crc_ta[(crc^*ptr) & 0xFF];
158 crc = temp1^temp2;