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

  /external/qemu/block/
qcow2-cluster.c 821 uint64_t old_offset = old_alloc->offset; local
825 if (end_offset < old_offset || offset > old_end_offset) {
828 if (offset < old_offset) {
830 nb_clusters = (old_offset - offset) >> s->cluster_bits;
qcow2-refcount.c 750 int64_t old_offset, old_l2_offset; local
791 old_offset = offset;
822 if (offset != old_offset) {
    [all...]
  /external/elfutils/src/
nm.c 622 Dwarf_Off old_offset; local
625 while (dwarf_nextcu (dbg, old_offset = offset, &offset, &hsize, NULL, NULL,
629 Dwarf_Die *cudie = dwarf_offdie (dbg, old_offset + hsize, &cudie_mem);
    [all...]
i386_ld.c 1028 XElf_Off old_offset = rel->r_offset; local
    [all...]
  /frameworks/av/media/libstagefright/
MPEG4Writer.cpp 826 off64_t old_offset = mOffset; local
834 return old_offset;
852 off64_t old_offset = mOffset; local
882 return old_offset;
    [all...]
  /external/qemu/
vnc-android.c 621 int old_offset, new_offset, bytes_written; local
626 old_offset = vs->output.offset;
639 vs->output.offset = old_offset;
    [all...]
vnc.c 615 int old_offset, new_offset, bytes_written; local
620 old_offset = vs->output.offset;
633 vs->output.offset = old_offset;
    [all...]

Completed in 88 milliseconds