Searched defs:_ALIGNED_POINTER (Results 1 - 13 of 13) sorted by relevance

/openbsd-current/sys/arch/sparc64/include/
H A D_types.h57 #define _ALIGNED_POINTER(p,t) ((((unsigned long)(p)) & (sizeof(t) - 1)) == 0) macro
/openbsd-current/sys/arch/i386/include/
H A D_types.h51 #define _ALIGNED_POINTER(p,t) 1 macro
/openbsd-current/sys/arch/powerpc/include/
H A D_types.h57 #define _ALIGNED_POINTER(p,t) ((((unsigned long)(p)) & (sizeof(t) - 1)) == 0) macro
/openbsd-current/sys/arch/m88k/include/
H A D_types.h61 #define _ALIGNED_POINTER(p,t) ((((unsigned long)(p)) & (sizeof(t) - 1)) == 0) macro
/openbsd-current/sys/arch/sh/include/
H A D_types.h57 #define _ALIGNED_POINTER(p,t) ((((unsigned long)(p)) & (sizeof(t) - 1)) == 0) macro
/openbsd-current/sys/arch/riscv64/include/
H A D_types.h57 #define _ALIGNED_POINTER(p,t) ((((unsigned long)(p)) & (sizeof(t) - 1)) == 0) macro
/openbsd-current/sys/arch/powerpc64/include/
H A D_types.h56 #define _ALIGNED_POINTER(p,t) ((((unsigned long)(p)) & (sizeof(t) - 1)) == 0) macro
/openbsd-current/sys/arch/arm/include/
H A D_types.h57 #define _ALIGNED_POINTER(p,t) ((((unsigned long)(p)) & (sizeof(t) - 1)) == 0) macro
/openbsd-current/sys/arch/amd64/include/
H A D_types.h51 #define _ALIGNED_POINTER(p,t) 1 macro
/openbsd-current/sys/arch/arm64/include/
H A D_types.h56 #define _ALIGNED_POINTER(p,t) ((((unsigned long)(p)) & (sizeof(t) - 1)) == 0) macro
/openbsd-current/sys/arch/mips64/include/
H A D_types.h51 #define _ALIGNED_POINTER(p,t) ((((unsigned long)(p)) & (sizeof(t) - 1)) == 0) macro
/openbsd-current/sys/arch/alpha/include/
H A D_types.h57 #define _ALIGNED_POINTER(p,t) ((((unsigned long)(p)) & (sizeof(t) - 1)) == 0) macro
/openbsd-current/sys/arch/hppa/include/
H A D_types.h57 #define _ALIGNED_POINTER(p,t) ((((unsigned long)(p)) & (sizeof(t) - 1)) == 0) macro

Completed in 186 milliseconds