HomeSort by relevance Sort by last modified time
    Searched full:last_in_offset (Results 1 - 1 of 1) sorted by null

  /external/qemu/block/
dmg.c 78 off_t info_begin,info_end,last_in_offset,last_out_offset; local
112 last_in_offset = last_out_offset = 0;
141 last_in_offset = s->offsets[i-1]+s->lengths[i-1];
157 s->offsets[i] = last_in_offset+read_off(bs, offset);

Completed in 49 milliseconds