Searched defs:FT_PEEK_ULONG (Results 1 – 2 of 2) sorted by relevance
179 #define FT_PEEK_ULONG( p ) FT_UINT32( FT_BYTE_U32( p, 0, 24 ) | \ macro