Searched refs:base_digits (Results 1 – 2 of 2) sorted by relevance
1773 static const char base_digits[] = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"; in hwint_to_ascii() local1780 *--buffer = base_digits[number - d * base]; in hwint_to_ascii()1786 *--buffer = base_digits[0]; in hwint_to_ascii()
1688 static const char base_digits[] = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"; in hwint_to_ascii() local1695 *--buffer = base_digits[number - d * base]; in hwint_to_ascii()1701 *--buffer = base_digits[0]; in hwint_to_ascii()