Searched refs:conv_8bit_to_uni (Results 1 – 1 of 1) sorted by relevance
22 extern u32 conv_8bit_to_uni(unsigned char c);29 #define conv_8bit_to_uni(c) ((uint32_t)(c)) macro