Home
last modified time | relevance | path

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

/external/freetype/include/freetype/config/
Dftconfig.h88 #define FT_SIZEOF_LONG ( 32 / FT_CHAR_BIT ) macro
90 #define FT_SIZEOF_LONG ( 32 / FT_CHAR_BIT )
92 #define FT_SIZEOF_LONG ( 64 / FT_CHAR_BIT )
244 #elif FT_SIZEOF_LONG == ( 32 / FT_CHAR_BIT )
260 #elif FT_SIZEOF_LONG >= ( 32 / FT_CHAR_BIT )
270 #if FT_SIZEOF_LONG == ( 64 / FT_CHAR_BIT )
/external/freetype/builds/vms/
Dftconfig.h67 #define FT_SIZEOF_LONG 4 macro
218 #elif FT_SIZEOF_LONG == 4
234 #elif FT_SIZEOF_LONG >= 4
244 #if FT_SIZEOF_LONG == 8
253 #elif ( FT_SIZEOF_LONG == 4 ) && \
/external/freetype/builds/unix/
Dftconfig.in84 #define FT_SIZEOF_LONG SIZEOF_LONG
108 #define FT_SIZEOF_LONG (32 / FT_CHAR_BIT)
110 #define FT_SIZEOF_LONG (32 / FT_CHAR_BIT)
112 #define FT_SIZEOF_LONG (64 / FT_CHAR_BIT)
266 #elif FT_SIZEOF_LONG == 4
282 #elif FT_SIZEOF_LONG >= 4
292 #if FT_SIZEOF_LONG == 8
301 #elif ( FT_SIZEOF_LONG == 4 ) && \
360 #endif /* FT_SIZEOF_LONG == 8 */
Dconfigure.raw135 echo >> conftest.c "#if FT_SIZEOF_LONG == "${ac_cv_sizeof_long}
/external/freetype/include/freetype/internal/
Dftcalc.h370 #elif FT_SIZEOF_LONG == 4
/external/freetype/
DChangeLog.211888 * include/freetype/config/ftconfig.h (FT_SIZEOF_LONG): Recognize