Searched refs:map_block (Results 1 – 2 of 2) sorted by relevance
79 uint32_t map_block = header_->allocation_map[current]; in CreateMapBlock() local81 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() local128 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() local177 for (int j = 0; j < 8; j++, map_block >>= 4) { in FixAllocationCounters()178 int type = GetMapBlockType(map_block); in FixAllocationCounters()
1841 } map_block; member