Home
last modified time | relevance | path

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

/linux-4.4.14/fs/udf/
Dunicode.c502 newName[newIndex++] = hex_asc_upper_lo(valueCRC >> 8); in udf_translate_to_linux()
504 newName[newIndex++] = hex_asc_upper_lo(valueCRC); in udf_translate_to_linux()
/linux-4.4.14/include/linux/
Dkernel.h507 #define hex_asc_upper_lo(x) hex_asc_upper[((x) & 0x0f)] macro
513 *buf++ = hex_asc_upper_lo(byte); in hex_byte_pack_upper()