Home
last modified time | relevance | path

Searched refs:aPoly (Results 1 – 1 of 1) sorted by relevance

/rkdeveloptool/
H A Dcrc.cpp228 void CRCBuildTable16(unsigned short aPoly , unsigned short *crcTable) in CRCBuildTable16() argument
241 nAccum = (nAccum << 1) ^ aPoly; in CRCBuildTable16()