HomeSort by relevance Sort by last modified time
    Searched refs:k64kEntriesStore (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/net/disk_cache/v3/
backend_worker.cc 45 const int k64kEntriesStore = 240 * 1000 * 1000;
53 if (storage_size <= k64kEntriesStore)
55 if (storage_size <= k64kEntriesStore * 2)
57 if (storage_size <= k64kEntriesStore * 4)
59 if (storage_size <= k64kEntriesStore * 8)
67 return table_len * (k64kEntriesStore / kBaseTableLen);
backend_impl_v3.cc 45 const int k64kEntriesStore = 240 * 1000 * 1000;
53 if (storage_size <= k64kEntriesStore)
55 if (storage_size <= k64kEntriesStore * 2)
57 if (storage_size <= k64kEntriesStore * 4)
59 if (storage_size <= k64kEntriesStore * 8)
67 return table_len * (k64kEntriesStore / kBaseTableLen);
    [all...]
  /external/chromium/net/disk_cache/
backend_impl.cc 46 const int k64kEntriesStore = 240 * 1000 * 1000;
51 if (storage_size <= k64kEntriesStore)
53 if (storage_size <= k64kEntriesStore * 2)
55 if (storage_size <= k64kEntriesStore * 4)
57 if (storage_size <= k64kEntriesStore * 8)
65 return table_len * (k64kEntriesStore / kBaseTableLen);
    [all...]
  /external/chromium_org/net/disk_cache/
backend_impl.cc 46 const int k64kEntriesStore = 240 * 1000 * 1000;
53 if (storage_size <= k64kEntriesStore)
55 if (storage_size <= k64kEntriesStore * 2)
57 if (storage_size <= k64kEntriesStore * 4)
59 if (storage_size <= k64kEntriesStore * 8)
67 return table_len * (k64kEntriesStore / kBaseTableLen);
    [all...]

Completed in 28 milliseconds