HomeSort by relevance Sort by last modified time
    Searched refs:align_offset (Results 1 - 9 of 9) sorted by null

  /external/dbus/dbus/
dbus-string-private.h 53 unsigned int align_offset : 3; /**< str - align_offset is the actual malloc block */ member in struct:__anon3405
dbus-string.c 86 old_align_offset = real->align_offset;
91 real->align_offset = aligned - real_block;
94 if (old_align_offset != real->align_offset)
97 memmove (real_block + real->align_offset,
102 _dbus_assert (real->align_offset < 8);
109 if (real->align_offset != 0)
111 memmove (real->str - real->align_offset,
115 real->str = real->str - real->align_offset;
116 real->align_offset = 0;
159 real->align_offset = 0
    [all...]
  /external/qemu/block/
qcow2-snapshot.c 81 offset = align_offset(offset, 8);
133 offset = align_offset(offset, 8);
157 offset = align_offset(offset, 8);
qcow2.h 141 static inline int64_t align_offset(int64_t offset, int n) function
qcow2.c 712 offset = align_offset(header_size, s->cluster_size);
716 offset += align_offset(l1_size * sizeof(uint64_t), s->cluster_size);
  /libcore/luni/src/main/native/
org_apache_harmony_luni_platform_OSMemory.cpp 309 int align_offset = address % page_size;// addr should align with the boundary of a page. local
310 address -= align_offset;
311 size += align_offset;
  /bionic/libc/bionic/
dlmalloc.c 1376 #define align_offset macro
    [all...]
  /external/libffi/src/
dlmalloc.c 1263 #define align_offset macro
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_malloc.c 1309 #define align_offset macro
    [all...]

Completed in 465 milliseconds