Home
last modified time | relevance | path

Searched refs:our_checksum (Results 1 – 1 of 1) sorted by relevance

/qemu/hw/core/
H A Dloader.c1678 static bool parse_record(HexLine *line, uint8_t *our_checksum, const uint8_t c, in parse_record() argument
1714 *our_checksum += value; in parse_record()
1826 uint8_t our_checksum = 0; in parse_hex_blob() local
1849 our_checksum != 0) { in parse_hex_blob()
1869 if (!parse_record(&parser.line, &our_checksum, *hex_blob, in parse_hex_blob()