Home | History | Annotate | Download | only in block

Lines Matching defs:table_index

464     int64_t table_index = -1, old_table_index;
488 old_table_index = table_index;
489 table_index = cluster_index >> (s->cluster_bits - REFCOUNT_SHIFT);
490 if ((old_table_index >= 0) && (table_index != old_table_index)) {