HomeSort by relevance Sort by last modified time
    Searched refs:max_align (Results 1 - 11 of 11) sorted by null

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/halloc/src/
align.h 21 union max_align union
33 typedef union max_align max_align_t;
  /external/elfutils/libasm/
asm_align.c 109 if (asmscn->max_align < value)
111 asmscn->max_align = value;
118 if (asmscn->data.up->max_align < value)
119 asmscn->data.up->max_align = value;
asm_newsubscn.c 84 newp->max_align = 1;
libasmP.h 101 GElf_Word max_align; member in struct:AsmScn
asm_end.c 102 offset = ((offset + asmsubscn->max_align - 1)
103 & ~(asmsubscn->max_align - 1));
125 newdata->d_align = first ? asmsubscn->max_align : 1;
429 shdr->sh_addralign = asmscn->max_align;
asm_newscn.c 120 result->max_align = 1;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
type_with_alignment.hpp 145 union max_align union in namespace:boost::detail
170 BOOST_TT_AUX_BOOL_TRAIT_IMPL_SPEC1(is_pod,::boost::detail::max_align,true)
201 , ::boost::detail::max_align
295 ::boost::alignment_of<boost::detail::max_align>::value < 8,
304 ::boost::alignment_of<boost::detail::max_align>::value < 16,
313 ::boost::alignment_of<boost::detail::max_align>::value < 32,
321 ::boost::alignment_of<boost::detail::max_align>::value < 64,
329 ::boost::alignment_of<boost::detail::max_align>::value < 128,
364 typedef ::boost::align::a16 max_align;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
aligned_storage.hpp 35 , alignment_of_max_align = ::boost::alignment_of<max_align>::value
53 , mpl::identity<detail::max_align>
  /external/valgrind/coregrind/m_syswrap/
syswrap-solaris.c 5594 SizeT max_align = VKI_PAGE_SIZE; local
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
output.cc 4283 uint64_t max_align = 0; local
    [all...]
layout.cc     [all...]

Completed in 608 milliseconds