Home
last modified time | relevance | path

Searched refs:numChars (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/cpu/x86_64/misc/
H A Dx86_64-gdbstub.c386 int numChars = 0; in hexToInt() local
397 numChars ++; in hexToInt()
405 return (numChars); in hexToInt()
416 int numChars = 0; in hexToLong() local
427 numChars ++; in hexToLong()
435 return (numChars); in hexToLong()
/dragonfly/contrib/gdb-7/gdb/stubs/
H A Dsparc-stub.c526 int numChars = 0; in hexToInt() local
538 numChars ++; in hexToInt()
543 return (numChars); in hexToInt()
H A Di386-stub.c718 int numChars = 0; in hexToInt() local
729 numChars++; in hexToInt()
737 return (numChars); in hexToInt()
H A Dm68k-stub.c790 int numChars = 0; in hexToInt() local
801 numChars++; in hexToInt()
809 return (numChars); in hexToInt()
H A Dsh-stub.c357 int numChars = 0; in hexToInt() local
368 numChars++; in hexToInt()
376 return (numChars); in hexToInt()
H A Dm32r-stub.c925 int numChars = 0; in hexToInt() local
935 numChars++; in hexToInt()
941 return (numChars); in hexToInt()