Lines Matching full:uint64_t
75 static int qcow_read_extensions(BlockDriverState *bs, uint64_t start_offset,
76 uint64_t end_offset)
79 uint64_t offset;
144 uint64_t ext_end;
198 align_offset(s->l1_size * sizeof(uint64_t), 512));
199 if (bdrv_pread(bs->file, s->l1_table_offset, s->l1_table, s->l1_size * sizeof(uint64_t)) !=
200 s->l1_size * sizeof(uint64_t))
207 s->l2_cache = qemu_malloc(s->l2_size * L2_CACHE_SIZE * sizeof(uint64_t));
299 uint64_t cluster_offset;
336 uint64_t cluster_offset;
744 uint64_t be_backing_file_offset = cpu_to_be64(backing_file_offset);
748 &be_backing_file_offset, sizeof(uint64_t));
794 uint64_t nb_sectors;
795 uint64_t offset;
854 uint64_t tmp, offset;
855 uint64_t old_ref_clusters;
912 offset += align_offset(l1_size * sizeof(uint64_t), s->cluster_size);
922 uint64_t image_clusters;
926 reftable_clusters = NUM_CLUSTERS(ref_clusters * sizeof(uint64_t));
955 l1_size * sizeof(uint64_t));
1047 uint64_t sectors = 0;
1095 uint32_t l1_length = s->l1_size * sizeof(uint64_t);
1138 &offset, sizeof(uint64_t));
1156 uint64_t cluster_offset;