Searched defs:ALIGNED_POINTER (Results 1 – 6 of 6) sorted by relevance
69 #define ALIGNED_POINTER(p, t) ((((u_long)(p)) & (sizeof(t) - 1)) == 0) macro
87 #define ALIGNED_POINTER(p, t) ((((unsigned)(p)) & (sizeof(t)-1)) == 0) macro
76 #define ALIGNED_POINTER(p, t) ((((u_long)(p)) & (sizeof(t) - 1)) == 0) macro
74 #define ALIGNED_POINTER(p, t) 1 macro
94 #define ALIGNED_POINTER(p, t) ((((uintptr_t)(p)) & (sizeof (t) - 1)) == 0) macro
80 #define ALIGNED_POINTER(p, t) 1 macro