Home
last modified time | relevance | path

Searched refs:table_offset (Results 1 – 4 of 4) sorted by relevance

/external/qemu/block/
Dqcow2-refcount.c106 int64_t table_offset; in grow_refcount_table() local
137 table_offset = alloc_clusters_noref(bs, new_table_size2); in grow_refcount_table()
138 ret = bdrv_pwrite(s->hd, table_offset, new_table, new_table_size2); in grow_refcount_table()
144 cpu_to_be64w((uint64_t*)data, table_offset); in grow_refcount_table()
154 s->refcount_table_offset = table_offset; in grow_refcount_table()
156 update_refcount(bs, table_offset, new_table_size2, 1); in grow_refcount_table()
160 qcow2_free_clusters(bs, table_offset, new_table_size2); in grow_refcount_table()
Dvpc.c87 uint64_t table_offset; member
201 s->bat_offset = be64_to_cpu(dyndisk_header->table_offset); in vpc_open()
569 dyndisk_header->table_offset = be64_to_cpu(3 * 512); in vpc_create()
/external/freetype/include/freetype/internal/
Dtttypes.h605 FT_ULong table_offset; member
/external/freetype/src/sfnt/
Dttsbit.c558 range->table_offset = table_base + strike->ranges_offset + in tt_face_load_eblc()
572 if ( FT_STREAM_SEEK( range->table_offset ) || in tt_face_load_eblc()