Searched refs:same_item (Results 1 – 2 of 2) sorted by relevance
224 map_index_t same_item; in suqeezBinMapOne() local225 memset(&same_item, 0, sizeof(map_index_t)); in suqeezBinMapOne()226 if (0 == findDuplicate(map_item, curr_index, &same_item)) { in suqeezBinMapOne()231 removeBlock(map_item, curr_index, &same_item); in suqeezBinMapOne()328 map_index_t *same_item) { in removeBlock() argument352 temp_item->ptr_offset = same_item->ptr_offset; in removeBlock()360 uint64_t new_offset = (uint64_t)temp_item->dst_offset - same_item->len; in removeBlock()365 uint64_t new_offset = (uint64_t)temp_item->ptr_offset - same_item->len; in removeBlock()370 map_item->ptr_offset = same_item->ptr_offset; in removeBlock()
40 map_index_t *same_item);