Search | Google it | Results 1 - 2 of 2 for fundef:ALIGN (0.01 seconds) |
126: #define ALIGNBYTES _ALIGNBYTES 127: #define ALIGN(p) _ALIGN(p) 128: #define ALIGNED_POINTER(p,t) _ALIGNED_POINTER(p,t)
70: #define ALIGNBYTES (sizeof(int) - 1) 71: #define ALIGN(p) (((u_int)(p) + ALIGNBYTES) & ~ALIGNBYTES) 72: #define ALIGNED_POINTER(p, t) ((((u_long)(p)) & (sizeof(t) - 1)) == 0)