Home
last modified time | relevance | path

Searched refs:alignment_of (Results 1 – 9 of 9) sorted by relevance

/NextBSD/sys/ofed/drivers/infiniband/hw/mlx4/
HDmr.c269 static inline u64 alignment_of(u64 ptr) in alignment_of() function
289 block_shift = alignment_of(next_block_start); in mlx4_ib_umem_calc_block_mtt()
300 block_shift = alignment_of(current_block_end); in mlx4_ib_umem_calc_block_mtt()
358 block_shift = min(alignment_of(misalignment_bits) in mlx4_ib_umem_calc_optimal_mtt_size()
/NextBSD/contrib/libstdc++/include/tr1/
Dtype_traits_fwd.h161 struct alignment_of;
Dtype_traits391 struct alignment_of
/NextBSD/contrib/libc++/include/experimental/
Dtype_traits150 = alignment_of<T>::value;
381 = alignment_of<_Tp>::value;
/NextBSD/contrib/gdb/gdb/
HDs390-tdep.c2519 alignment_of (struct type *type) in alignment_of() function
2535 int field_alignment = alignment_of (TYPE_FIELD_TYPE (type, i)); in alignment_of()
2592 sp = align_down (sp, alignment_of (type)); in s390_push_dummy_call()
/NextBSD/contrib/libc++/include/
Dtype_traits136 template <class T> struct alignment_of;
1049 // alignment_of
1051 template <class _Tp> struct _LIBCPP_TYPE_VIS_ONLY alignment_of
1076 static const size_t value = alignment_of<_Tp>::value;
Dfuture604 typedef typename aligned_storage<sizeof(_Rp), alignment_of<_Rp>::value>::type _Up;
/NextBSD/contrib/libstdc++/
DChangeLog-20055297 * include/tr1/type_traits: Implement alignment_of and aligned_storage.
5303 alignment_of/alignment_of.cc: Likewise.
5305 alignment_of/typedefs.cc: Likewise.
DChangeLog-20065141 Use tr1::aligned_storage and tr1::alignment_of.