Searched refs:vptr (Results 1 – 4 of 4) sorted by relevance
24 unsigned int crc8(unsigned int crc, const unsigned char *vptr, int len) in crc8() argument29 crc = _crc8((crc ^ vptr[i]) << 8); in crc8()
14 unsigned compute_ip_checksum(const void *vptr, unsigned nbytes) in compute_ip_checksum() argument17 const unsigned short *ptr = vptr; in compute_ip_checksum()
22 unsigned int crc8(unsigned int crc_start, const unsigned char *vptr, int len);
13 unsigned int crc8(unsigned int crc_start, const unsigned char *vptr, int len);