HomeSort by relevance Sort by last modified time
    Searched refs:alignment (Results 76 - 100 of 191) sorted by null

1 2 34 5 6 7 8

  /external/libffi/testsuite/libffi.call/
cls_9byte2.c 4 alignment of the struct if the first element is a double.
62 cls_struct_type.alignment = 0;
struct8.c 35 ts8_type.alignment = 0;
nested_struct.c 89 cls_struct_type.alignment = 0;
94 cls_struct_type1.alignment = 0;
99 cls_struct_type2.alignment = 0;
nested_struct1.c 93 cls_struct_type.alignment = 0;
98 cls_struct_type1.alignment = 0;
103 cls_struct_type2.alignment = 0;
cls_12byte.c 61 cls_struct_type.alignment = 0;
cls_16byte.c 62 cls_struct_type.alignment = 0;
cls_18byte.c 3 Depending on the ABI. Double alignment check on darwin.
66 cls_struct_type.alignment = 0;
cls_19byte.c 3 Depending on the ABI. Double alignment check on darwin.
69 cls_struct_type.alignment = 0;
cls_20byte.c 62 cls_struct_type.alignment = 0;
cls_20byte1.c 64 cls_struct_type.alignment = 0;
cls_3_1byte.c 66 cls_struct_type.alignment = 0;
cls_4_1byte.c 68 cls_struct_type.alignment = 0;
cls_5_1_byte.c 70 cls_struct_type.alignment = 0;
cls_5byte.c 65 cls_struct_type.alignment = 0;
cls_6byte.c 68 cls_struct_type.alignment = 0;
cls_7byte.c 67 cls_struct_type.alignment = 0;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
som.h 147 unsigned int alignment :27; member in struct:subspace_dictionary_record
  /system/core/libcutils/
mspace.c 65 #define ALIGN_UP(p, alignment) \
66 (((uintptr_t)(p) + (alignment)-1) & ~((alignment)-1))
  /external/dbus/dbus/
dbus-marshal-validate.c 303 int alignment; local
329 alignment = _dbus_type_get_alignment (current_type);
330 a = _DBUS_ALIGN_ADDRESS (p, alignment);
348 p += alignment;
376 alignment = _dbus_type_get_alignment (array_elem_type);
377 p = _DBUS_ALIGN_ADDRESS (p, alignment);
  /external/freetype/src/pshinter/
pshglob.c 529 PSH_Alignment alignment )
538 alignment->align = PSH_BLUE_ALIGN_NONE;
557 alignment->align |= PSH_BLUE_ALIGN_TOP;
558 alignment->align_top = zone->cur_ref;
579 alignment->align |= PSH_BLUE_ALIGN_BOT;
580 alignment->align_bot = zone->cur_ref;
  /external/libffi/src/mips/
ffi.c 108 a = (*p_arg)->alignment;
218 *loc = ALIGN(*loc, e->alignment);
232 /* Next Argument register at alignment of FFI_SIZEOF_ARG. */
698 if (arg_types[i]->alignment == 8 && (argn & 0x1))
769 o = ALIGN(offset, elt_type->alignment);
856 if (arg_types[i]->alignment > sizeof(ffi_arg))
857 argn = ALIGN(argn, arg_types[i]->alignment / sizeof(ffi_arg));
  /external/bison/lib/
obstack.h 134 pointer (e.g., the AS/400), play it safe and compute the alignment
136 alignment relative to 0. */
163 int alignment_mask; /* Mask of alignment for each object. */
233 #define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \
234 _obstack_begin ((h), (size), (alignment), \
238 #define obstack_specify_allocation_with_arg(h, size, alignment, chunkfun, freefun, arg) \
239 _obstack_begin_1 ((h), (size), (alignment), \
324 /* These assume that the obstack alignment is good enough for pointers
326 shares that much alignment. */
  /external/chromium/base/
process_util_linux.cc 525 void* __libc_memalign(size_t alignment, size_t size);
584 int posix_memalign(void** ptr, size_t alignment, size_t size)
587 int posix_memalign(void** ptr, size_t alignment, size_t size) {
589 *ptr = memalign(alignment, size);
  /external/freetype/src/base/
ftbitmap.c 378 FT_Int alignment )
411 if ( alignment > 0 )
413 pad = source->width % alignment;
415 pad = alignment - pad;
  /external/libffi/src/x86/
ffi64.c 186 byte_offset = ALIGN (byte_offset, (*ptr)->alignment);
321 long align = cif->arg_types[i]->alignment;
389 long align = arg_types[i]->alignment;
519 long align = arg_types[i]->alignment;

Completed in 751 milliseconds

1 2 34 5 6 7 8