Home
last modified time | relevance | path

Searched refs:UshortToBCD (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/recovery/update_engine/
H A Drkboot.c62 static USHORT UshortToBCD(USHORT num) in UshortToBCD() function
179 pSec1->usLoaderYear = UshortToBCD(pBootHead->stReleaseTime.usYear); in MakeSector1()
/OK3568_Linux_fs/external/rkupdate/
H A DRKDevice.h193 USHORT UshortToBCD(USHORT num);
H A DRKDevice.cpp565 USHORT UshortToBCD(USHORT num) in UshortToBCD() function
H A DRKAndroidDevice.cpp468 pSec1->usLoaderYear = UshortToBCD(((STRUCT_RKTIME)m_pImage->m_bootObject->ReleaseTime).usYear); in MakeSector1()