Searched refs:FT_TYPEOF (Results 1 – 4 of 4) sorted by relevance
103 #define FT_TYPEOF( type ) ( __typeof__ ( type ) ) macro105 #define FT_TYPEOF( type ) /* empty */
87 #define FT_PAD_FLOOR( x, n ) ( (x) & ~FT_TYPEOF( x )( (n) - 1 ) )91 #define FT_PIX_FLOOR( x ) ( (x) & ~FT_TYPEOF( x )63 )
1066 builds/vms/ftconfig.h (FT_TYPEOF): Update code to use definition in
3985 s/TYPEOF/FT_TYPEOF/ (#45376).