Searched refs:alignment_of (Results 1 – 9 of 9) sorted by relevance
269 static inline u64 alignment_of(u64 ptr) in alignment_of() function289 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()
161 struct alignment_of;
391 struct alignment_of
150 = alignment_of<T>::value;381 = alignment_of<_Tp>::value;
2519 alignment_of (struct type *type) in alignment_of() function2535 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()
136 template <class T> struct alignment_of;1049 // alignment_of1051 template <class _Tp> struct _LIBCPP_TYPE_VIS_ONLY alignment_of1076 static const size_t value = alignment_of<_Tp>::value;
604 typedef typename aligned_storage<sizeof(_Rp), alignment_of<_Rp>::value>::type _Up;
5297 * include/tr1/type_traits: Implement alignment_of and aligned_storage.5303 alignment_of/alignment_of.cc: Likewise.5305 alignment_of/typedefs.cc: Likewise.
5141 Use tr1::aligned_storage and tr1::alignment_of.