Home
last modified time | relevance | path

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

/third_party/boost/boost/smart_ptr/detail/
Dquick_allocator.hpp36 template<unsigned size, unsigned align_> union freeblock
38 typedef typename boost::type_with_alignment<align_>::type aligner_type;
44 template<unsigned size, unsigned align_> struct allocator_impl
46 typedef freeblock<size, align_> block;
176 template<unsigned size, unsigned align_>
177 …lightweight_mutex * allocator_impl<size, align_>::mutex_init = &allocator_impl<size, align_>::mute…
181 template<unsigned size, unsigned align_>
182 freeblock<size, align_> * allocator_impl<size, align_>::free = 0;
184 template<unsigned size, unsigned align_>
185 freeblock<size, align_> * allocator_impl<size, align_>::page = 0;
[all …]
/third_party/skia/third_party/externals/tint/src/sem/
Darray.cc34 align_(align), in Array()
50 type_name += "_align_" + std::to_string(align_); in type_name()
72 return align_; in Align()
Dstruct.cc38 align_(align), in Struct()
66 return align_; in Align()
93 align_(align), in StructMember()
Dstruct.h166 const uint32_t align_; variable
212 uint32_t Align() const { return align_; } in Align()
223 const uint32_t align_; variable
Darray.h103 const uint32_t align_; variable
/third_party/boost/boost/type_traits/
Daligned_storage.hpp47 typename ::boost::type_with_alignment<alignment_>::type align_; member
57 ::boost::detail::max_align align_;
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dsimdlib_types.hpp44 #define SIMDALIGN(type_, align_) __declspec(align(align_)) type_ argument
48 #define SIMDALIGN(type_, align_) type_ __attribute__((aligned(align_))) argument
/third_party/boost/boost/endian/
Dbuffers.hpp279 T align_; member
/third_party/boost/boost/signals2/
Ddeconstruct.hpp203 typename boost::type_with_alignment< A >::type align_; member
/third_party/boost/boost/wave/util/
Dflex_string.hpp873 Align align_; member
1188 Align align_; member
1220 Align align_; in MakeUnique() member
/third_party/boost/boost/smart_ptr/
Dmake_shared_object.hpp36 typename boost::type_with_alignment< A >::type align_; member
/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp4035 unsigned align_, unsigned const_offset, Temp dst_hint) in mubuf_load_callback() argument
4048 if (bytes_needed == 1 || align_ % 2) { in mubuf_load_callback()
4051 } else if (bytes_needed == 2 || align_ % 4) { in mubuf_load_callback()
4104 unsigned align_, unsigned const_offset, Temp dst_hint) in global_load_callback() argument