Home
last modified time | relevance | path

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

/rkdeveloptool/
H A DRKBoot.cpp49 pOldCrc = (UINT*)(m_BootData+(m_BootSize-4)); in CrcCheck()
50 ulNewCrc = CRC_32(m_BootData,m_BootSize-4); in CrcCheck()
236 m_BootSize=dwBootSize; in CRKBoot()
284 memcpy(m_crc,m_BootData+(m_BootSize-4),4); in CRKBoot()
H A DRKBoot.h85 DWORD m_BootSize; variable