Searched refs:crc32_string (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/gnu/gcc/gcc/ |
H A D | coverage.c | 480 chksum = crc32_string (chksum, string); in coverage_checksum_string()
|
H A D | tree.c | 6008 crc32_string (unsigned chksum, const char *string) in crc32_string() function 6073 sprintf (q, "%s_%08X", p, crc32_string (0, file)); in get_file_function_name_long() 6096 sprintf (q + len, "_%08X_%08X", crc32_string (0, name), in get_file_function_name_long() 6097 crc32_string (0, flag_random_seed)); in get_file_function_name_long()
|
H A D | tree.h | 4170 extern unsigned crc32_string (unsigned, const char *);
|