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

1 2 3 4 56 7 8

  /external/libffi/testsuite/libffi.call/
cls_24byte.c 73 cls_struct_type.alignment = 0;
cls_64byte.c 78 cls_struct_type.alignment = 0;
cls_6_1_byte.c 72 cls_struct_type.alignment = 0;
cls_7_1_byte.c 74 cls_struct_type.alignment = 0;
  /bionic/libc/bionic/
malloc_debug_common.c 232 void* memalign(size_t alignment, size_t bytes) {
233 return __libc_malloc_dispatch->memalign(alignment, bytes);
dlmalloc.c 71 Alignment: 8 bytes (default)
240 Controls the minimum alignment for malloc'ed chunks. It must be a
244 the case of 8-byte alignment.
    [all...]
  /bionic/linker/
Android.mk 20 # and unloadable. Increasing the alignment adds an extra 3840 bytes in padding
  /external/dbus/dbus/
dbus-string.h 131 int alignment);
170 int alignment);
dbus-marshal-recursive.c 180 /* struct and dict entry have 8 byte alignment */
229 int alignment; local
240 alignment = element_type_get_alignment (sub->type_str,
243 sub->value_pos = _DBUS_ALIGN_VALUE (sub->value_pos, alignment);
915 int alignment; local
927 alignment = _dbus_type_get_alignment (element_type);
950 *n_elements = remaining_len / alignment;
951 _dbus_assert ((remaining_len % alignment) == 0);
1784 int alignment; local
    [all...]
dbus-marshal-basic.h 259 int alignment);
  /system/core/libacc/
acc.cpp 192 int alignment; // for structs only member in struct:acc::Compiler::Type
547 * Memory alignment (in bytes) for this type of data
552 * Array element alignment (in bytes) for this type of data.
1010 // STACK_ALIGNMENT, so it won't affect the stack alignment.
1015 // Round local variable size up to a multiple of stack alignment
5486 size_t alignment = pGen->alignmentOf(pItem); local
5750 size_t alignment = pGen->alignmentOf(pDecl); local
5922 size_t alignment = pGen->alignmentOf(pPassingType); local
    [all...]
  /external/libvpx/vp8/common/ppc/
filter_bilinear_altivec.asm 48 ;# v14 permutation value for alignment
93 lvsl v17, 0, r3 ;# permutate value for alignment
109 lvsl v17, 0, r3 ;# permutate value for alignment
460 lvsl v17, 0, r3 ;# permutate value for alignment
500 lvsl v17, 0, r3 ;# permutate value for alignment
  /external/netperf/
netlib.c 239 /* at it. the real structure will be forced to the same alignment as */
1228 allocate_buffer_ring(int width, int buffer_size, int alignment, int offset)
1245 malloc_size = buffer_size + alignment + offset;
    [all...]
  /external/libffi/src/
dlmalloc.c 44 Alignment: 8 bytes (default)
213 Controls the minimum alignment for malloc'ed chunks. It must be a
217 the case of 8-byte alignment.
719 memalign(size_t alignment, size_t n);
721 in accord with the alignment argument.
723 The alignment argument should be a power of two. If the argument is
725 8-byte alignment is guaranteed by normal malloc calls, so don't
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_malloc.c 80 Alignment: 8 bytes (default)
249 Controls the minimum alignment for malloc'ed chunks. It must be a
253 the case of 8-byte alignment.
    [all...]
  /external/elfcopy/
elfcopy.c 246 INFO("\t%03d: Updating section %s (index %d, address %lld offset %lld, size %lld, alignment %d)...\n",
2795 Elf64_Xword alignment; local
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/nio/internal/
FileChannelImpl.java 186 long alignment = position - position % ALLOC_GRANULARITY; local
187 int offset = (int) (position - alignment);
189 alignment, size + offset, mapMode);
  /external/libffi/src/ia64/
ffi.c 348 size_t align = (*p_arg)->alignment;
534 size_t align = (*p_arg)->alignment;
  /external/libffi/darwin-x86/
ffi.h 94 unsigned short alignment; member in struct:_ffi_type
  /external/libffi/include/
ffi_real.h 95 unsigned short alignment; member in struct:_ffi_type
  /external/libvpx/vpx_ports/
x86_abi_support.asm 121 ; ALIGN_STACK <alignment> <register>
122 ; This macro aligns the stack to the given alignment (in bytes). The stack
  /external/bluetooth/glib/glib/
gslice.c 182 static gpointer allocator_memalign (gsize alignment,
313 /* allow allocation of pages up to 8KB (with 8KB alignment).
    [all...]
  /external/webkit/JavaScriptCore/wtf/
Vector.h 49 #error WTF_ALIGN macros need alignment control.
58 template <size_t size, size_t alignment> struct AlignedBuffer;
67 template <size_t size, size_t alignment>
68 void swap(AlignedBuffer<size, alignment>& a, AlignedBuffer<size, alignment>& b)
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /dalvik/libdex/
DexSwapVerify.c     [all...]

Completed in 1611 milliseconds

1 2 3 4 56 7 8