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

  /external/dbus/dbus/
dbus-string-private.h 51 unsigned int align_offset : 3; /**< str - align_offset is the actual malloc block */ member in struct:__anon6057
dbus-string.c 88 old_align_offset = real->align_offset;
93 real->align_offset = aligned - real_block;
96 if (old_align_offset != real->align_offset)
99 memmove (real_block + real->align_offset,
104 _dbus_assert (real->align_offset < 8);
111 if (real->align_offset != 0)
113 memmove (real->str - real->align_offset,
117 real->str = real->str - real->align_offset;
118 real->align_offset = 0;
161 real->align_offset = 0
    [all...]
  /external/qemu/block/
qcow2-snapshot.c 81 offset = align_offset(offset, 8);
133 offset = align_offset(offset, 8);
160 offset = align_offset(offset, 8);
qcow2.h 159 static inline int64_t align_offset(int64_t offset, int n) function
qcow2.c 198 align_offset(s->l1_size * sizeof(uint64_t), 512));
908 offset = align_offset(header_size, s->cluster_size);
912 offset += align_offset(l1_size * sizeof(uint64_t), s->cluster_size);
    [all...]
qcow2-cluster.c 53 new_l1_table = qemu_mallocz(align_offset(new_l1_size2, 512));
qcow2-refcount.c 761 l1_table = qemu_mallocz(align_offset(l1_size2, 512));
    [all...]
  /bionic/libc/bionic/
dlmalloc.c 1392 #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 167 milliseconds