Searched refs:FT_INT16 (Results 1 – 1 of 1) sorted by relevance
158 #define FT_INT16( x ) ( (FT_Int16)(x) ) macro183 #define FT_PEEK_SHORT( p ) FT_INT16( FT_BYTE_U16( p, 0, 8 ) | \207 #define FT_PEEK_SHORT_LE( p ) FT_INT16( FT_BYTE_U16( p, 1, 8 ) | \