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

/freebsd-11-stable/usr.bin/mkimg/
H A Dvhdx.c129 #define CRC32C(c, d) (c = (c>>8) ^ crc_c[(c^(d))&0xFF]) macro
206 CRC32C(crc, buf[i]);
/freebsd-11-stable/usr.sbin/traceroute6/
H A Dtraceroute6.c1576 * CRC32C routine for the Stream Control Transmission Protocol
1579 #define CRC32C(c, d) (c = (c>>8) ^ crc_c[(c^(d))&0xFF]) macro
1657 CRC32C(crc32c, buf[i]);
/freebsd-11-stable/contrib/traceroute/
H A Dtraceroute.c1781 * CRC32C routine for the Stream Control Transmission Protocol
1784 #define CRC32C(c, d) (c = (c>>8) ^ crc_c[(c^(d))&0xFF]) macro
1862 CRC32C(crc32c, buf[i]);

Completed in 123 milliseconds