Home
last modified time | relevance | path

Searched refs:hex_asc_upper_hi (Results 1 – 1 of 1) sorted by relevance

/include/linux/
A Dhex.h20 #define hex_asc_upper_hi(x) hex_asc_upper[((x) & 0xf0) >> 4] macro
24 *buf++ = hex_asc_upper_hi(byte); in hex_byte_pack_upper()

Completed in 2 milliseconds