Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/
Dcoverage.c497 chksum = crc32_string (chksum, (ptr) ? ptr : string); in coverage_checksum_string()
Dtree.c6039 crc32_string (unsigned chksum, const char *string) in crc32_string() function
6134 sprintf (q + len, "_%08X_%08X", crc32_string (0, name), in get_file_function_name()
6135 crc32_string (0, flag_random_seed)); in get_file_function_name()
Dtree.h4258 extern unsigned crc32_string (unsigned, const char *);
DChangeLog-200315384 * tree.h (crc32_string): Declare.
15386 (crc32_string): New.
15387 (get_file_function_name_long): Use crc32_string here.
DChangeLog-200446292 (coverage_checksum_string): ... this one, Use crc32_string; recognize