Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dabi-aarch64.h91 int type_alignment = std::alignment_of<T>::value; in GetNextParameterGenericOperand() local
125 if (type_alignment == 16) { in GetNextParameterGenericOperand()
137 stack_offset_ = AlignUp(stack_offset_, std::max(type_alignment, 8)); in GetNextParameterGenericOperand()
/external/google-fruit/include/fruit/impl/util/
Dtype_info.h36 std::size_t type_alignment; member
Dtype_info.defn.h83 return concrete_type_info.type_alignment;
/external/libabigail/src/
Dabg-ctf-reader.cc409 ssize_t type_alignment = ctf_type_align(ctf_dictionary, ctf_type); in process_ctf_base_type() local
448 type_alignment * 8 /* in bits */, in process_ctf_base_type()