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

  /xsrc/external/mit/fontconfig/dist/src/
ftglue.c 235 FT_ULong checksum FC_UNUSED = GET_ULong();
237 FT_ULong size FC_UNUSED = GET_ULong();
fcint.h 90 #define FC_UNUSED __attribute__((unused))
92 #define FC_UNUSED
112 #define _FC_ASSERT_STATIC1(_line, _cond) typedef int _static_assert_on_line_##_line##_failed[(_cond)?1:-1] FC_UNUSED
  /xsrc/external/mit/fontconfig/include/
fcint.h 101 #define FC_UNUSED __attribute__((unused))
103 #define FC_UNUSED
123 #define _FC_ASSERT_STATIC1(_line, _cond) typedef int _static_assert_on_line_##_line##_failed[(_cond)?1:-1] FC_UNUSED

Completed in 7 milliseconds