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

  /external/chromium_org/net/disk_cache/v3/
block_bitmaps_unittest.cc 54 uint8* buffer = reinterpret_cast<uint8*>(&headers[2].allocation_map);
  /external/chromium/net/disk_cache/
block_files.cc 54 uint32 map_block = header->allocation_map[current];
65 header->allocation_map[current] |= to_add;
86 // Deletes the block pointed by index from allocation_map, and updates the
95 uint8* byte_map = reinterpret_cast<uint8*>(header->allocation_map);
134 uint8* byte_map = reinterpret_cast<uint8*>(header->allocation_map);
154 uint32 map_block = header->allocation_map[i];
block_files_unittest.cc 283 uint8* buffer = reinterpret_cast<uint8*>(&header->allocation_map);
disk_format.h 190 AllocBitmap allocation_map; member in struct:disk_cache::BlockFileHeader
  /external/chromium_org/net/disk_cache/
block_files.cc 77 uint32 map_block = header_->allocation_map[current];
91 // the order of memory accesses between num_entries and allocation_map, we
95 header_->allocation_map[current] |= to_add;
122 uint8* byte_map = reinterpret_cast<uint8*>(header_->allocation_map);
159 uint8* byte_map = reinterpret_cast<uint8*>(header_->allocation_map);
177 uint32 map_block = header_->allocation_map[i];
disk_format_base.h 60 AllocBitmap allocation_map; member in struct:disk_cache::BlockFileHeader
block_files_unittest.cc 332 uint8* buffer = reinterpret_cast<uint8*>(&header->allocation_map);

Completed in 1250 milliseconds