Searched refs:crcp (Results 1 – 3 of 3) sorted by relevance
114 m_crcposix(unsigned int *crcp, const unsigned char *bp, size_t n) in m_crcposix() argument116 m_crcposix(unsigned long *crcp, const unsigned char *bp, size_t n) in m_crcposix()120 *crcp = (*crcp << 8) ^ crctab[(unsigned char)((*crcp>>24)^*bp++)]; in m_crcposix()
105 m_crcposix (crcp, bp, n) in m_crcposix() argument106 register ulong *crcp; in m_crcposix()111 *crcp = (*crcp<<8) ^ crctab[(uchar)((*crcp>>24)^*bp++)];
121 static void crc(unsigned long *crcp, unsigned val);1518 crc(unsigned long *crcp, unsigned val) in crc() argument1520 *crcp = (*crcp<<8) ^ crctab[(unsigned char)((*crcp>>24)^val)]; in crc()