Searched defs:CRC (Results 1 – 5 of 5) sorted by relevance
/titanic_52/usr/src/uts/common/io/1394/ | ||
H A D | s1394_csr.c | 1290 uint_t CRC; in s1394_CSR_topology_map_update() local |
H A D | s1394_misc.c | 511 uint_t CRC = 0; in s1394_CRC16() local |
H A D | s1394_dev_disc.c | 2154 uint32_t crc_len, crc_value, CRC, CRC_old, quad0; in s1394_valid_cfgrom() local |
/titanic_52/usr/src/contrib/ast/src/lib/libsum/ | ||
H A D | sum-crc.c | 57 #define CRC(p,s,c) (s = (s >> 8) ^ (p)->tab[(s ^ (c)) & 0xff]) macro |
/titanic_52/usr/src/cmd/cpio/ | ||
H A D | cpio.h | 98 #define CRC 4 /* CRC with expanded maj/min numbers */ macro |