HomeSort by relevance Sort by last modified time
    Searched full:old_table_index (Results 1 - 1 of 1) sorted by null

  /external/qemu/block/
qcow2-refcount.c 241 int64_t table_index = -1, old_table_index; local
259 old_table_index = table_index;
261 if ((old_table_index >= 0) && (table_index != old_table_index)) {

Completed in 44 milliseconds