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

  /external/libvpx/libvpx/third_party/nestegg/halloc/src/
align.h 21 union max_align union
33 typedef union max_align max_align_t;
  /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/libunwind/src/mi/
mempool.c 33 # define MAX_ALIGN __BIGGEST_ALIGNMENT__
35 /* Crude hack to check that MAX_ALIGN is power-of-two.
39 # define MAX_ALIGN MAX_ALIGN_(sizeof (long double))
42 static char sos_memory[SOS_MEMORY_SIZE] ALIGNED(MAX_ALIGN);
51 size = UNW_ALIGN(size, MAX_ALIGN);
55 assert(((uintptr_t) &sos_memory[0] & (MAX_ALIGN-1)) == 0);
67 unsigned align = UNW_ALIGN((uintptr_t) &sos_memory[0], MAX_ALIGN)
77 assert (((uintptr_t) &sos_memory[pos] & (MAX_ALIGN-1)) == 0);
136 /* round object-size up to integer multiple of MAX_ALIGN */
137 obj_size = UNW_ALIGN(obj_size, MAX_ALIGN);
    [all...]
  /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;
  /external/elfutils/0.153/libasm/
asm_align.c 108 if (asmscn->max_align < value)
110 asmscn->max_align = value;
117 if (asmscn->data.up->max_align < value)
118 asmscn->data.up->max_align = value;
asm_end.c 99 offset = ((offset + asmsubscn->max_align - 1)
100 & ~(asmsubscn->max_align - 1));
122 newdata->d_align = first ? asmsubscn->max_align : 1;
426 shdr->sh_addralign = asmscn->max_align;
asm_newsubscn.c 83 newp->max_align = 1;
asm_newscn.c 117 result->max_align = 1;
libasmP.h 98 GElf_Word max_align; member in struct:AsmScn
  /external/jemalloc/test/integration/
rallocx.c 116 #define MAX_ALIGN (ZU(1) << 25)
122 for (align <<= 1; align <= MAX_ALIGN; align <<= 1) {
133 #undef 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/llvm/include/llvm/Object/
ELFTypes.h 31 template <typename T, int max_align> struct MaximumAlignment {
32 enum { value = AlignOf<T>::Alignment > max_align ? max_align
  /external/valgrind/main/perf/
tinycc.c     [all...]

Completed in 1394 milliseconds