Lines Matching refs:UINT
9 UINT CRKImage::GetVersion() in GetVersion()
13 UINT CRKImage::GetMergeVersion() in GetMergeVersion()
27 UINT *pOsType; in GetOsType()
28 pOsType = (UINT *)&m_reserved[4]; in GetOsType()
38 UINT CRKImage::GetBootOffset() in GetBootOffset()
42 UINT CRKImage::GetBootSize() in GetBootSize()
46 UINT CRKImage::GetFWOffset() in GetFWOffset()
115 UINT uiActualRead; in GetData()
265 UINT *pOsType; in CRKImage()
266 pOsType = (UINT *)&m_reserved[4]; in CRKImage()
267 *pOsType = (UINT)RK_OS; in CRKImage()