Home
last modified time | relevance | path

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

/external/u-boot/include/
Dhexdump.h21 #define hex_asc_hi(x) hex_asc[((x) & 0xf0) >> 4] macro
/external/u-boot/lib/
Dtiny-printf.c61 #define hex_asc_hi(x) hex_asc[((x) & 0xf0) >> 4] macro