Searched refs:CharToUint (Results 1 – 3 of 3) sorted by relevance
36 CharToUint ( in CharToUint() function68 YearBuilt = (UINT16)(CharToUint(mBiosReleaseDate[8])*10 + CharToUint(mBiosReleaseDate[9]) + 2000); in CheckRtcTimeFields()143 EfiTime.Day = (UINT8)(CharToUint(mBiosReleaseDate[3])*10 + CharToUint(mBiosReleaseDate[4])); in AdjustDefaultRtcTimeCallback()144 EfiTime.Month = (UINT8)(CharToUint(mBiosReleaseDate[0])*10 + CharToUint(mBiosReleaseDate[1])); in AdjustDefaultRtcTimeCallback()145 …EfiTime.Year = (UINT16)(CharToUint(mBiosReleaseDate[8])*10 + CharToUint(mBiosReleaseDate[9]) + 2… in AdjustDefaultRtcTimeCallback()
567 CharToUint ( in CharToUint() function706 Option->BootCurrent = (UINT16) (CharToUint (VariableName[NumOff+0]) * 0x1000) in BdsLibVariableToOption()707 + (UINT16) (CharToUint (VariableName[NumOff+1]) * 0x100) in BdsLibVariableToOption()708 + (UINT16) (CharToUint (VariableName[NumOff+2]) * 0x10) in BdsLibVariableToOption()709 + (UINT16) (CharToUint (VariableName[NumOff+3]) * 0x1); in BdsLibVariableToOption()