Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dhex.h8 #define hex_asc_lo(x) hex_asc[((x) & 0x0f)] macro
/openbmc/u-boot/include/
H A Dhexdump.h20 #define hex_asc_lo(x) hex_asc[((x) & 0x0f)] macro
/openbmc/u-boot/lib/
H A Dtiny-printf.c60 #define hex_asc_lo(x) hex_asc[((x) & 0x0f)] macro