Home
last modified time | relevance | path

Searched refs:_Alignof (Results 1 – 25 of 42) sorted by relevance

12

/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_subr.c483 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.h15 _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.h37 #undef _Alignof
38 #define _Alignof alignof macro
/freebsd/include/
H A Dstdalign.h44 #define alignof _Alignof
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dstdalign.h17 #define alignof _Alignof
/freebsd/tests/sys/opencrypto/
H A Dcryptodevh.py48 def _Alignof(x): return alignof(x) function
50 def _Alignof(x): return __alignof(x) function
/freebsd/sys/riscv/riscv/
H A Dfpe.c180 NULL, NULL, NULL, NULL, _Alignof(struct fpreg) - 1, 0); in fpe_init()
H A Ddb_trace.c86 if (!__is_aligned(tf, _Alignof(struct trapframe)) || in db_stack_trace_cmd()
/freebsd/sys/amd64/amd64/
H A Ddb_trace.c208 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 Ddb_trace.c102 if (!__is_aligned(tf, _Alignof(struct trapframe)) || in db_stack_trace_cmd()
H A Dexec_machdep.c65 _Alignof(struct sve_context))
569 _Alignof(struct arm64_reg_context))) in set_mcontext()
H A Dvfp.c840 _Alignof(struct vfpstate) - 1, 0); in vfp_init()
/freebsd/contrib/sqlite3/autosetup/
H A Dcc-lib.tcl154 cctest_alignof _Alignof
/freebsd/sys/netlink/
H A Dnetlink_message_parser.h44 } __aligned(_Alignof(__max_align_t));
49 len = roundup2(len, _Alignof(__max_align_t)); in lb_alloc()
/freebsd/sys/sys/
H A Dinotify.h78 #define _IN_ALIGN _Alignof(struct inotify_event)
H A Dcdefs.h179 #define _Alignof(x) alignof(x) macro
181 #define _Alignof(x) __alignof(x) macro
/freebsd/sys/vm/
H A Duma.h308 #define UMA_ALIGNOF(type) (_Alignof(type) - 1) /* Alignment fit for 'type' */
/freebsd/lib/libthr/thread/
H A Dthr_list.c154 thread = __thr_aligned_alloc_offset(_Alignof(struct pthread), in _thr_alloc()
/freebsd/sbin/dhclient/
H A Ddispatch.c108 _Alignof(struct sockaddr_dl)); in discover_interfaces()
/freebsd/sys/amd64/include/
H A Dvmm.h446 _Static_assert(_Alignof(struct vie_op) == 2, "ABI");
/freebsd/sys/contrib/edk2/Include/
H A DBase.h778 #define ALIGNOF(TYPE) _Alignof (TYPE)
/freebsd/sys/net/
H A Dvnet.c178 #define VNET_DATAALIGN _Alignof(__max_align_t)
/freebsd/sys/netinet/libalias/
H A Dalias_proxy.c381 _Alignas(_Alignof(u_short)) u_char option[OPTION_LEN_BYTES]; in ProxyEncodeIpHeader()
/freebsd/sys/netinet/
H A Dip_fw.h364 _Alignas(_Alignof(u_int32_t)) u_int8_t opcode;
/freebsd/contrib/bmake/
H A Dconfigure2494 // 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");

12