Searched refs:crc (Results 1 – 11 of 11) sorted by relevance
174 unsigned int crc = init; in xcrc32() local177 crc = (crc << 8) ^ crc32_table[((crc >> 24) ^ *buf) & 255]; in xcrc32()180 return crc; in xcrc32()
371 unsigned int crc = 0xffffffff; in crc32() local392 crc = (crc << 8) ^ crc32_table[(crc >> 24) ^ *buf]; in crc32()395 return crc; in crc32()460 int crc, len, sum, x, final_len; in shorten_identifier() local468 crc = crc32 ((unsigned char *)name + final_len, in shorten_identifier()470 crc_chars = encode_32 (crc); in shorten_identifier()
1084 bfd_calc_gnu_debuglink_crc32 (unsigned long crc, in bfd_calc_gnu_debuglink_crc32() argument1145 crc = ~crc & 0xffffffff; in bfd_calc_gnu_debuglink_crc32()1147 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8); in bfd_calc_gnu_debuglink_crc32()1148 return ~crc & 0xffffffff; in bfd_calc_gnu_debuglink_crc32()1275 separate_debug_file_exists (const char *name, const unsigned long crc) in separate_debug_file_exists() argument1293 return crc == file_crc; in separate_debug_file_exists()
1068 (unsigned long crc, const unsigned char *buf, bfd_size_type len);
2 #as: -march=armv8-a+crc
3 #as: -march=armv8-a+crc
125 @item @code{crc} @tab ARMv8-A @tab No
1542 7 static ulg crc = (ulg)0xffffffffL;1547 12 c = crc;1552 17 crc = c;1580 static ulg crc = (ulg)0xffffffffL;1585 1 -> c = crc;1590 2 -> crc = c;
1720 (arm_extensions): Add entry for crc.1763 * config/tc-aarch64.c (aarch64_features): Add the 'crc' option.
1570 crc fields.