/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/sys/sys/ |
H A D | _types.h | 184 long long __max_align1 __aligned(_Alignof(long long)); 186 long double __max_align2 __aligned(_Alignof(long double));
|
H A D | cdefs.h | 184 #define _Alignof(x) alignof(x) macro 186 #define _Alignof(x) __alignof(x) macro
|
/freebsd/include/ |
H A D | stdalign.h | 44 #define alignof _Alignof
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | stdalign.h | 21 #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/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/riscv/riscv/ |
H A D | db_trace.c | 86 if (!__is_aligned(tf, _Alignof(struct trapframe)) || in db_stack_trace_cmd()
|
/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 | 523 _Alignof(struct arm64_reg_context))) in set_mcontext()
|
H A D | vfp.c | 840 _Alignof(struct vfpstate) - 1, 0); in vfp_init()
|
/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/vm/ |
H A D | uma.h | 308 #define UMA_ALIGNOF(type) (_Alignof(type) - 1) /* Alignment fit for 'type' */
|
H A D | swap_pager.c | 736 NULL, NULL, _Alignof(struct swblk) - 1, 0); in swap_pager_swap_init()
|
/freebsd/sbin/dhclient/ |
H A D | dispatch.c | 108 _Alignof(struct sockaddr_dl)); in discover_interfaces()
|
/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/amd64/include/ |
H A D | vmm.h | 541 _Static_assert(_Alignof(struct vie_op) == 2, "ABI");
|
/freebsd/sys/netinet/ |
H A D | ip_fw.h | 358 _Alignas(_Alignof(u_int32_t)) u_int8_t opcode;
|
/freebsd/contrib/bmake/ |
H A D | configure | 2488 // Check _Alignof. 2491 int_alignment = _Alignof (int), 2492 int_array_alignment = _Alignof (int[100]), 2493 char_alignment = _Alignof (char) 2495 _Static_assert (0 < -_Alignof (int), "_Alignof is signed");
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | TokenKinds.def | 336 KEYWORD(_Alignof , KEYALL) 407 // alignof and _Alignof return the required ABI alignment
|
/freebsd/sys/ufs/ffs/ |
H A D | ffs_vnops.c | 107 (((uintptr_t)(ptr) & (_Alignof(s) - 1)) == 0)
|
/freebsd/contrib/file/ |
H A D | configure | 2659 // Check _Alignof. 2662 int_alignment = _Alignof (int), 2663 int_array_alignment = _Alignof (int[100]), 2664 char_alignment = _Alignof (char) 2666 _Static_assert (0 < -_Alignof (int), "_Alignof is signed");
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | __config | 332 # define _LIBCPP_ALIGNOF(_Tp) _Alignof(_Tp)
|
/freebsd/contrib/sqlite3/tea/ |
H A D | configure | 2291 _Static_assert (0 < -_Alignof (int), "_Alignof is signed");
|
/freebsd/contrib/tcpdump/ |
H A D | configure | 2582 _Static_assert (0 < -_Alignof (int), "_Alignof is signed");
|