OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hb_atomic_int_t
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-atomic-private.hh
61
typedef LONG
hb_atomic_int_t
;
typedef
77
typedef int32_t
hb_atomic_int_t
;
typedef
94
typedef int
hb_atomic_int_t
;
typedef
106
typedef unsigned int
hb_atomic_int_t
;
typedef
116
typedef volatile int
hb_atomic_int_t
;
typedef
125
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); }
/external/harfbuzz_ng/src/
hb-atomic-private.hh
61
typedef LONG
hb_atomic_int_t
;
typedef
77
typedef int32_t
hb_atomic_int_t
;
typedef
94
typedef int
hb_atomic_int_t
;
typedef
106
typedef unsigned int
hb_atomic_int_t
;
typedef
116
typedef volatile int
hb_atomic_int_t
;
typedef
125
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 7183 milliseconds