Searched refs:bIsLast (Results 1 – 5 of 5) sorted by relevance
151 …unsigned char bIsLast; // When bIsLast=1, the last nBufSize%8 bytes are zero-padded to 8-byte for … member
90 pInfo->bIsLast = 0; in CRC_Init()109 if (!pInfo->bIsLast) { in CRC_Generator()141 if (!pInfo->bIsLast) { in CRC_Generator()
153 …MS_U8 bIsLast; // When bIsLast=1, the last nBufSize%8 bytes are zero-padded to 8-byte for the last… member
97 pInfo->bIsLast = 0; in CRC_Init()117 if (!pInfo->bIsLast) { in CRC_Generator()149 if (!pInfo->bIsLast) { in CRC_Generator()
600 gCRC_DramBitstream.bIsLast = bFrameDone ? 1 : 0; in PrintCRC()