Searched refs:intValue (Results 1 - 2 of 2) sorted by relevance

/arch/mn10300/kernel/
H A Dgdb-stub.c180 static int hexToInt(char **ptr, int *intValue);
386 static int hexToInt(char **ptr, int *intValue) argument
391 *intValue = 0;
398 *intValue = (*intValue << 4) | hexValue;
/arch/frv/kernel/
H A Dgdb-stub.c215 static int hexToInt(char **ptr, unsigned long *intValue);

Completed in 73 milliseconds