Searched refs:ByteToBCD (Results 1 – 4 of 4) sorted by relevance
68 static BYTE ByteToBCD(BYTE num) in ByteToBCD() function180 pSec1->usLoaderDate = ByteToBCD(pBootHead->stReleaseTime.ucMonth); in MakeSector1()181 pSec1->usLoaderDate = (pSec1->usLoaderDate << 8) | ByteToBCD(pBootHead->stReleaseTime.ucDay); in MakeSector1()
194 BYTE ByteToBCD(BYTE num);
571 BYTE ByteToBCD(BYTE num) in ByteToBCD() function
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()