Symbol: atf_sync_postfetch
tests/lib/libc/atomic/t___sync_add.c
104
atf_sync_postfetch(__sync_add_and_fetch_1, uint8_t, PRIx8);
tests/lib/libc/atomic/t___sync_add.c
105
atf_sync_postfetch(__sync_add_and_fetch_2, uint16_t, PRIx16);
tests/lib/libc/atomic/t___sync_add.c
106
atf_sync_postfetch(__sync_add_and_fetch_4, uint32_t, PRIx32);
tests/lib/libc/atomic/t___sync_add.c
108
atf_sync_postfetch(__sync_add_and_fetch_8, uint64_t, PRIx64);
tests/lib/libc/atomic/t___sync_and.c
104
atf_sync_postfetch(__sync_and_and_fetch_1, uint8_t, PRIx8);
tests/lib/libc/atomic/t___sync_and.c
105
atf_sync_postfetch(__sync_and_and_fetch_2, uint16_t, PRIx16);
tests/lib/libc/atomic/t___sync_and.c
106
atf_sync_postfetch(__sync_and_and_fetch_4, uint32_t, PRIx32);
tests/lib/libc/atomic/t___sync_and.c
108
atf_sync_postfetch(__sync_and_and_fetch_8, uint64_t, PRIx64);
tests/lib/libc/atomic/t___sync_nand.c
104
atf_sync_postfetch(__sync_nand_and_fetch_1, uint8_t, PRIx8);
tests/lib/libc/atomic/t___sync_nand.c
105
atf_sync_postfetch(__sync_nand_and_fetch_2, uint16_t, PRIx16);
tests/lib/libc/atomic/t___sync_nand.c
106
atf_sync_postfetch(__sync_nand_and_fetch_4, uint32_t, PRIx32);
tests/lib/libc/atomic/t___sync_nand.c
108
atf_sync_postfetch(__sync_nand_and_fetch_8, uint64_t, PRIx64);
tests/lib/libc/atomic/t___sync_or.c
104
atf_sync_postfetch(__sync_or_and_fetch_1, uint8_t, PRIx8);
tests/lib/libc/atomic/t___sync_or.c
105
atf_sync_postfetch(__sync_or_and_fetch_2, uint16_t, PRIx16);
tests/lib/libc/atomic/t___sync_or.c
106
atf_sync_postfetch(__sync_or_and_fetch_4, uint32_t, PRIx32);
tests/lib/libc/atomic/t___sync_or.c
108
atf_sync_postfetch(__sync_or_and_fetch_8, uint64_t, PRIx64);
tests/lib/libc/atomic/t___sync_sub.c
104
atf_sync_postfetch(__sync_sub_and_fetch_1, uint8_t, PRIx8);
tests/lib/libc/atomic/t___sync_sub.c
105
atf_sync_postfetch(__sync_sub_and_fetch_2, uint16_t, PRIx16);
tests/lib/libc/atomic/t___sync_sub.c
106
atf_sync_postfetch(__sync_sub_and_fetch_4, uint32_t, PRIx32);
tests/lib/libc/atomic/t___sync_sub.c
108
atf_sync_postfetch(__sync_sub_and_fetch_8, uint64_t, PRIx64);
tests/lib/libc/atomic/t___sync_xor.c
104
atf_sync_postfetch(__sync_xor_and_fetch_1, uint8_t, PRIx8);
tests/lib/libc/atomic/t___sync_xor.c
105
atf_sync_postfetch(__sync_xor_and_fetch_2, uint16_t, PRIx16);
tests/lib/libc/atomic/t___sync_xor.c
106
atf_sync_postfetch(__sync_xor_and_fetch_4, uint32_t, PRIx32);
tests/lib/libc/atomic/t___sync_xor.c
108
atf_sync_postfetch(__sync_xor_and_fetch_8, uint64_t, PRIx64);