Searched refs:hexToInt (Results 1 – 1 of 1) sorted by relevance
200 hexToInt(char **ptr, int *intValue) in hexToInt() function426 if (hexToInt(&ptr, &addr) in handle_exception()428 && hexToInt(&ptr, &length)) { in handle_exception()438 if (hexToInt(&ptr, &addr) in handle_exception()440 && hexToInt(&ptr, &length) in handle_exception()462 if (hexToInt(&ptr, &addr)) { in handle_exception()476 if (hexToInt(&ptr, &addr)) { in handle_exception()497 if (hexToInt(&ptr, &addr) in handle_exception()
Completed in 4 milliseconds