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