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

/openjdk10/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-atomic-private.hh46 /* Defined externally, i.e. in config.h; must have typedef'ed hb_atomic_int_impl_t as well. */
65 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
[all...]

Completed in 41 milliseconds