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