OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:new_table_size
(Results
1 - 1
of
1
) sorted by null
/external/qemu/block/
qcow2-refcount.c
104
int
new_table_size
, new_table_size2, refcount_table_clusters, i, ret;
local
121
new_table_size
= refcount_table_clusters << (s->cluster_bits - 3);
122
if (min_size <=
new_table_size
)
128
new_table_size
);
130
new_table_size2 =
new_table_size
* sizeof(uint64_t);
153
s->refcount_table_size =
new_table_size
;
Completed in 1341 milliseconds