Searched refs:nLastBytes (Results 1 – 4 of 4) sorted by relevance
89 pInfo->nLastBytes = 0; in CRC_Init()102 if (pInfo->nLastBytes!=0) { in CRC_Generator()103 int nByteToFill = pInfo->nBufSize<8-pInfo->nLastBytes ? pInfo->nBufSize : 8-pInfo->nLastBytes; in CRC_Generator()104 for (j=0; j<pInfo->nLastBytes; j++) in CRC_Generator()111 pInfo->nLastBytes = j; in CRC_Generator()112 for (i=0; i<pInfo->nLastBytes; i++) in CRC_Generator()120 pInfo->nLastBytes = 0; in CRC_Generator()126 pInfo->nLastBytes = 0; in CRC_Generator()144 pInfo->nLastBytes = j; in CRC_Generator()
158 int nLastBytes; member
96 pInfo->nLastBytes = 0; in CRC_Init()110 if (pInfo->nLastBytes!=0) { in CRC_Generator()111 MS_S32 nByteToFill = pInfo->nBufSize<8-pInfo->nLastBytes ? pInfo->nBufSize : 8-pInfo->nLastBytes; in CRC_Generator()112 for (j=0; j<pInfo->nLastBytes; j++) in CRC_Generator()119 pInfo->nLastBytes = j; in CRC_Generator()120 for (i=0; i<pInfo->nLastBytes; i++) in CRC_Generator()128 pInfo->nLastBytes = 0; in CRC_Generator()134 pInfo->nLastBytes = 0; in CRC_Generator()152 pInfo->nLastBytes = j; in CRC_Generator()
160 MS_S32 nLastBytes; member