Searched refs:hex_asc_upper_lo (Results 1 – 2 of 2) sorted by relevance
502 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()
507 #define hex_asc_upper_lo(x) hex_asc_upper[((x) & 0x0f)] macro513 *buf++ = hex_asc_upper_lo(byte); in hex_byte_pack_upper()