Searched refs:crcp (Results 1 – 3 of 3) sorted by relevance
116 m_crcposix(unsigned int *crcp, const unsigned char *bp, size_t n) in m_crcposix() argument118 m_crcposix(unsigned long *crcp, const unsigned char *bp, size_t n) in m_crcposix()122 *crcp = (*crcp << 8) ^ crctab[(unsigned char)((*crcp>>24)^*bp++)]; in m_crcposix()
107 m_crcposix (crcp, bp, n) in m_crcposix() argument108 register ulong *crcp; in m_crcposix()113 *crcp = (*crcp<<8) ^ crctab[(uchar)((*crcp>>24)^*bp++)];
123 static void crc(unsigned long *crcp, unsigned val);1520 crc(unsigned long *crcp, unsigned val) in crc() argument1522 *crcp = (*crcp<<8) ^ crctab[(unsigned char)((*crcp>>24)^val)]; in crc()