Searched defs:ALIGNED_POINTER (Results 1 – 5 of 5) sorted by relevance
96 #define ALIGNED_POINTER(p, t) ((((unsigned)(p)) & (sizeof(t)-1)) == 0) macro
77 #define ALIGNED_POINTER(p, t) ((((u_long)(p)) & (sizeof(t) - 1)) == 0) macro
79 #define ALIGNED_POINTER(p, t) 1 macro
127 #define ALIGNED_POINTER(p, t) ((((unsigned long)(p)) & (sizeof (t) - 1)) == 0) macro
86 #define ALIGNED_POINTER(p, t) 1 macro