Haiku
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
CRC32
headers/private/kernel/platform/efi/types.h
79
uint32_t CRC32;
src/bin/unzip/crc32.c
27
#ifdef CRC32
src/bin/unzip/crc32.c
31
#define DO1(buf) crc = CRC32(crc, *buf++)