Searched refs:FT_MSB_BUILTIN (Results 1 - 1 of 1) sorted by relevance

/external/freetype/src/base/
H A Dftcalc.c251 #define FT_MSB_BUILTIN( x ) ( 31 - __builtin_clz( x ) ) macro
255 #define FT_MSB_BUILTIN( x ) ( 31 - __builtin_clzl( x ) ) macro
335 #ifdef FT_MSB_BUILTIN
337 return FT_MSB_BUILTIN( z );
372 #endif /* FT_MSB_BUILTIN */

Completed in 151 milliseconds