Searched refs:FT_TYPEOF (Results 1 – 7 of 7) sorted by relevance
346 #define FT_TYPEOF( type ) ( __typeof__ ( type ) ) macro348 #define FT_TYPEOF( type ) /* empty */ macro
362 #define FT_TYPEOF( type ) ( __typeof__ ( type ) ) macro364 #define FT_TYPEOF( type ) /* empty */ macro
28 #define AF_WARPER_FLOOR( x ) ( (x) & ~FT_TYPEOF( x )63 )
87 #define FT_PAD_FLOOR( x, n ) ( (x) & ~FT_TYPEOF( x )( (n) - 1 ) )91 #define FT_PIX_FLOOR( x ) ( (x) & ~FT_TYPEOF( x )63 )
394 #define FT_TYPEOF( type ) ( __typeof__ ( type ) )396 #define FT_TYPEOF( type ) /* empty */
1066 builds/vms/ftconfig.h (FT_TYPEOF): Update code to use definition in
3985 s/TYPEOF/FT_TYPEOF/ (#45376).