Searched refs:crc32_string (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | coverage.c | 523 chksum = crc32_string (chksum, string); in coverage_checksum_string()
|
H A D | toplev.c | 307 random_seed = crc32_string (0, flag_random_seed); in set_random_seed()
|
H A D | tree.c | 9589 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 D | tree.h | 5058 extern unsigned crc32_string (unsigned, const char *);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | coverage.cc | 525 chksum = crc32_string (chksum, string); in coverage_checksum_string()
|
H A D | toplev.cc | 301 random_seed = crc32_string (0, flag_random_seed); in set_random_seed()
|
H A D | tree.cc | 8679 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 D | tree.h | 5239 extern unsigned crc32_string (unsigned, const char *);
|
H A D | ChangeLog-2003 | 15384 * tree.h (crc32_string): Declare. 15386 (crc32_string): New. 15387 (get_file_function_name_long): Use crc32_string here.
|
H A D | ChangeLog-2011 | 10386 * lto-streamer.c (lto_get_section_name): Remove crc32_string. 27706 * tree.c (crc32_string): Use crc32_byte.
|
H A D | ChangeLog-2017 | 33140 (crc32_string): Remove unnecessary braces.
|
H A D | ChangeLog-2004 | 46292 (coverage_checksum_string): ... this one, Use crc32_string; recognize
|