OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gt_size
(Results
1 - 1
of
1
) sorted by null
/external/qemu/block/
vmdk.c
185
int64_t gd_offset, rgd_offset, capacity,
gt_size
;
local
281
gt_size
= (int64_t)header.num_gtes_per_gte * header.granularity * SECTOR_SIZE;
282
if (!
gt_size
) {
286
gde_entries = (uint32_t)(capacity /
gt_size
); // number of gde/rgde
671
uint32_t tmp, magic, grains, gd_size,
gt_size
, gt_count;
local
727
gt_size
= ((header.num_gtes_per_gte * sizeof(uint32_t)) + 511) >> 9;
734
header.gd_offset = header.rgd_offset + gd_size + (
gt_size
* gt_count);
736
((header.gd_offset + gd_size + (
gt_size
* gt_count) +
772
i < gt_count; i++, tmp +=
gt_size
) {
783
i < gt_count; i++, tmp +=
gt_size
) {
[
all
...]
Completed in 1095 milliseconds