Home
last modified time | relevance | path

Searched defs:ALIGN_TEST (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/libkern/gen/
H A DOSAtomicOperations.c41 #define ALIGN_TEST(p, t) do{if((uintptr_t)p&(sizeof(t)-1)) panic("Unaligned atomic pointer %p",p);}… macro
43 #define ALIGN_TEST(p, t) do{}while(0) macro
/xnu-12377.41.6/osfmk/kern/
H A Dlocks.c95 #define ALIGN_TEST(p, t) do{if((uintptr_t)p&(sizeof(t)-1)) __builtin_trap();}while(0) macro
97 #define ALIGN_TEST(p, t) do{}while(0) macro