Searched defs:ALIGNED_POINTER (Results 1 – 6 of 6) sorted by relevance
73 #define ALIGNED_POINTER(p, t) ((((u_long)(p)) & (sizeof(t) - 1)) == 0) macro
80 #define ALIGNED_POINTER(p, t) ((((u_long)(p)) & (sizeof(t) - 1)) == 0) macro
95 #define ALIGNED_POINTER(p, t) ((((unsigned)(p)) & (sizeof(t)-1)) == 0) macro
78 #define ALIGNED_POINTER(p, t) 1 macro
99 #define ALIGNED_POINTER(p, t) ((((uintptr_t)(p)) & (sizeof (t) - 1)) == 0) macro
85 #define ALIGNED_POINTER(p, t) 1 macro