Searched refs:old_offset (Results 1 - 6 of 6) sorted by relevance

/external/qemu/block/
H A Dqcow2-cluster.c821 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;
H A Dqcow2-refcount.c750 int64_t old_offset, old_l2_offset; local
791 old_offset = offset;
822 if (offset != old_offset) {
/external/elfutils/src/
H A Dnm.c622 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);
H A Di386_ld.c1028 XElf_Off old_offset = rel->r_offset; local
1035 assert (old_offset + 5 == rel->r_offset);
/external/qemu/
H A Dvnc-android.c621 int old_offset, new_offset, bytes_written; local
626 old_offset = vs->output.offset;
639 vs->output.offset = old_offset;
H A Dvnc.c615 int old_offset, new_offset, bytes_written; local
620 old_offset = vs->output.offset;
633 vs->output.offset = old_offset;

Completed in 274 milliseconds