Searched refs:__alignof (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/sys/compat/linuxkpi/common/include/linux/ |
| H A D | slab.h | 72 __alignof(struct __struct), (flags), NULL) 86 __alignof(unsigned long long)
|
| /freebsd-14.2/sys/contrib/zstd/lib/common/ |
| H A D | compiler.h | 258 # define ZSTD_ALIGNOF(T) __alignof(T)
|
| /freebsd-14.2/tests/sys/opencrypto/ |
| H A D | cryptodevh.py | 69 def _Alignof(x): return __alignof(x)
|
| /freebsd-14.2/sys/sys/ |
| H A D | cdefs.h | 236 #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 D | TokenKinds.def | 438 // __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 D | subr_pcpu.c | 73 DPCPU_DEFINE_STATIC(char, modspace[DPCPU_MODMIN] __aligned(__alignof(void *)));
|
| /freebsd-14.2/sys/contrib/edk2/Include/ |
| H A D | Base.h | 619 …rameter) __va_start (&Marker, &Parameter, _INT_SIZE_OF (Parameter), __alignof(Parameter), &Par…
|
| /freebsd-14.2/sys/net/ |
| H A D | vnet.c | 179 VNET_DEFINE_STATIC(char, modspace[VNET_MODMIN] __aligned(__alignof(void *)));
|
| /freebsd-14.2/sbin/mount_nfs/ |
| H A D | mount_nfs.c | 539 char buf[2048] __aligned(__alignof(struct if_msghdr)); in rtm_ifinfo_sleep()
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | __config | 649 # define _LIBCPP_PREFERRED_ALIGNOF(_Tp) __alignof(_Tp)
|