Searched refs:ALIGN_TEST (Results 1 – 2 of 2) sorted by relevance
45 #define ALIGN_TEST(p, t) do{if((uintptr_t)p&(sizeof(t)-1)) panic("Unaligned atomic pointer %p",p);}… macro47 #define ALIGN_TEST(p, t) do{}while(0) macro76 ALIGN_TEST(address, UInt32); in OSCompareAndSwap()91 ALIGN_TEST(address, UInt64); in OSCompareAndSwap64()118 ALIGN_TEST(address, UInt32); in OSAddAtomic()128 ALIGN_TEST(address, SInt64); in OSAddAtomic64()
87 #define ALIGN_TEST(p, t) do{if((uintptr_t)p&(sizeof(t)-1)) __builtin_trap();}while(0) macro89 #define ALIGN_TEST(p, t) do{}while(0) macro