Home
last modified time | relevance | path

Searched defs:ccrc (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/lib/libkern/
H A Dcrc16.h72 crc16_byte(uint16_t ccrc, const uint8_t b) in crc16_byte()
/netbsd-src/external/gpl3/binutils/dist/zlib/examples/
H A Dgzlog.c298 ulong ccrc; /* crc of compressed data */ member
/netbsd-src/external/gpl3/binutils.old/dist/zlib/examples/
H A Dgzlog.c298 ulong ccrc; /* crc of compressed data */ member
/netbsd-src/external/gpl3/gdb/dist/zlib/examples/
H A Dgzlog.c298 ulong ccrc; /* crc of compressed data */ member
/netbsd-src/sys/dev/usb/
H A Dutoppy.c398 #define UTOPPY_CRC16(ccrc,b) crc16_byte((ccrc), (b)) /* from crc16.h */ argument