Home
last modified time | relevance | path

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

/external/freetype/include/freetype/internal/
Dftcalc.h349 #define FT_MSB( x ) ( 31 - __builtin_clz( x ) ) macro
353 #define FT_MSB( x ) ( 31 - __builtin_clzl( x ) ) macro
/external/pdfium/third_party/freetype/include/freetype/internal/
Dftcalc.h349 #define FT_MSB( x ) ( 31 - __builtin_clz( x ) ) macro
353 #define FT_MSB( x ) ( 31 - __builtin_clzl( x ) ) macro
/external/pdfium/third_party/freetype/src/base/
Dftcalc.c113 FT_MSB( FT_UInt32 z ) in FT_MSB() function
/external/freetype/src/base/
Dftcalc.c113 FT_MSB( FT_UInt32 z ) in FT_MSB() function