Home
last modified time | relevance | path

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

/device/generic/goldfish/qemud/
Dqemud.c201 static const char hexchars[16] = "0123456789abcdef"; in int2hex() local
204 to[nn] = hexchars[(value >> (width*4)) & 15]; in int2hex()