Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/riscv/include/
HDparam.h73 #define ALIGNED_POINTER(p, t) ((((u_long)(p)) & (sizeof(t) - 1)) == 0) macro
/freebsd-14-stable/sys/arm64/include/
HDparam.h80 #define ALIGNED_POINTER(p, t) ((((u_long)(p)) & (sizeof(t) - 1)) == 0) macro
/freebsd-14-stable/sys/arm/include/
HDparam.h95 #define ALIGNED_POINTER(p, t) ((((unsigned)(p)) & (sizeof(t)-1)) == 0) macro
/freebsd-14-stable/sys/i386/include/
HDparam.h78 #define ALIGNED_POINTER(p, t) 1 macro
/freebsd-14-stable/sys/powerpc/include/
HDparam.h99 #define ALIGNED_POINTER(p, t) ((((uintptr_t)(p)) & (sizeof (t) - 1)) == 0) macro
/freebsd-14-stable/sys/amd64/include/
HDparam.h85 #define ALIGNED_POINTER(p, t) 1 macro