Searched defs:hex_digits (Results 1 – 4 of 4) sorted by relevance
77 static const char hex_digits[] = "0123456789ABCDEF"; variable
93 template <typename T> static constexpr size_t hex_digits() { in hex_digits() function
471 static const char hex_digits[] = "0123456789ABCDEF"; variable
317 static char hex_digits[] = { in get_reverse() local