Searched refs:ALIGN_TEST (Results 1 – 2 of 2) sorted by relevance
41 #define ALIGN_TEST(p, t) do{if((uintptr_t)p&(sizeof(t)-1)) panic("Unaligned atomic pointer %p",p);}… macro43 #define ALIGN_TEST(p, t) do{}while(0) macro72 ALIGN_TEST(address, UInt32); in OSCompareAndSwap()87 ALIGN_TEST(address, UInt64); in OSCompareAndSwap64()114 ALIGN_TEST(address, UInt32); in OSAddAtomic()124 ALIGN_TEST(address, SInt64); in OSAddAtomic64()
95 #define ALIGN_TEST(p, t) do{if((uintptr_t)p&(sizeof(t)-1)) __builtin_trap();}while(0) macro97 #define ALIGN_TEST(p, t) do{}while(0) macro