Home | History | Annotate | Download | only in linux

Lines Matching refs:actual_crc

475     uint32_t actual_crc = 0;
487 actual_crc = google_breakpad::UpdateCrc32(actual_crc, buf, bytes_read);
489 if (actual_crc != expected_crc) {