HomeSort by relevance Sort by last modified time
    Searched refs:max_align (Results 1 - 7 of 7) 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;
  /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_newsubscn.c 83 newp->max_align = 1;
libasmP.h 98 GElf_Word max_align; member in struct:AsmScn
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_newscn.c 117 result->max_align = 1;
  /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

Completed in 475 milliseconds