Home
last modified time | relevance | path

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

/u-boot/include/
A Dhexdump.h19 extern const char hex_asc[];
20 #define hex_asc_lo(x) hex_asc[((x) & 0x0f)]
21 #define hex_asc_hi(x) hex_asc[((x) & 0xf0) >> 4]
/u-boot/lib/
A Dtiny-printf.c59 static const char hex_asc[] = "0123456789abcdef"; variable
60 #define hex_asc_lo(x) hex_asc[((x) & 0x0f)]
61 #define hex_asc_hi(x) hex_asc[((x) & 0xf0) >> 4]
A Dhexdump.c18 const char hex_asc[] = "0123456789abcdef"; variable

Completed in 4 milliseconds