Home | History | Annotate | Download | only in bios

Lines Matching refs:hexchars

246     static const char hexchars[] = "0123456789abcdef";
347 *--str = hexchars[val % base];