Searched defs:GetUInt16 (Results 1 – 2 of 2) sorted by relevance
332 uint16_t GetUInt16(FT_Bytes& p) const { in GetUInt16() function
1307 #define GetUInt16(p) ((uint16_t)((p)[0] << 8 | (p)[1])) macro