Home
last modified time | relevance | path

Searched refs:hb_atomic_int_impl_t (Results 1 – 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-atomic-private.hh65 typedef LONG hb_atomic_int_impl_t; typedef
83 typedef int32_t hb_atomic_int_impl_t; typedef
101 typedef int hb_atomic_int_impl_t; typedef
114 typedef unsigned int hb_atomic_int_impl_t; typedef
140 typedef int hb_atomic_int_impl_t; typedef
151 typedef volatile int hb_atomic_int_impl_t; typedef
161 typedef int hb_atomic_int_impl_t; typedef
176 hb_atomic_int_impl_t v;
180 …inline int inc (void) { return hb_atomic_int_impl_add (const_cast<hb_atomic_int_impl_t &> (v), 1)… in inc()
181 …inline int dec (void) { return hb_atomic_int_impl_add (const_cast<hb_atomic_int_impl_t &> (v), -1)… in dec()