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