Home
last modified time | relevance | path

Searched defs:hex_asc_lo (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dhexdump.h20 #define hex_asc_lo(x) hex_asc[((x) & 0x0f)] macro
/rk3399_rockchip-uboot/lib/
H A Dtiny-printf.c66 #define hex_asc_lo(x) hex_asc[((x) & 0x0f)] macro