Home
last modified time | relevance | path

Searched refs:FT_MSB (Results 1 – 1 of 1) sorted by relevance

/GUIX-v6.2.1/guix_studio/libs/freetype/include/freetype/internal/
Dftcalc.h367 #define FT_MSB( x ) ( 31 - __builtin_clz( x ) ) macro
371 #define FT_MSB( x ) ( 31 - __builtin_clzl( x ) ) macro
382 #define FT_MSB( x ) ( 31 - _CountLeadingZeros( x ) ) macro
389 #define FT_MSB( x ) ( 31 - _CountLeadingZeros( x ) ) macro
407 #define FT_MSB( x ) FT_MSB_i386( x ) macro
422 #define FT_MSB( x ) FT_MSB_i386( x ) macro
428 #define FT_MSB( x ) (FT_Int)( 63 - _leadz( x ) ) macro
434 #define FT_MSB( x ) (FT_Int)( 31 - _leadz32( x ) ) macro
441 #ifndef FT_MSB
444 FT_MSB( FT_UInt32 z );