Searched refs:SIZEOF_VOID_P (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/fontconfig/dist/
H A Dconfig-fixups.h31 # undef SIZEOF_VOID_P
34 # define SIZEOF_VOID_P 8 macro
37 # define SIZEOF_VOID_P 4 macro
H A Dconfig.h.in311 #undef SIZEOF_VOID_P
/xsrc/external/mit/fontconfig/dist/src/
H A Dfcarch.c37 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_DOUBL
[all...]
H A Dfcarch.h61 #if SIZEOF_VOID_P == 4
67 #else /* SIZEOF_VOID_P != 4 */
H A Dfcatomic.h94 #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)"
H A Dfcserialize.c75 #if ((SIZEOF_VOID_P) * (CHAR_BIT)) == 32
96 #elif ((SIZEOF_VOID_P) * (CHAR_BIT)) == 64
/xsrc/external/mit/fontconfig/include/
H A Dconfig.h312 #define SIZEOF_VOID_P 8 macro

Completed in 5 milliseconds