Searched refs:usLoaderDate (Results 1 – 4 of 4) sorted by relevance
180 pSec1->usLoaderDate = ByteToBCD(pBootHead->stReleaseTime.ucMonth); in MakeSector1()181 pSec1->usLoaderDate = (pSec1->usLoaderDate << 8) | ByteToBCD(pBootHead->stReleaseTime.ucDay); in MakeSector1()
114 USHORT usLoaderDate; member
29 USHORT usLoaderDate; member
469 pSec1->usLoaderDate = ByteToBCD(((STRUCT_RKTIME)m_pImage->m_bootObject->ReleaseTime).ucMonth); in MakeSector1()470 …pSec1->usLoaderDate = (pSec1->usLoaderDate << 8) | ByteToBCD(((STRUCT_RKTIME)m_pImage->m_bootObjec… in MakeSector1()