Searched refs:nxtval (Results 1 – 1 of 1) sorted by relevance
812 crc416(unsigned int curval, unsigned short nxtval) in crc416() argument814 unsigned int counter, cur = curval, next = nxtval; in crc416()