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

  /external/chromium/net/disk_cache/
block_files.cc 95 uint8* byte_map = reinterpret_cast<uint8*>(header->allocation_map); local
96 uint8 map_block = byte_map[byte_index];
111 DCHECK((byte_map[byte_index] & to_clear) == to_clear);
112 byte_map[byte_index] &= ~to_clear;
134 uint8* byte_map = reinterpret_cast<uint8*>(header->allocation_map); local
135 uint8 map_block = byte_map[byte_index];
142 return ((byte_map[byte_index] & to_clear) == to_clear);
  /external/chromium_org/net/disk_cache/
block_files.cc 122 uint8* byte_map = reinterpret_cast<uint8*>(header_->allocation_map); local
123 uint8 map_block = byte_map[byte_index];
138 DCHECK((byte_map[byte_index] & to_clear) == to_clear);
139 byte_map[byte_index] &= ~to_clear;
159 uint8* byte_map = reinterpret_cast<uint8*>(header_->allocation_map); local
160 uint8 map_block = byte_map[byte_index];
167 return ((byte_map[byte_index] & to_clear) == to_clear);

Completed in 1235 milliseconds