Lines Matching refs:_t
86 static __inline uint##width##_t \
87 ia64_ld_acq_##width(volatile uint##width##_t* p) \
89 uint##width##_t v; \
95 static __inline uint##width##_t \
96 atomic_load_acq_##width(volatile uint##width##_t* p) \
98 uint##width##_t v; \
104 static __inline uint##width##_t \
105 atomic_load_acq_##type(volatile uint##width##_t* p) \
107 uint##width##_t v; \
114 ia64_st_rel_##width(volatile uint##width##_t* p, uint##width##_t v) \
121 atomic_store_rel_##width(volatile uint##width##_t* p, \
122 uint##width##_t v) \
129 atomic_store_rel_##type(volatile uint##width##_t* p, \
130 uint##width##_t v) \