Searched refs:pOldCrc (Results 1 – 1 of 1) sorted by relevance
48 UINT*pOldCrc,ulNewCrc; in CrcCheck() local49 pOldCrc = (UINT*)(m_BootData+(m_BootSize-4)); in CrcCheck()51 return (*pOldCrc==ulNewCrc)?true:false; in CrcCheck()