Searched defs:FT_MSB (Results 1 – 4 of 4) sorted by relevance
349 #define FT_MSB( x ) ( 31 - __builtin_clz( x ) ) macro353 #define FT_MSB( x ) ( 31 - __builtin_clzl( x ) ) macro
113 FT_MSB( FT_UInt32 z ) in FT_MSB() function