Searched refs:pu4bMove (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()1417 *pu4bMove = 0; in GetHexValueFromString()1423 (*pu4bMove)++; in GetHexValueFromString()1429 (*pu4bMove) += 2; in GetHexValueFromString()1443 (*pu4bMove)++; in GetHexValueFromString()1450 char *szStr, u8 *pInteger, u8 *pFraction, u32 *pu4bMove in GetFractionValueFromString() argument1456 *pu4bMove = 0; in GetFractionValueFromString()1463 ++(*pu4bMove); in GetFractionValueFromString()[all …]
256 bool GetHexValueFromString(char *szStr, u32 *pu4bVal, u32 *pu4bMove);259 u32 *pu4bMove);