Home | History | Annotate | Download | only in disk_cache

Lines Matching full:int32

41 int DesiredIndexTableLen(int32 storage_size) {
51 // The biggest storage_size for int32 requires a 4 MB table.
184 return static_cast<int32>(available * 8 / 10);
192 return static_cast<int32>(available / 10);
203 return static_cast<int32>(one_percent);
339 int32 BackendImpl::GetEntryCount() const {
343 int32 not_deleted = data_->header.num_entries -
813 int32 BackendImpl::GetCurrentEntryId() const {
821 void BackendImpl::ModifyStorageSize(int32 old_size, int32 new_size) {
833 void BackendImpl::TooMuchStorageRequested(int32 size) {
1466 void BackendImpl::AddStorageSize(int32 bytes) {
1474 void BackendImpl::SubstractStorageSize(int32 bytes) {