Searched defs:FT_MSB (Results 1 – 2 of 2) sorted by relevance
367 #define FT_MSB( x ) ( 31 - __builtin_clz( x ) ) macro371 #define FT_MSB( x ) ( 31 - __builtin_clzl( x ) ) macro394 #define FT_MSB( x ) ( FT_MSB_i386( x ) ) macro
113 FT_MSB( FT_UInt32 z ) in FT_MSB() function