Home
last modified time | relevance | path

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

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