Searched refs:hibhex2ascii_data (Results 1 – 1 of 1) sorted by relevance
903 char const hibhex2ascii_data[] = "0123456789abcdefghijklmnopqrstuvwxyz"; variable904 #define hibhex2ascii(hex) (hibhex2ascii_data[hex])