HomeSort by relevance Sort by last modified time
    Searched defs:align (Results 1 - 25 of 214) sorted by null

1 2 3 4 5 6 7 8 9

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.h 48 void *align; member in union:__sanitizer::__sanitizer_pthread_attr_t
  /external/elfutils/libelf/
elf_getdata_rawchunk.c 144 size_t align = __libelf_type_align (elf->class, type); local
148 if (((uintptr_t) rawchunk & (align - 1)) == 0)
197 chunk->data.d.d_align = align;
elf_getdata.c 137 const size_t align = __libelf_type_align (eclass, type); local
141 if (((((size_t) (char *) scn->rawdata_base)) & (align - 1)) == 0)
196 size_t align; local
212 align = shdr->sh_addralign;
226 align = shdr->sh_addralign;
323 scn->rawdata.d.d_align = align;
  /external/openssl/crypto/modes/
cbc128.c 120 union { size_t align; unsigned char c[16]; } tmp; member in union:__anon12633
  /frameworks/rs/driver/linkloader/utils/
traits.h 32 enum { align = offsetof(AlignmentTest, element) }; enumerator in enum:TypeTraits::__anon20256
35 #define TYPE_TRAITS_SPECIALIZE(TYPE, SIZE, ALIGN) \
39 enum { align = ALIGN }; \
  /external/chromium/chrome/browser/ui/gtk/infobars/
confirm_infobar_gtk.cc 28 GtkWidget* align = gtk_alignment_new(0, 0, 0, 1); local
29 gtk_container_add(GTK_CONTAINER(align), confirm_hbox_);
30 gtk_box_pack_start(GTK_BOX(hbox_), align, TRUE, TRUE, 0); local
  /external/iproute2/include/linux/tc_ematch/
tc_em_cmp.h 11 __u8 align:4; member in struct:tcf_em_cmp
  /external/iproute2/tc/
em_cmp.c 31 "Usage: cmp(ALIGN at OFFSET [ ATTRS ] { eq | lt | gt } VALUE)\n" \
32 "where: ALIGN := { u8 | u16 | u32 }\n" \
44 int align, opnd = 0; local
58 align = TCF_EM_ALIGN_U8;
60 align = TCF_EM_ALIGN_U16;
62 align = TCF_EM_ALIGN_U32;
133 cmp.align = (__u8) align;
154 if (cmp->align == TCF_EM_ALIGN_U8)
156 else if (cmp->align == TCF_EM_ALIGN_U16
    [all...]
em_u32.c 30 "Usage: u32(ALIGN VALUE MASK at [ nexthdr+ ] OFFSET)\n" \
31 "where: ALIGN := { u8 | u16 | u32 }\n" \
40 int align, nh_len; local
53 align = 1;
55 align = 2;
57 align = 4;
105 switch (align) {
  /external/libffi/src/m32r/
ffi.c 62 /* Align if necessary. */
64 argp = (char *) ALIGN (argp, (*p_arg)->alignment);
203 int align = cif->rtype->alignment; local
207 if (align == 1)
212 if (align == 1)
216 else if (align == 2)
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
TextAttribute.java 28 public TextAlignment align; field in class:TextAttribute
36 public TextAttribute(int start, int length, TextAlignment align,
41 this.align = align;
  /frameworks/rs/driver/linkloader/include/impl/
ELFSymbol.hxx 149 size_t align = 16; local
152 allocateSHNCommonData((size_t)getSize(), align);
191 size_t align = (size_t)getValue(); local
193 allocateSHNCommonData((size_t)getSize(), align);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/tc_ematch/
tc_em_cmp.h 11 __u8 align:4; member in struct:tcf_em_cmp
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/tc_ematch/
tc_em_cmp.h 11 __u8 align:4; member in struct:tcf_em_cmp
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/tc_ematch/
tc_em_cmp.h 11 __u8 align:4; member in struct:tcf_em_cmp
  /external/ceres-solver/docs/
powell.tex 5 \begin{align}
11 \end{align}
  /external/compiler-rt/lib/
adddf3.c 88 const unsigned int align = aExponent - bExponent; local
89 if (align) {
90 if (align < typeWidth) {
91 const bool sticky = bSignificand << (typeWidth - align);
92 bSignificand = bSignificand >> align | sticky;
addsf3.c 87 const unsigned int align = aExponent - bExponent; local
88 if (align) {
89 if (align < typeWidth) {
90 const bool sticky = bSignificand << (typeWidth - align);
91 bSignificand = bSignificand >> align | sticky;
  /external/libvpx/libvpx/vpx/src/
vpx_image.c 17 /*returns an addr aligned to the byte boundary specified by align*/
18 #define align_addr(addr,align) (void*)(((size_t)(addr) + ((align) - 1)) & (size_t)-(align))
21 static void *img_buf_memalign(size_t align, size_t size)
26 addr = malloc(size + align - 1 + ADDRESS_STORAGE_SIZE);
30 x = align_addr((unsigned char *)addr + ADDRESS_STORAGE_SIZE, (int)align);
57 int align; local
59 /* Treat align==0 like align==1 *
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLTableSectionElement.cpp 112 String HTMLTableSectionElement::align() const function in class:WebCore::HTMLTableSectionElement
  /frameworks/compile/mclinker/lib/Object/
ObjectBuilder.cpp 64 target->setAlign(pInputSection.align());
108 AlignFragment* align = NULL; local
109 if (pFrom.getSection().align() > 1) {
110 // if the align constraint is larger than 1, append an alignment
111 align = new AlignFragment(pFrom.getSection().align(), // alignment
114 pFrom.getSection().align() - 1 // max bytes to emit
116 align->setOffset(offset);
117 align->setParent(&pTo);
118 pTo.getFragmentList().push_back(align);
156 AlignFragment* align = NULL; local
    [all...]
  /hardware/qcom/display/libgralloc/
memalloc.h 48 size_t align; member in struct:gralloc::alloc_data
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
TextureUtils.cpp 62 const int32_t align = ctx->getUnpackAlignment()-1; local
63 const int32_t bpr = ((width * 3) + align) & ~align;
  /external/elfutils/libdwfl/
dwfl_report_elf.c 96 const GElf_Xword align = shdr->sh_addralign ?: 1; local
97 const GElf_Addr next = (end + align - 1) & -align;
109 else if (unlikely (base & (align - 1)))
117 start = end = base = (base + align - 1) & -align;
159 if ((shdr->sh_addr - bias + base) & (align - 1))
162 the lowest section address in the file modulo ALIGN. */
163 base = (((base + align - 1) & -align)
    [all...]
  /external/libffi/src/sh64/
ffi.c 83 int align; local
86 align = (*p_arg)->alignment;
116 else if (z == sizeof (UINT32) && align == sizeof (UINT32))
139 && align == sizeof (UINT64)

Completed in 2626 milliseconds

1 2 3 4 5 6 7 8 9