Searched defs:hex_asc_hi (Results 1 – 2 of 2) sorted by relevance
| /openbmc/u-boot/include/ | ||
| H A D | hexdump.h | 21 #define hex_asc_hi(x) hex_asc[((x) & 0xf0) >> 4] macro |
| /openbmc/u-boot/lib/ | ||
| H A D | tiny-printf.c | 61 #define hex_asc_hi(x) hex_asc[((x) & 0xf0) >> 4] macro |