Home
last modified time | relevance | path

Searched refs:_Alignof (Results 1 – 25 of 33) 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/sys/sys/
H A D_types.h184 long long __max_align1 __aligned(_Alignof(long long));
186 long double __max_align2 __aligned(_Alignof(long double));
H A Dcdefs.h184 #define _Alignof(x) alignof(x) macro
186 #define _Alignof(x) __alignof(x) macro
/freebsd/include/
H A Dstdalign.h44 #define alignof _Alignof
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dstdalign.h21 #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/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/riscv/riscv/
H A Ddb_trace.c86 if (!__is_aligned(tf, _Alignof(struct trapframe)) || in db_stack_trace_cmd()
/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.c523 _Alignof(struct arm64_reg_context))) in set_mcontext()
H A Dvfp.c840 _Alignof(struct vfpstate) - 1, 0); in vfp_init()
/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/vm/
H A Duma.h308 #define UMA_ALIGNOF(type) (_Alignof(type) - 1) /* Alignment fit for 'type' */
H A Dswap_pager.c736 NULL, NULL, _Alignof(struct swblk) - 1, 0); in swap_pager_swap_init()
/freebsd/sbin/dhclient/
H A Ddispatch.c108 _Alignof(struct sockaddr_dl)); in discover_interfaces()
/freebsd/sys/netinet/libalias/
H A Dalias_proxy.c381 _Alignas(_Alignof(u_short)) u_char option[OPTION_LEN_BYTES]; in ProxyEncodeIpHeader()
/freebsd/sys/amd64/include/
H A Dvmm.h541 _Static_assert(_Alignof(struct vie_op) == 2, "ABI");
/freebsd/sys/netinet/
H A Dip_fw.h358 _Alignas(_Alignof(u_int32_t)) u_int8_t opcode;
/freebsd/contrib/bmake/
H A Dconfigure2488 // 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 DTokenKinds.def336 KEYWORD(_Alignof , KEYALL)
407 // alignof and _Alignof return the required ABI alignment
/freebsd/sys/ufs/ffs/
H A Dffs_vnops.c107 (((uintptr_t)(ptr) & (_Alignof(s) - 1)) == 0)
/freebsd/contrib/file/
H A Dconfigure2659 // 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__config332 # define _LIBCPP_ALIGNOF(_Tp) _Alignof(_Tp)
/freebsd/contrib/sqlite3/tea/
H A Dconfigure2291 _Static_assert (0 < -_Alignof (int), "_Alignof is signed");
/freebsd/contrib/tcpdump/
H A Dconfigure2582 _Static_assert (0 < -_Alignof (int), "_Alignof is signed");

12