Searched refs:global_hash_offset (Results 1 – 1 of 1) sorted by relevance
97 let global_hash_offset = this_level_offset + offset_in_level; localVariable98 Some(global_hash_offset)100 .map(|global_hash_offset| {101 let chunk_index = global_hash_offset / CHUNK_SIZE;102 let hash_offset_in_chunk = (global_hash_offset % CHUNK_SIZE) as usize;