HomeSort by relevance Sort by last modified time
    Searched refs:hb_atomic_int_t (Results 1 - 2 of 2) sorted by null

  /external/harfbuzz_ng/src/
hb-atomic-private.hh 50 typedef LONG hb_atomic_int_t; typedef
66 typedef int32_t hb_atomic_int_t; typedef
83 typedef int hb_atomic_int_t; typedef
95 typedef unsigned int hb_atomic_int_t; typedef
105 typedef volatile int hb_atomic_int_t; typedef
114 typedef int hb_atomic_int_t; typedef
hb-object-private.hh 50 #define HB_REFERENCE_COUNT_INVALID_VALUE ((hb_atomic_int_t) -1)
54 hb_atomic_int_t ref_count;
57 inline int inc (void) { return hb_atomic_int_add (const_cast<hb_atomic_int_t &> (ref_count), 1); }
58 inline int dec (void) { return hb_atomic_int_add (const_cast<hb_atomic_int_t &> (ref_count), -1); }

Completed in 318 milliseconds