Searched refs:numberstring_lower (Results 1 – 2 of 2) sorted by relevance
29 static const char *numberstring_lower = "0123456789abcdef"; variable47 *p = numberstring_lower[num % base]; in printnum()
26 static const char *numberstring_lower = "0123456789abcdef"; variable44 *p = numberstring_lower[num % base]; in printnum()