Searched defs:hex_asc_lo (Results 1 – 2 of 2) sorted by relevance
/u-boot/include/ | ||
A D | hexdump.h | 20 #define hex_asc_lo(x) hex_asc[((x) & 0x0f)] macro |
/u-boot/lib/ | ||
A D | tiny-printf.c | 60 #define hex_asc_lo(x) hex_asc[((x) & 0x0f)] macro |
Completed in 2 milliseconds