Searched defs:byte_map (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Dblock_files.cc123 uint8* byte_map = reinterpret_cast<uint8*>(header_->allocation_map); local
124 uint8 map_block = byte_map[byte_index];
139 STRESS_DCHECK((byte_map[byte_index] & to_clear) == to_clear);
140 byte_map[byte_index] &= ~to_clear;
160 uint8* byte_map = reinterpret_cast<uint8*>(header_->allocation_map); local
161 uint8 map_block = byte_map[byte_index];
168 return ((byte_map[byte_index] & to_clear) == to_clear);

Completed in 553 milliseconds