Searched refs:pu4bVal (Results 1 – 2 of 2) sorted by relevance
1405 bool GetHexValueFromString(char *szStr, u32 *pu4bVal, u32 *pu4bMove) in GetHexValueFromString() argument1410 if (szStr == NULL || pu4bVal == NULL || pu4bMove == NULL) { in GetHexValueFromString()1412 szStr, pu4bVal, pu4bMove); in GetHexValueFromString()1418 *pu4bVal = 0; in GetHexValueFromString()1439 (*pu4bVal) <<= 4; in GetHexValueFromString()1440 *pu4bVal += MapCharToHexDigit(*szScan); in GetHexValueFromString()
256 bool GetHexValueFromString(char *szStr, u32 *pu4bVal, u32 *pu4bMove);