Home
last modified time | relevance | path

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

/sys/kern/
Dprintf.c29 static const char *numberstring_lower = "0123456789abcdef"; variable
47 *p = numberstring_lower[num % base]; in printnum()
/lib/libc/
Dprintf.c26 static const char *numberstring_lower = "0123456789abcdef"; variable
44 *p = numberstring_lower[num % base]; in printnum()