Home
last modified time | relevance | path

Searched defs:ALIGNED_POINTER (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/riscv/include/
H A Dparam.h69 #define ALIGNED_POINTER(p, t) ((((u_long)(p)) & (sizeof(t) - 1)) == 0) macro
/freebsd/sys/arm/include/
H A Dparam.h87 #define ALIGNED_POINTER(p, t) ((((unsigned)(p)) & (sizeof(t)-1)) == 0) macro
/freebsd/sys/arm64/include/
H A Dparam.h76 #define ALIGNED_POINTER(p, t) ((((u_long)(p)) & (sizeof(t) - 1)) == 0) macro
/freebsd/sys/i386/include/
H A Dparam.h74 #define ALIGNED_POINTER(p, t) 1 macro
/freebsd/sys/powerpc/include/
H A Dparam.h94 #define ALIGNED_POINTER(p, t) ((((uintptr_t)(p)) & (sizeof (t) - 1)) == 0) macro
/freebsd/sys/amd64/include/
H A Dparam.h80 #define ALIGNED_POINTER(p, t) 1 macro