Searched refs:pu4bVal (Results 1 – 2 of 2) sorted by relevance
1392 bool GetHexValueFromString(char *szStr, u32 *pu4bVal, u32 *pu4bMove) in GetHexValueFromString() argument1397 if (!szStr || !pu4bVal || !pu4bMove) { in GetHexValueFromString()1399 szStr, pu4bVal, pu4bMove); in GetHexValueFromString()1405 *pu4bVal = 0; in GetHexValueFromString()1426 (*pu4bVal) <<= 4; in GetHexValueFromString()1427 *pu4bVal += MapCharToHexDigit(*szScan); in GetHexValueFromString()
255 bool GetHexValueFromString(char *szStr, u32 *pu4bVal, u32 *pu4bMove);