Home
last modified time | relevance | path

Searched refs:child_map_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/net/disk_cache/
Dsparse_control.cc191 child_map_(child_data_.bitmap, kNumSparseBits, kNumSparseBits / 32), in SparseControl()
567 if (child_map_.FindNextBit(&start, last_bit, false)) { in VerifyRange()
616 if (block_offset && !child_map_.Get(last_bit)) { in UpdateRange()
624 child_map_.SetRange(first_bit, last_bit, true); in UpdateRange()
753 int bits_found = child_map_.FindBits(&found, last_bit, true); in DoGetAvailableRange()
Dsparse_control.h160 Bitmap child_map_; // The allocation map as a bitmap. variable