Searched refs:crc_c (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])
131 static uint32_t crc_c[256] = { variable
/freebsd-11-stable/usr.sbin/traceroute6/
H A Dtraceroute6.c1579 #define CRC32C(c, d) (c = (c>>8) ^ crc_c[(c^(d))&0xFF])
1581 static u_int32_t crc_c[256] = { variable
/freebsd-11-stable/contrib/traceroute/
H A Dtraceroute.c1784 #define CRC32C(c, d) (c = (c>>8) ^ crc_c[(c^(d))&0xFF])
1786 static u_int32_t crc_c[256] = { variable

Completed in 93 milliseconds