Searched defs:ALIGNED_POINTER (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/sys/ia64/include/
H A Dparam.h84 #define ALIGNED_POINTER(p,t) ((((u_long)(p)) & (sizeof(t)-1)) == 0) macro
/freebsd-10-stable/sys/powerpc/include/
H A Dparam.h90 #define ALIGNED_POINTER(p, t) ((((uintptr_t)(p)) & (sizeof (t) - 1)) == 0) macro
/freebsd-10-stable/sys/arm/include/
H A Dparam.h101 #define ALIGNED_POINTER(p, t) ((((unsigned)(p)) & (sizeof(t)-1)) == 0) macro
/freebsd-10-stable/sys/mips/include/
H A Dparam.h122 #define ALIGNED_POINTER(p, t) ((((unsigned long)(p)) & (sizeof (t) - 1)) == 0) macro
/freebsd-10-stable/sys/sparc64/include/
H A Dparam.h75 #define ALIGNED_POINTER(p, t) ((((u_long)(p)) & (sizeof (t) - 1)) == 0) macro
/freebsd-10-stable/sys/amd64/include/
H A Dparam.h86 #define ALIGNED_POINTER(p, t) 1 macro
/freebsd-10-stable/sys/i386/include/
H A Dparam.h79 #define ALIGNED_POINTER(p, t) 1 macro

Completed in 68 milliseconds