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

  /src/tests/lib/libc/atomic/
t_atomic_and.c 46 #define atf_and(NAME, TYPE, FMT) \ macro
65 atf_and(atomic_and_32, uint32_t, PRIx32);
66 atf_and(atomic_and_uint, unsigned int, "x");
67 atf_and(atomic_and_ulong, unsigned long, "lx");
69 atf_and(atomic_and_64, uint64_t, PRIx64);
t_atomic_and.c 46 #define atf_and(NAME, TYPE, FMT) \ macro
65 atf_and(atomic_and_32, uint32_t, PRIx32);
66 atf_and(atomic_and_uint, unsigned int, "x");
67 atf_and(atomic_and_ulong, unsigned long, "lx");
69 atf_and(atomic_and_64, uint64_t, PRIx64);
t_atomic_and.c 46 #define atf_and(NAME, TYPE, FMT) \ macro
65 atf_and(atomic_and_32, uint32_t, PRIx32);
66 atf_and(atomic_and_uint, unsigned int, "x");
67 atf_and(atomic_and_ulong, unsigned long, "lx");
69 atf_and(atomic_and_64, uint64_t, PRIx64);

Completed in 37 milliseconds