Searched refs:ALIGN (Results 1 - 25 of 219) sorted by relevance

123456789

/external/dbus/test/data/valid-messages/
H A Dsimplest.message7 ALIGN 8
H A Dno-padding.message13 ALIGN 4
17 ALIGN 8 1
H A Dunknown-header-field.message16 ALIGN 8
H A Dopposite-endian.message14 ALIGN 8
H A Dsimplest-manual.message27 ALIGN 8
/external/clang/test/CodeGen/
H A Dms-inline-asm-align.c13 __asm ALIGN 256; local
/external/dbus/test/data/invalid-messages/
H A Dtoo-much-header-padding-by-far.message19 ALIGN 8
21 ALIGN 8
23 ALIGN 8
H A Dbad-boolean-array.message16 ALIGN 8
22 ALIGN 4
H A Dbad-header-field-alignment.message22 ALIGN 4
27 ALIGN 4
35 ALIGN 8
H A Dbad-boolean.message16 ALIGN 8
H A Dlocal-namespace.message17 ALIGN 8
H A Dno-dot-in-name.message16 ALIGN 8
H A Doverlong-name.message17 ALIGN 8
H A Dbad-endian.message21 ALIGN 8
H A Dnot-nul-header-padding.message19 ALIGN 8
H A Dtoo-little-header-padding.message19 ALIGN 8
H A Dtoo-much-header-padding.message19 ALIGN 8
/external/v8/third_party/binutils/Linux_x64/Release/lib/ldscripts/
H A Di386linux.x25 . = ALIGN(0x1000);
43 . = ALIGN(4);
H A Di386linux.xn25 . = ALIGN(0x1000);
43 . = ALIGN(4);
H A Di386linux.xbn43 . = ALIGN(4);
/external/dbus/test/data/incomplete-messages/
H A Dmissing-body.message10 ALIGN 8
/external/speex/libspeex/
H A Dstack_alloc.h51 * @def ALIGN(stack, size)
91 #define ALIGN(stack, size) ((stack) += ((size) - (long)(stack)) & ((size) - 1)) macro
93 #define PUSH(stack, size, type) (VALGRIND_MAKE_NOACCESS(stack, 1000),ALIGN((stack),sizeof(type)),VALGRIND_MAKE_WRITABLE(stack, ((size)*sizeof(type))),(stack)+=((size)*sizeof(type)),(type*)((stack)-((size)*sizeof(type))))
97 #define ALIGN(stack, size) ((stack) += ((size) - (long)(stack)) & ((size) - 1)) macro
99 #define PUSH(stack, size, type) (ALIGN((stack),sizeof(type)),(stack)+=((size)*sizeof(type)),(type*)((stack)-((size)*sizeof(type))))
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_tex_layout.c153 mt->total_width = ALIGN(mt->width0, mt->align_w);
165 mip1_width = ALIGN(minify(mt->width0), mt->align_w)
166 + ALIGN(minify(minify(mt->width0)), mt->align_w);
168 mip1_width = ALIGN(minify(mt->width0), mt->align_w)
185 img_height = ALIGN(height, mt->align_h);
197 x += ALIGN(width, mt->align_w);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_tex_layout.c153 mt->total_width = ALIGN(mt->width0, mt->align_w);
165 mip1_width = ALIGN(minify(mt->width0), mt->align_w)
166 + ALIGN(minify(minify(mt->width0)), mt->align_w);
168 mip1_width = ALIGN(minify(mt->width0), mt->align_w)
185 img_height = ALIGN(height, mt->align_h);
197 x += ALIGN(width, mt->align_w);
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_tex_layout.c153 mt->total_width = ALIGN(mt->width0, mt->align_w);
165 mip1_width = ALIGN(minify(mt->width0), mt->align_w)
166 + ALIGN(minify(minify(mt->width0)), mt->align_w);
168 mip1_width = ALIGN(minify(mt->width0), mt->align_w)
185 img_height = ALIGN(height, mt->align_h);
197 x += ALIGN(width, mt->align_w);

Completed in 309 milliseconds

123456789