Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/
H A DCRC64.c103 int nByteToFill = pInfo->nBufSize<8-pInfo->nLastBytes ? pInfo->nBufSize : 8-pInfo->nLastBytes; in CRC_Generator() local
106 for (i=0; i<nByteToFill; i++) in CRC_Generator()
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/
H A DCRC64.c111 MS_S32 nByteToFill = pInfo->nBufSize<8-pInfo->nLastBytes ? pInfo->nBufSize : 8-pInfo->nLastBytes; in CRC_Generator() local
114 for (i=0; i<nByteToFill; i++) in CRC_Generator()