HomeSort by: relevance | last modified time | path
    Searched defs:FT_SIZEOF_INT (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/freetype/dist/builds/vms/
ftconfig.h 48 #define FT_SIZEOF_INT 4
  /xsrc/external/mit/freetype/dist/include/freetype/config/
integer-types.h 32 #ifndef FT_SIZEOF_INT
36 #define FT_SIZEOF_INT ( 16 / FT_CHAR_BIT )
38 #define FT_SIZEOF_INT ( 32 / FT_CHAR_BIT )
40 #define FT_SIZEOF_INT ( 64 / FT_CHAR_BIT )
45 #endif /* !defined(FT_SIZEOF_INT) */
148 #if FT_SIZEOF_INT == ( 32 / FT_CHAR_BIT )
164 #if FT_SIZEOF_INT >= ( 32 / FT_CHAR_BIT )

Completed in 5 milliseconds