Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
Dtype_with_alignment.hpp226 struct __attribute__((__aligned__(16))) a16 {}; struct
236 template<> class type_with_alignment<16> { public: typedef align::a16 type; };
245 BOOST_TT_AUX_BOOL_TRAIT_IMPL_SPEC1(is_pod,::boost::align::a16,true)
273 struct __declspec(align(16)) a16 { struct
275 typedef a16 type; argument
305 align::a16,
338 BOOST_TT_AUX_BOOL_TRAIT_IMPL_SPEC1(is_pod,::boost::align::a16,true)
354 #pragma option push -a16
358 struct a16{ long double s; };
364 typedef ::boost::align::a16 max_align;
[all …]