HomeSort by: relevance | last modified time | path
    Searched refs:SIZEOF_VOID_P (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/fontconfig/dist/
config-fixups.h 31 # undef SIZEOF_VOID_P
34 # define SIZEOF_VOID_P 8
37 # define SIZEOF_VOID_P 4
config.h.in 311 #undef SIZEOF_VOID_P
  /xsrc/external/mit/fontconfig/dist/src/
fcarch.c 37 FC_ASSERT_STATIC (SIZEOF_VOID_P == sizeof (intptr_t));
38 FC_ASSERT_STATIC (SIZEOF_VOID_P == sizeof (FcPatternEltPtr));
39 FC_ASSERT_STATIC (SIZEOF_VOID_P == sizeof (FcValueListPtr));
40 FC_ASSERT_STATIC (SIZEOF_VOID_P == sizeof (char *));
41 FC_ASSERT_STATIC (SIZEOF_VOID_P == sizeof (struct FcPatternElt *));
42 FC_ASSERT_STATIC (SIZEOF_VOID_P == sizeof (FcValueList *));
43 FC_ASSERT_STATIC (SIZEOF_VOID_P == sizeof (FcStrSet *));
44 FC_ASSERT_STATIC (SIZEOF_VOID_P == sizeof (FcCharLeaf **));
45 FC_ASSERT_STATIC (SIZEOF_VOID_P == sizeof (FcChar16 *));
47 FC_ASSERT_STATIC (0x08 + 1*FC_MAX(SIZEOF_VOID_P,ALIGNOF_DOUBLE) == sizeof (FcValue))
    [all...]
fcarch.h 61 #if SIZEOF_VOID_P == 4
67 #else /* SIZEOF_VOID_P != 4 */
fcatomic.h 94 #if SIZEOF_VOID_P == 8
96 #elif SIZEOF_VOID_P == 4
99 #error "SIZEOF_VOID_P not 4 or 8 (assumes CHAR_BIT is 8)"
fcserialize.c 75 #if ((SIZEOF_VOID_P) * (CHAR_BIT)) == 32
96 #elif ((SIZEOF_VOID_P) * (CHAR_BIT)) == 64
  /xsrc/external/mit/fontconfig/include/
config.h 312 #define SIZEOF_VOID_P 8

Completed in 14 milliseconds