Home
last modified time | relevance | path

Searched refs:table_index (Results 1 – 3 of 3) sorted by relevance

/external/qemu/block/
Dqcow2-refcount.c241 int64_t table_index = -1, old_table_index; in update_refcount() local
259 old_table_index = table_index; in update_refcount()
260 table_index = cluster_index >> (s->cluster_bits - REFCOUNT_SHIFT); in update_refcount()
261 if ((old_table_index >= 0) && (table_index != old_table_index)) { in update_refcount()
/external/freetype/include/freetype/
Dtttables.h706 FT_UInt table_index,
/external/freetype/src/base/
Dftobjs.c3574 FT_UInt table_index, in FT_Sfnt_Table_Info() argument
3589 return service->table_info( face, table_index, tag, &offset, length ); in FT_Sfnt_Table_Info()