Searched refs:low_crc (Results 1 – 1 of 1) sorted by relevance
36 uint32_t high_crc = 0xffffffff, low_crc = 0xffffffff; in get_extent_data_ref_hash2() local39 low_crc = calc_crc32c(low_crc, (uint8_t*)&objid, sizeof(uint64_t)); in get_extent_data_ref_hash2()40 low_crc = calc_crc32c(low_crc, (uint8_t*)&offset, sizeof(uint64_t)); in get_extent_data_ref_hash2()42 return ((uint64_t)high_crc << 31) ^ (uint64_t)low_crc; in get_extent_data_ref_hash2()