Home
last modified time | relevance | path

Searched refs:ALIGN (Results 1 – 25 of 145) sorted by relevance

123456

/external/speex/libspeex/
Dstack_alloc.h91 #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)),VA…
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*)…
/external/zlib/contrib/masmx86/
Dinffas32.asm78 ALIGN 4
84 ALIGN 4
88 ALIGN 4
93 ALIGN 4
98 ALIGN 4
104 ALIGN 4
165 ALIGN 4
324 ALIGN 4
491 ALIGN 4
511 ALIGN 4
[all …]
/external/libffi/src/
Draw_api.c46 result += ALIGN (sizeof (void*), FFI_SIZEOF_ARG); in ffi_raw_size()
49 result += ALIGN ((*at)->size, FFI_SIZEOF_ARG); in ffi_raw_size()
97 raw += ALIGN ((*tp)->size, FFI_SIZEOF_ARG) / FFI_SIZEOF_ARG; in ffi_raw_to_ptrarray()
117 raw += ALIGN ((*tp)->size, sizeof (void*)) / sizeof (void*); in ffi_raw_to_ptrarray()
176 raw += ALIGN ((*tp)->size, FFI_SIZEOF_ARG) / FFI_SIZEOF_ARG; in ffi_ptrarray_to_raw()
Dprep_cif.c31 #define STACK_ARG_SIZE(x) ALIGN(x, FFI_SIZEOF_ARG)
56 arg->size = ALIGN(arg->size, (*ptr)->alignment); in initialize_aggregate()
72 arg->size = ALIGN (arg->size, arg->alignment); in initialize_aggregate()
149 bytes = ALIGN(bytes, (*ptr)->alignment); in ffi_prep_cif()
Djava_raw_api.c110 ALIGN ((*tp)->size, sizeof(ffi_java_raw)) / sizeof(ffi_java_raw); in ffi_java_raw_to_ptrarray()
135 ALIGN ((*tp)->size, sizeof(ffi_java_raw)) / sizeof(ffi_java_raw); in ffi_java_raw_to_ptrarray()
227 ALIGN ((*tp)->size, sizeof(ffi_java_raw)) / sizeof(ffi_java_raw); in ffi_java_ptrarray_to_raw()
/external/dbus/test/data/invalid-messages/
Dtoo-much-header-padding-by-far.message19 ALIGN 8
21 ALIGN 8
23 ALIGN 8
Dbad-header-field-alignment.message22 ALIGN 4
27 ALIGN 4
35 ALIGN 8
Dbad-boolean-array.message16 ALIGN 8
22 ALIGN 4
/external/zlib/contrib/masmx64/
Dinffasx64.asm81 ALIGN 4
130 ALIGN 4
217 ALIGN 4
237 ALIGN 4
251 ALIGN 4
265 ALIGN 4
292 ALIGN 4
321 ALIGN 4
337 ALIGN 4
/external/zlib/contrib/inflate86/
Dinffas86.c812 ALIGN 4
847 ALIGN 4
961 ALIGN 4
982 ALIGN 4
996 ALIGN 4
1011 ALIGN 4
1038 ALIGN 4
1066 ALIGN 4
1081 ALIGN 4
/external/iptables/libiptc/
Dlibip4tc.c112 #define ALIGN IPT_ALIGN macro
235 assert(ALIGN(m->u.match_size) == m->u.match_size);
260 assert(e->next_offset == ALIGN(e->next_offset));
261 assert(e->target_offset == ALIGN(e->target_offset));
262 assert(t->target.u.target_size == ALIGN(t->target.u.target_size));
267 == ALIGN(sizeof(STRUCT_STANDARD_TARGET)));
299 == ALIGN(sizeof(struct ipt_error_target)));
462 assert(t->target.u.target_size == ALIGN(sizeof(*t)));
463 assert(e->next_offset == sizeof(*e) + ALIGN(sizeof(*t)));
/external/libffi/src/sparc/
Dffi.c290 cif->bytes = ALIGN(cif->bytes, 2 * wordsize); in ffi_prep_cif_machdep()
333 off = ALIGN(off, (*ptr)->alignment); in ffi_v9_layout_struct()
339 off = ALIGN(off, FFI_SIZEOF_ARG); in ffi_v9_layout_struct()
526 argn += ALIGN(arg_types[i]->size, FFI_SIZEOF_ARG) / FFI_SIZEOF_ARG; in ffi_closure_sparc_inner_v8()
584 argn += ALIGN(arg_types[i]->size, FFI_SIZEOF_ARG) / FFI_SIZEOF_ARG; in ffi_closure_sparc_inner_v9()
590 argn += ALIGN(arg_types[i]->size, FFI_SIZEOF_ARG) / FFI_SIZEOF_ARG; in ffi_closure_sparc_inner_v9()
/external/libffi/src/mips/
Dffi.c114 argp = (char *) ALIGN(argp, a); in ffi_prep_args()
218 *loc = ALIGN(*loc, e->alignment); in calc_n32_struct_flags()
233 *arg_reg = ALIGN(*loc, FFI_SIZEOF_ARG) / FFI_SIZEOF_ARG; in calc_n32_struct_flags()
424 arg_reg = ALIGN(arg_reg, 2); in ffi_prep_cif_machdep()
728 argn += ALIGN(arg_types[i]->size, FFI_SIZEOF_ARG) / FFI_SIZEOF_ARG; in ffi_closure_mips_inner_O32()
769 o = ALIGN(offset, elt_type->alignment); in copy_struct_N32()
857 argn = ALIGN(argn, arg_types[i]->alignment / sizeof(ffi_arg)); in ffi_closure_mips_inner_N32()
914 argn += ALIGN(arg_types[i]->size, sizeof(ffi_arg)) / sizeof(ffi_arg); in ffi_closure_mips_inner_N32()
/external/dbus/test/data/valid-messages/
Dno-padding.message13 ALIGN 4
17 ALIGN 8 1
/external/kernel-headers/original/linux/
Dlinkage.h27 #define ALIGN __ALIGN
33 ALIGN; \
/external/elfutils/src/
Delf32-i386.script50 . = ALIGN(32 / 8);
87 . = ALIGN(PAGESIZE) + (. & (PAGESIZE - 1));
168 . = ALIGN(32 / 8);
170 . = ALIGN(32 / 8);
/external/libffi/src/arm/
Dffi.c59 argp = (char *) ALIGN(argp, (*p_arg)->alignment); in ffi_prep_args()
63 argp = (char *) ALIGN(argp, 4); in ffi_prep_args()
258 argp = (char *) ALIGN(argp, alignment); in ffi_prep_incoming_args_SYSV()
/external/libffi/src/powerpc/
Dffi_darwin.c201 size_al = ALIGN((*ptr)->size, 8); in ffi_prep_args()
258 s->size = ALIGN(s->size, align) + p->size; in darwin_adjust_aggregate_sizes()
261 s->size = ALIGN(s->size, s->alignment); in darwin_adjust_aggregate_sizes()
393 size_al = ALIGN((*ptr)->size, 8); in ffi_prep_cif_machdep()
709 size_al = ALIGN(arg_types[i]->size, 8); in ffi_closure_helper_DARWIN()
/external/qemu/
Dm68k.ld71 . = ALIGN(0x2000) + (. & (0x2000 - 1));
76 . = ALIGN(32 / 8);
137 . = ALIGN(32 / 8);
139 . = ALIGN(32 / 8);
Dx86_64.ld77 …. = ALIGN (0x100000) - ((0x100000 - .) & (0x100000 - 1)); . = DATA_SEGMENT_ALIGN (0x100000, 0x1000…
82 . = ALIGN(64 / 8);
143 . = ALIGN(64 / 8);
145 . = ALIGN(64 / 8);
/external/libffi/src/x86/
Dffi64.c186 byte_offset = ALIGN (byte_offset, (*ptr)->alignment); in classify_argument()
326 bytes = ALIGN(bytes, align); in ffi_prep_cif_machdep()
396 argp = (void *) ALIGN (argp, align); in ffi_call()
526 argp = (void *) ALIGN (argp, align); in ffi_closure_unix64_inner()
/external/libpng/scripts/
Dmakefile.beos37 ALIGN=
48 $(ALIGN) # $(WARNMORE) -g -DPNG_DEBUG=5
Dmakefile.hpgcc49 ALIGN=
60 $(ALIGN) # $(WARNMORE) -g -DPNG_DEBUG=5
/external/zlib/contrib/masm686/
Dmatch.asm259 ALIGN 4
322 ALIGN 4
359 ALIGN 4
380 ALIGN 4
/external/clearsilver/imd/
Dimd.cs70 <DIV ALIGN=RIGHT>
108 <DIV ALIGN=RIGHT>
137 <DIV ALIGN=RIGHT>
177 <TR><TD COLSPAN=3 ALIGN=CENTER>

123456