Home | History | Annotate | Download | only in atomic

Lines Matching defs:atf_cas

45 #define atf_cas(NAME, TYPE, FMT) \
83 atf_cas(atomic_cas_32, uint32_t, "0x%" PRIx32);
84 atf_cas(atomic_cas_uint, unsigned int, "0x%x");
85 atf_cas(atomic_cas_ulong, unsigned long, "0x%lx");
86 atf_cas(atomic_cas_ptr, void *, "%p");
88 atf_cas(atomic_cas_64, uint64_t, "0x%" PRIx64);
91 atf_cas(atomic_cas_32_ni, uint32_t, "0x%" PRIx32);
92 atf_cas(atomic_cas_uint_ni, unsigned int, "0x%x");
93 atf_cas(atomic_cas_ulong_ni, unsigned long, "0x%lx");
94 atf_cas(atomic_cas_ptr_ni, void *, "%p");
96 atf_cas(atomic_cas_64_ni, uint64_t, "0x%" PRIx64);