Home
last modified time | relevance | path

Searched refs:hibhex2ascii_data (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.1.9/iokit/Kernel/ !
H A DIOHibernateRestoreKernel.c903 char const hibhex2ascii_data[] = "0123456789abcdefghijklmnopqrstuvwxyz"; variable
904 #define hibhex2ascii(hex) (hibhex2ascii_data[hex])