Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/
H A Dalignment_of.hpp28 template <typename T> struct alignment_of;
88 template <class T> struct alignment_of : public integral_constant<std::size_t, ::boost::detail::ali… struct
92 template <typename T> struct alignment_of<T&> : public alignment_of<T*>{}; struct
98 template<> struct alignment_of<long double> : public alignment_of<long_double_wrapper>{}; struct
102 template<> struct alignment_of<void> : integral_constant<std::size_t, 0>{}; struct
104 template<> struct alignment_of<void const> : integral_constant<std::size_t, 0>{}; struct
105 template<> struct alignment_of<void const volatile> : integral_constant<std::size_t, 0>{}; struct
106 template<> struct alignment_of<void volatile> : integral_constant<std::size_t, 0>{}; struct
H A Dtype_with_alignment.hpp56 …Target, false>{ typedef typename long_double_alignment<Target, boost::alignment_of<long double>::v…
60 …ment<Target, false>{ typedef typename double_alignment<Target, boost::alignment_of<double>::value …
65 …t<Target, false>{ typedef typename long_long_alignment<Target, boost::alignment_of<boost::long_lon…
67 …ment<Target, false>{ typedef typename double_alignment<Target, boost::alignment_of<double>::value …
71 …gnment<Target, false>{ typedef typename long_alignment<Target, boost::alignment_of<long>::value >=…
74 …ignment<Target, false>{ typedef typename int_alignment<Target, boost::alignment_of<int>::value >= …
77 …nment<Target, false>{ typedef typename short_alignment<Target, boost::alignment_of<short>::value >…
84 …typedef typename boost::detail::char_alignment<Align, boost::alignment_of<char>::value >= Align>::…
160 ::boost::alignment_of<boost::detail::max_align>::value < 8,
169 ::boost::alignment_of<boost::detail::max_align>::value < 16,
[all …]
H A Daligned_storage.hpp31 , alignment_of_max_align = ::boost::alignment_of<boost::detail::max_align>::value
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/smart_ptr/detail/
H A Dquick_allocator.hpp77 …static freeblock< sizeof( lightweight_mutex ), boost::alignment_of< lightweight_mutex >::value > f… in mutex()
191 struct quick_allocator: public allocator_impl< sizeof(T), boost::alignment_of<T>::value >
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dunique_any.hpp114 … using StackStorage = std::aligned_storage_t<3*sizeof(void*), std::alignment_of<void*>::value>;
124 && std::alignment_of<T>::value <= std::alignment_of<Storage::StackStorage>::value
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/
H A Dtype_traits.hpp927 struct alignment_of struct
1013 BOOST_STATIC_ASSERT((alignment_of<T>::value == Align));
1026 : aligned_next<Len, Align, NEXT_TYPE, Align == alignment_of<NEXT_TYPE>::value>\
1044 : aligned_next<Len, Align, char, Align == alignment_of<char>::value>
1049 template<std::size_t Len, std::size_t Align = alignment_of<max_align_t>::value>
1057 static const std::size_t value = alignment_of<type>::value;
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx4/
H A Dmr.c147 static inline u64 alignment_of(u64 ptr) in alignment_of() function
166 block_shift = alignment_of(next_block_start); in mlx4_ib_umem_calc_block_mtt()
177 block_shift = alignment_of(current_block_end); in mlx4_ib_umem_calc_block_mtt()
302 block_shift = min(alignment_of(misalignment_bits), in mlx4_ib_umem_calc_optimal_mtt_size()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/detail/
H A Doptional_aligned_storage.hpp37 ::boost::alignment_of<T>::value >::type aligner_;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/
H A Dtype_traits.hpp61 using ::boost::move_detail::alignment_of;
H A Dadvanced_insert_int.hpp273 typename aligned_storage<sizeof(value_type), alignment_of<value_type>::value>::type v; in priv_copy_some_and_update()
383 typename aligned_storage<sizeof(value_type), alignment_of<value_type>::value>::type v;\
384 BOOST_ASSERT((((size_type)(&v)) % alignment_of<value_type>::value) == 0);\
H A Dcopy_move_algo.hpp1021 <MaxTmpBytes, container_detail::alignment_of<value_type>::value>::type storage_type; in deep_swap_alloc_n()
1051 … <DeepSwapAllocNMaxStorage, container_detail::alignment_of<value_type>::value>::type storage_type; in deep_swap_alloc_n()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/
H A Doptional.hpp37 ::boost::alignment_of<T>::value >::type aligner_;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/utility/
H A Dvalue_init.hpp93 aligned_storage<sizeof(wrapper), alignment_of<wrapper>::value>::type x;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/
H A Dvarray.hpp171 boost::alignment_of<Value[Capacity]>::value
1056 aligned_storage<sizeof(value_type), alignment_of<value_type>::value> temp_storage; in emplace()
1105 … aligned_storage<sizeof(value_type), alignment_of<value_type>::value> temp_storage; \
1619 boost::alignment_of<value_type>::value in swap_dispatch_impl()
H A Dserialization.hpp50 boost::aligned_storage<sizeof(T), boost::alignment_of<T>::value> m_storage;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/intrusive/detail/
H A Dmpl.hpp52 using boost::move_detail::alignment_of;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dany133 using _Buffer = aligned_storage_t<3*sizeof(void*), alignment_of<void*>::value>;
138 && alignment_of<_Buffer>::value
139 % alignment_of<_Tp>::value == 0
H A Dnew219 return __align > alignment_of<max_align_t>::value;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dany133 using _Buffer = aligned_storage_t<3*sizeof(void*), alignment_of<void*>::value>;
138 && alignment_of<_Buffer>::value
139 % alignment_of<_Tp>::value == 0
H A Dnew219 return __align > alignment_of<max_align_t>::value;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/function/
H A Dfunction_base.hpp228 (alignment_of<function_buffer>::value
229 % alignment_of<F>::value == 0))));
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr1/
H A Dtype_traits348 /// alignment_of
350 struct alignment_of
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr1/
H A Dtype_traits348 /// alignment_of
350 struct alignment_of
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/experimental/
H A Dtype_traits203 constexpr size_t alignment_of_v = alignment_of<_Tp>::value;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/experimental/
H A Dtype_traits203 constexpr size_t alignment_of_v = alignment_of<_Tp>::value;

12