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

/freebsd-13-stable/usr.bin/mkimg/
H A Dvhdx.c128 #define CRC32C(c, d) (c = (c>>8) ^ crc_c[(c^(d))&0xFF]) macro
205 CRC32C(crc, buf[i]);
/freebsd-13-stable/usr.sbin/traceroute6/
H A Dtraceroute6.c1627 * CRC32C routine for the Stream Control Transmission Protocol
1630 #define CRC32C(c, d) (c = (c>>8) ^ crc_c[(c^(d))&0xFF]) macro
1708 CRC32C(crc32c, buf[i]);
/freebsd-13-stable/contrib/traceroute/
H A Dtraceroute.c1784 * CRC32C routine for the Stream Control Transmission Protocol
1787 #define CRC32C(c, d) (c = (c>>8) ^ crc_c[(c^(d))&0xFF]) macro
1865 CRC32C(crc32c, buf[i]);

Completed in 78 milliseconds