Home | History | Annotate | Download | only in disk_cache

Lines Matching defs:diff

1155     int64 diff = (num_refs_ - current) / 50;
1156 if (!diff)
1157 diff = num_refs_ > current ? 1 : -1;
1158 current = current + diff;