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

  /external/chromium_org/net/disk_cache/simple/
simple_synchronous_entry.cc 680 const int64 cluster_loss = file_size % 4096 ? 4096 - file_size % 4096 : 0; local
683 cluster_loss * 100 / (cluster_loss + file_size));
    [all...]

Completed in 289 milliseconds