Home
last modified time | relevance | path

Searched refs:__alignof (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/sys/compat/linuxkpi/common/include/linux/
H A Dslab.h72 __alignof(struct __struct), (flags), NULL)
86 __alignof(unsigned long long)
/freebsd-14.2/sys/contrib/zstd/lib/common/
H A Dcompiler.h258 # define ZSTD_ALIGNOF(T) __alignof(T)
/freebsd-14.2/tests/sys/opencrypto/
H A Dcryptodevh.py69 def _Alignof(x): return __alignof(x)
/freebsd-14.2/sys/sys/
H A Dcdefs.h236 #define __alignof(x) __offsetof(struct { char __a; x __b; }, __b) macro
258 #define _Alignof(x) __alignof(x)
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTokenKinds.def438 // __alignof returns the preferred alignment of a type, the alignment
440 UNARY_EXPR_OR_TYPE_TRAIT(__alignof, PreferredAlignOf, KEYALL)
666 ALIAS("__alignof__" , __alignof , KEYALL)
719 ALIAS("__builtin_alignof", __alignof , KEYMS)
724 ALIAS("_alignof" , __alignof , KEYMS)
/freebsd-14.2/sys/kern/
H A Dsubr_pcpu.c73 DPCPU_DEFINE_STATIC(char, modspace[DPCPU_MODMIN] __aligned(__alignof(void *)));
/freebsd-14.2/sys/contrib/edk2/Include/
H A DBase.h619 …rameter) __va_start (&Marker, &Parameter, _INT_SIZE_OF (Parameter), __alignof(Parameter), &Par…
/freebsd-14.2/sys/net/
H A Dvnet.c179 VNET_DEFINE_STATIC(char, modspace[VNET_MODMIN] __aligned(__alignof(void *)));
/freebsd-14.2/sbin/mount_nfs/
H A Dmount_nfs.c539 char buf[2048] __aligned(__alignof(struct if_msghdr)); in rtm_ifinfo_sleep()
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A D__config649 # define _LIBCPP_PREFERRED_ALIGNOF(_Tp) __alignof(_Tp)