HomeSort by: relevance | last modified time | path
    Searched defs:atf_cas (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/lib/libc/atomic/
t_atomic_cas.c 45 #define atf_cas(NAME, TYPE, FMT) \ macro
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")
    [all...]
t_atomic_cas.c 45 #define atf_cas(NAME, TYPE, FMT) \ macro
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")
    [all...]

Completed in 25 milliseconds