NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
crc_byte
usr.bin/cksum/crc.c
137
thecrc = crc_byte(thecrc, len & 0xff);
usr.bin/cksum/crc_extern.h
37
uint32_t crc_byte(uint32_t, unsigned int);