Searched refs:hexToInt (Results 1 – 1 of 1) sorted by relevance
201 hexToInt(char **ptr, int *intValue) in hexToInt() function427 if (hexToInt(&ptr, &addr) in handle_exception()429 && hexToInt(&ptr, &length)) { in handle_exception()439 if (hexToInt(&ptr, &addr) in handle_exception()441 && hexToInt(&ptr, &length) in handle_exception()464 if (hexToInt(&ptr, &addr)) { in handle_exception()478 if (hexToInt(&ptr, &addr)) { in handle_exception()499 if (hexToInt(&ptr, &addr) in handle_exception()
Completed in 3 milliseconds