Searched refs:pu4bVal (Results 1 – 2 of 2) sorted by relevance
901 bool GetHexValueFromString(char *szStr, u32 *pu4bVal, u32 *pu4bMove) in GetHexValueFromString() argument906 if (!szStr || !pu4bVal || !pu4bMove) in GetHexValueFromString()911 *pu4bVal = 0; in GetHexValueFromString()932 (*pu4bVal) <<= 4; in GetHexValueFromString()933 *pu4bVal += MapCharToHexDigit(*szScan); in GetHexValueFromString()
154 bool GetHexValueFromString(char *szStr, u32 *pu4bVal, u32 *pu4bMove);