Searched refs:CRC32C (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/usr.bin/mkimg/
H A Dvhdx.c126 #define CRC32C(c, d) (c = (c>>8) ^ crc_c[(c^(d))&0xFF]) macro
203 CRC32C(crc, buf[i]);
/freebsd-current/usr.sbin/traceroute6/
H A Dtraceroute6.c1641 * CRC32C routine for the Stream Control Transmission Protocol
1644 #define CRC32C(c, d) (c = (c >> 8) ^ crc_c[(c ^ (d)) & 0xFF]) macro
1722 CRC32C(crc32c, buf[i]);
/freebsd-current/usr.sbin/traceroute/
H A Dtraceroute.c1732 * CRC32C routine for the Stream Control Transmission Protocol
1735 #define CRC32C(c, d) (c = (c >> 8) ^ crc_c[(c ^ (d)) & 0xFF]) macro
1813 CRC32C(crc32c, buf[i]);

Completed in 154 milliseconds