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