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