Searched refs:crc32_byte (Results 1 – 7 of 7) sorted by relevance
608 chksum = crc32_byte (chksum, bb->index); in coverage_compute_cfg_checksum()611 chksum = crc32_byte (chksum, e->dest->index); in coverage_compute_cfg_checksum()
5246 crc32_byte (unsigned chksum, char byte) in crc32_byte() function
8682 chksum = crc32_byte (chksum, *string); in crc32_string()
27706 * tree.c (crc32_string): Use crc32_byte.27707 (crc32_byte): New function.27708 * tree.h (crc32_byte): New function.
20195 (crc32_byte): ... here. Use it.
33139 (crc32_unsigned, crc32_byte): Remove.
488 crc = crc32_byte (crc, buffer[ix]); in calc_crc()