Searched refs:u16_t (Results 1 – 2 of 2) sorted by relevance
21 typedef unsigned short u16_t; typedef41 u16_t u16;183 u8 = (u16_t)u8; in Q7()185 u8 = (u16_t)u16; in Q7()190 u16 = (u16_t)u8; in Q7()193 u16 = (u16_t)u16; in Q7()
19 typedef unsigned short u16_t; typedef31 u16_t u16;209 static inline u16_t218 return ((u16_t)p[0]) << 8 | p[1]; in be16dec()