Searched defs:hex_chars (Results 1 – 2 of 2) sorted by relevance
20 def HexToInt(hex_chars): argument27 def HexToMPDecimal(hex_chars): argument41 def HexTo256(hex_chars): argument
2977 static const char hex_chars[] = "0123456789ABCDEF"; in WriteUChar() local