Home
last modified time | relevance | path

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

/dalvik/vm/
DMisc.c47 static const char gHexDigit[] = "0123456789abcdef"; in dvmPrintHexDumpEx() local
75 *hex++ = gHexDigit[lineOffset >> 28]; in dvmPrintHexDumpEx()
92 *hex++ = gHexDigit[*addr >> 4]; in dvmPrintHexDumpEx()
93 *hex++ = gHexDigit[*addr & 0x0f]; in dvmPrintHexDumpEx()