Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/
H A DCRC64.c89 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()
H A DCRC64.h158 int nLastBytes; member
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/
H A DCRC64.c96 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()
H A DCRC64.h160 MS_S32 nLastBytes; member