Searched refs:PC_ALIGN (Results 1 – 2 of 2) sorted by relevance
436 ASSERT(((uintptr_t)func % PC_ALIGN) == 0); in xc_one()555 ASSERT(((uintptr_t)func % PC_ALIGN) == 0); in xc_some()649 ASSERT(((uintptr_t)func % PC_ALIGN) == 0); in xc_all()
240 #define PC_ALIGN 4 macro