/external/speex/libspeex/ |
D | stack_alloc.h | 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)),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/ |
D | inffas32.asm | 78 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/ |
D | raw_api.c | 46 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()
|
D | prep_cif.c | 31 #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()
|
D | java_raw_api.c | 110 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/ |
D | too-much-header-padding-by-far.message | 19 ALIGN 8 21 ALIGN 8 23 ALIGN 8
|
D | bad-header-field-alignment.message | 22 ALIGN 4 27 ALIGN 4 35 ALIGN 8
|
D | bad-boolean-array.message | 16 ALIGN 8 22 ALIGN 4
|
/external/zlib/contrib/masmx64/ |
D | inffasx64.asm | 81 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/ |
D | inffas86.c | 812 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/ |
D | libip4tc.c | 112 #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/ |
D | ffi.c | 290 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/ |
D | ffi.c | 114 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/ |
D | no-padding.message | 13 ALIGN 4 17 ALIGN 8 1
|
/external/kernel-headers/original/linux/ |
D | linkage.h | 27 #define ALIGN __ALIGN 33 ALIGN; \
|
/external/elfutils/src/ |
D | elf32-i386.script | 50 . = ALIGN(32 / 8); 87 . = ALIGN(PAGESIZE) + (. & (PAGESIZE - 1)); 168 . = ALIGN(32 / 8); 170 . = ALIGN(32 / 8);
|
/external/libffi/src/arm/ |
D | ffi.c | 59 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/ |
D | ffi_darwin.c | 201 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/ |
D | m68k.ld | 71 . = ALIGN(0x2000) + (. & (0x2000 - 1)); 76 . = ALIGN(32 / 8); 137 . = ALIGN(32 / 8); 139 . = ALIGN(32 / 8);
|
D | x86_64.ld | 77 …. = 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/ |
D | ffi64.c | 186 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/ |
D | makefile.beos | 37 ALIGN= 48 $(ALIGN) # $(WARNMORE) -g -DPNG_DEBUG=5
|
D | makefile.hpgcc | 49 ALIGN= 60 $(ALIGN) # $(WARNMORE) -g -DPNG_DEBUG=5
|
/external/zlib/contrib/masm686/ |
D | match.asm | 259 ALIGN 4 322 ALIGN 4 359 ALIGN 4 380 ALIGN 4
|
/external/clearsilver/imd/ |
D | imd.cs | 70 <DIV ALIGN=RIGHT> 108 <DIV ALIGN=RIGHT> 137 <DIV ALIGN=RIGHT> 177 <TR><TD COLSPAN=3 ALIGN=CENTER>
|