Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcoverage.c523 chksum = crc32_string (chksum, string); in coverage_checksum_string()
H A Dtoplev.c307 random_seed = crc32_string (0, flag_random_seed); in set_random_seed()
H A Dtree.c9589 crc32_string (unsigned chksum, const char *string) in crc32_string() function
9700 crc32_string (0, name), get_random_seed (false)); in get_file_function_name()
H A Dtree.h5058 extern unsigned crc32_string (unsigned, const char *);
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcoverage.cc525 chksum = crc32_string (chksum, string); in coverage_checksum_string()
H A Dtoplev.cc301 random_seed = crc32_string (0, flag_random_seed); in set_random_seed()
H A Dtree.cc8679 crc32_string (unsigned chksum, const char *string) in crc32_string() function
8790 crc32_string (0, name), get_random_seed (false)); in get_file_function_name()
H A Dtree.h5239 extern unsigned crc32_string (unsigned, const char *);
H A DChangeLog-200315384 * tree.h (crc32_string): Declare.
15386 (crc32_string): New.
15387 (get_file_function_name_long): Use crc32_string here.
H A DChangeLog-201110386 * lto-streamer.c (lto_get_section_name): Remove crc32_string.
27706 * tree.c (crc32_string): Use crc32_byte.
H A DChangeLog-201733140 (crc32_string): Remove unnecessary braces.
H A DChangeLog-200446292 (coverage_checksum_string): ... this one, Use crc32_string; recognize