Searched refs:cluster_loss (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/disk_cache/simple/
H A Dsimple_synchronous_entry.cc680 const int64 cluster_loss = file_size % 4096 ? 4096 - file_size % 4096 : 0; local
683 cluster_loss * 100 / (cluster_loss + file_size));

Completed in 135 milliseconds