Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/include/
H A Dparam.h96 #define ALIGNED_POINTER(p, t) ((((unsigned)(p)) & (sizeof(t)-1)) == 0) macro
/f-stack/freebsd/arm64/include/
H A Dparam.h77 #define ALIGNED_POINTER(p, t) ((((u_long)(p)) & (sizeof(t) - 1)) == 0) macro
/f-stack/freebsd/i386/include/
H A Dparam.h79 #define ALIGNED_POINTER(p, t) 1 macro
/f-stack/freebsd/mips/include/
H A Dparam.h127 #define ALIGNED_POINTER(p, t) ((((unsigned long)(p)) & (sizeof (t) - 1)) == 0) macro
/f-stack/freebsd/amd64/include/
H A Dparam.h86 #define ALIGNED_POINTER(p, t) 1 macro