Home
last modified time | relevance | path

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

/external/cronet/net/disk_cache/blockfile/
Dblock_files.cc79 uint32_t map_block = header_->allocation_map[current]; in CreateMapBlock() local
81 for (int j = 0; j < 8; j++, map_block >>= 4) { in CreateMapBlock()
82 if (GetMapBlockType(map_block) != target) in CreateMapBlock()
125 uint8_t map_block = byte_map[byte_index]; in DeleteMapBlock() local
128 map_block >>= 4; in DeleteMapBlock()
133 bool update_counters = (map_block & end_mask) == 0; in DeleteMapBlock()
134 uint8_t new_value = map_block & ~(((1 << size) - 1) << (index % 4)); in DeleteMapBlock()
175 uint32_t map_block = header_->allocation_map[i]; in FixAllocationCounters() local
177 for (int j = 0; j < 8; j++, map_block >>= 4) { in FixAllocationCounters()
178 int type = GetMapBlockType(map_block); in FixAllocationCounters()
/external/kernel-headers/original/uapi/misc/
Dhabanalabs.h1841 } map_block; member