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

  /external/qemu/block/
qcow2-cluster.c 350 uint64_t cluster_offset; local
356 &cluster_offset);
362 if (!cluster_offset) {
375 } else if (cluster_offset & QCOW_OFLAG_COMPRESSED) {
376 if (qcow2_decompress_cluster(bs, cluster_offset) < 0)
381 ret = bdrv_pread(bs->file, cluster_offset + index_in_cluster * 512, buf, n * 512);
397 uint64_t cluster_offset, int n_start, int n_end)
416 ret = bdrv_write_sync(bs->file, (cluster_offset >> 9) + n_start,
428 * qcow2 file. The offset is stored in *cluster_offset.
441 int *num, uint64_t *cluster_offset)
602 int64_t cluster_offset; local
672 uint64_t cluster_offset = m->cluster_offset; local
756 int64_t cluster_offset; local
    [all...]
qcow2.c 299 uint64_t cluster_offset; local
305 ret = qcow2_get_cluster_offset(bs, sector_num << 9, pnum, &cluster_offset);
310 return (cluster_offset != 0);
336 uint64_t cluster_offset; member in struct:QCowAIOCB
394 if (!acb->cluster_offset) {
396 } else if (acb->cluster_offset & QCOW_OFLAG_COMPRESSED) {
419 &acb->cur_nr_sectors, &acb->cluster_offset);
426 if (!acb->cluster_offset) {
453 } else if (acb->cluster_offset & QCOW_OFLAG_COMPRESSED) {
455 if (qcow2_decompress_cluster(bs, acb->cluster_offset) < 0
1156 uint64_t cluster_offset; local
    [all...]
qcow2-refcount.c 462 int64_t start, last, cluster_offset; local
480 for(cluster_offset = start; cluster_offset <= last;
481 cluster_offset += s->cluster_size)
484 int64_t cluster_index = cluster_offset >> s->cluster_bits;
551 dummy = update_refcount(bs, offset, cluster_offset - offset, -addend);
635 int64_t offset, cluster_offset; local
663 cluster_offset = s->free_byte_offset & ~(s->cluster_size - 1);
664 if ((cluster_offset + s->cluster_size) == offset) {
698 uint64_t cluster_offset, int nb_clusters
730 int64_t start, last, cluster_offset; local
896 int64_t start, last, cluster_offset; local
    [all...]
qcow2.h 138 uint64_t cluster_offset; member in struct:QCowL2Meta
181 uint64_t cluster_offset, int nb_clusters);
193 int qcow2_decompress_cluster(BlockDriverState *bs, uint64_t cluster_offset);
200 int *num, uint64_t *cluster_offset);
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvmuxer.cpp 2078 const int64 cluster_offset = local
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.cpp 2190 const int64 cluster_offset = cluster_list_[0]->size_position() - local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.cpp 2190 const int64 cluster_offset = cluster_list_[0]->size_position() - local
    [all...]
  /prebuilts/tools/linux-x86/emulator/
emulator-arm 
emulator-mips 
emulator-x86 

Completed in 863 milliseconds