Searched refs:pu4bVal (Results 1 – 2 of 2) sorted by relevance
1396 bool GetHexValueFromString(char *szStr, u32 *pu4bVal, u32 *pu4bMove) in GetHexValueFromString() argument1401 if (!szStr || !pu4bVal || !pu4bMove) { in GetHexValueFromString()1403 szStr, pu4bVal, pu4bMove); in GetHexValueFromString()1409 *pu4bVal = 0; in GetHexValueFromString()1430 (*pu4bVal) <<= 4; in GetHexValueFromString()1431 *pu4bVal += MapCharToHexDigit(*szScan); in GetHexValueFromString()
255 bool GetHexValueFromString(char *szStr, u32 *pu4bVal, u32 *pu4bMove);