Searched defs:hex_asc_lo (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/include/ | ||
| H A D | hexdump.h | 20 #define hex_asc_lo(x) hex_asc[((x) & 0x0f)] macro |
| /rk3399_rockchip-uboot/lib/ | ||
| H A D | tiny-printf.c | 66 #define hex_asc_lo(x) hex_asc[((x) & 0x0f)] macro |