Lines Matching refs:hexToInt
180 static int hexToInt(char **ptr, int *intValue);
386 static int hexToInt(char **ptr, int *intValue) in hexToInt() function
1490 if (hexToInt(&ptr, &addr) && in gdbstub()
1492 hexToInt(&ptr, &length) in gdbstub()
1510 if (hexToInt(&ptr, &addr) && in gdbstub()
1512 hexToInt(&ptr, &length) && in gdbstub()
1534 if (hexToInt(&ptr, &addr)) in gdbstub()
1578 if (!hexToInt(&ptr, &baudrate)) { in gdbstub()
1597 if (!hexToInt(&ptr, &loop) || *ptr++ != ',' || in gdbstub()
1598 !hexToInt(&ptr, &addr) || *ptr++ != ',' || in gdbstub()
1599 !hexToInt(&ptr, &length) in gdbstub()
1625 if (!hexToInt(&ptr, &loop) || *ptr++ != ',' || in gdbstub()
1626 !hexToInt(&ptr, &addr) || *ptr++ != ',' || in gdbstub()
1627 !hexToInt(&ptr, &length) in gdbstub()