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

/freebsd-11-stable/sys/riscv/include/
H A Dparam.h72 #define ALIGNED_POINTER(p, t) ((((u_long)(p)) & (sizeof(t) - 1)) == 0) macro
/freebsd-11-stable/sys/arm/include/
H A Dparam.h102 #define ALIGNED_POINTER(p, t) ((((unsigned)(p)) & (sizeof(t)-1)) == 0) macro
/freebsd-11-stable/sys/arm64/include/
H A Dparam.h74 #define ALIGNED_POINTER(p, t) ((((u_long)(p)) & (sizeof(t) - 1)) == 0) macro
/freebsd-11-stable/sys/powerpc/include/
H A Dparam.h90 #define ALIGNED_POINTER(p, t) ((((uintptr_t)(p)) & (sizeof (t) - 1)) == 0) macro
/freebsd-11-stable/sys/mips/include/
H A Dparam.h122 #define ALIGNED_POINTER(p, t) ((((unsigned long)(p)) & (sizeof (t) - 1)) == 0) macro
/freebsd-11-stable/sys/amd64/include/
H A Dparam.h86 #define ALIGNED_POINTER(p, t) 1 macro
/freebsd-11-stable/sys/sparc64/include/
H A Dparam.h75 #define ALIGNED_POINTER(p, t) ((((u_long)(p)) & (sizeof (t) - 1)) == 0) macro
/freebsd-11-stable/sys/i386/include/
H A Dparam.h79 #define ALIGNED_POINTER(p, t) 1 macro

Completed in 119 milliseconds