| /freebsd/sys/dev/bhnd/nvram/ |
| H A D | bhnd_nvram_subr.c | 483 return (_Alignof(uint8_t)); in bhnd_nvram_type_host_align() 488 return (_Alignof(uint8_t)); in bhnd_nvram_type_host_align() 494 return (_Alignof(uint8_t)); in bhnd_nvram_type_host_align() 497 return (_Alignof(uint16_t)); in bhnd_nvram_type_host_align() 500 return (_Alignof(uint32_t)); in bhnd_nvram_type_host_align() 503 return (_Alignof(uint64_t)); in bhnd_nvram_type_host_align() 506 return (_Alignof(int8_t)); in bhnd_nvram_type_host_align() 509 return (_Alignof(int16_t)); in bhnd_nvram_type_host_align() 512 return (_Alignof(int32_t)); in bhnd_nvram_type_host_align() 515 return (_Alignof(int64_t)); in bhnd_nvram_type_host_align()
|
| /freebsd/contrib/llvm-project/libc/include/llvm-libc-types/ |
| H A D | __futex_word.h | 15 _Alignas(sizeof(__UINT32_TYPE__) > _Alignof(__UINT32_TYPE__) 17 : _Alignof(__UINT32_TYPE__)) __UINT32_TYPE__ __word;
|
| /freebsd/contrib/llvm-project/libc/include/ |
| H A D | __llvm-libc-common.h | 37 #undef _Alignof 38 #define _Alignof alignof macro
|
| /freebsd/include/ |
| H A D | stdalign.h | 44 #define alignof _Alignof
|
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | stdalign.h | 17 #define alignof _Alignof
|
| /freebsd/tests/sys/opencrypto/ |
| H A D | cryptodevh.py | 48 def _Alignof(x): return alignof(x) function 50 def _Alignof(x): return __alignof(x) function
|
| /freebsd/sys/riscv/riscv/ |
| H A D | fpe.c | 180 NULL, NULL, NULL, NULL, _Alignof(struct fpreg) - 1, 0); in fpe_init()
|
| H A D | db_trace.c | 86 if (!__is_aligned(tf, _Alignof(struct trapframe)) || in db_stack_trace_cmd()
|
| /freebsd/sys/amd64/amd64/ |
| H A D | db_trace.c | 208 if (!__is_aligned(tf_addr, _Alignof(struct trapframe)) || in db_nextframe() 329 if (!__is_aligned(frame, _Alignof(struct amd64_frame)) || in db_backtrace()
|
| /freebsd/sys/arm64/arm64/ |
| H A D | db_trace.c | 102 if (!__is_aligned(tf, _Alignof(struct trapframe)) || in db_stack_trace_cmd()
|
| H A D | exec_machdep.c | 65 _Alignof(struct sve_context)) 569 _Alignof(struct arm64_reg_context))) in set_mcontext()
|
| H A D | vfp.c | 840 _Alignof(struct vfpstate) - 1, 0); in vfp_init()
|
| /freebsd/contrib/sqlite3/autosetup/ |
| H A D | cc-lib.tcl | 154 cctest_alignof _Alignof
|
| /freebsd/sys/netlink/ |
| H A D | netlink_message_parser.h | 44 } __aligned(_Alignof(__max_align_t)); 49 len = roundup2(len, _Alignof(__max_align_t)); in lb_alloc()
|
| /freebsd/sys/sys/ |
| H A D | inotify.h | 78 #define _IN_ALIGN _Alignof(struct inotify_event)
|
| H A D | cdefs.h | 179 #define _Alignof(x) alignof(x) macro 181 #define _Alignof(x) __alignof(x) macro
|
| /freebsd/sys/vm/ |
| H A D | uma.h | 308 #define UMA_ALIGNOF(type) (_Alignof(type) - 1) /* Alignment fit for 'type' */
|
| /freebsd/lib/libthr/thread/ |
| H A D | thr_list.c | 154 thread = __thr_aligned_alloc_offset(_Alignof(struct pthread), in _thr_alloc()
|
| /freebsd/sbin/dhclient/ |
| H A D | dispatch.c | 108 _Alignof(struct sockaddr_dl)); in discover_interfaces()
|
| /freebsd/sys/amd64/include/ |
| H A D | vmm.h | 446 _Static_assert(_Alignof(struct vie_op) == 2, "ABI");
|
| /freebsd/sys/contrib/edk2/Include/ |
| H A D | Base.h | 778 #define ALIGNOF(TYPE) _Alignof (TYPE)
|
| /freebsd/sys/net/ |
| H A D | vnet.c | 178 #define VNET_DATAALIGN _Alignof(__max_align_t)
|
| /freebsd/sys/netinet/libalias/ |
| H A D | alias_proxy.c | 381 _Alignas(_Alignof(u_short)) u_char option[OPTION_LEN_BYTES]; in ProxyEncodeIpHeader()
|
| /freebsd/sys/netinet/ |
| H A D | ip_fw.h | 364 _Alignas(_Alignof(u_int32_t)) u_int8_t opcode;
|
| /freebsd/contrib/bmake/ |
| H A D | configure | 2494 // Check _Alignof. 2497 int_alignment = _Alignof (int), 2498 int_array_alignment = _Alignof (int[100]), 2499 char_alignment = _Alignof (char) 2501 _Static_assert (0 < -_Alignof (int), "_Alignof is signed");
|