Searched refs:target_crc (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dremote.c4803 unsigned long host_crc, target_crc;
4853 for (target_crc = 0, tmp = &buf[1]; *tmp; tmp++)
4854 target_crc = target_crc * 16 + fromhex (*tmp);
4858 if (host_crc == target_crc)
4790 unsigned long host_crc, target_crc; local

Completed in 94 milliseconds