Searched defs:old_cluster (Results 1 - 3 of 3) sorted by relevance

/external/qemu/block/
H A Dqcow2-cluster.c671 uint64_t *old_cluster, start_sect, l2_offset, *l2_table; local
677 old_cluster = g_malloc(m->nb_clusters * sizeof(uint64_t));
709 old_cluster[j++] = l2_table[l2_index + i];
723 be64_to_cpu(old_cluster[i]) & ~QCOW_OFLAG_COPIED, 1);
727 g_free(old_cluster);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp2117 Cluster* const old_cluster = cluster_list_[cluster_list_size_ - 1]; local
2119 if (!old_cluster || !old_cluster->Finalize())
2763 Cluster* const old_cluster = cluster_list_[cluster_list_size_ - 1]; local
2765 if (!old_cluster || !old_cluster->Finalize())
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp2230 Cluster* const old_cluster = cluster_list_[cluster_list_size_-1]; local
2232 if (!old_cluster || !old_cluster->Finalize())
2923 Cluster* const old_cluster = cluster_list_[cluster_list_size_ - 1]; local
2925 if (!old_cluster || !old_cluster->Finalize())

Completed in 453 milliseconds