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

  /xsrc/external/mit/fontconfig/dist/src/
fcatomic.h 46 typedef <type> fc_atomic_int_t;
47 #define FC_ATOMIC_INT_FORMAT "<printf format for fc_atomic_int_t>"
58 typedef atomic_int fc_atomic_int_t; typedef
77 typedef LONG fc_atomic_int_t; typedef
90 typedef int fc_atomic_int_t; typedef
115 typedef int fc_atomic_int_t; typedef
128 typedef unsigned int fc_atomic_int_t; typedef
139 typedef volatile int fc_atomic_int_t; typedef
149 typedef int fc_atomic_int_t; typedef
160 #define FC_REF_CONSTANT_VALUE ((fc_atomic_int_t) -1
    [all...]
fcobjs.c 34 static fc_atomic_int_t next_id = FC_MAX_BASE_OBJECT + FC_EXT_OBJ_INDEX;

Completed in 6 milliseconds