Searched refs:round_end (Results 1 – 2 of 2) sorted by relevance
98 round_end = end.round()99 inside_after_round = round_start.inside(round_end)105 direction = _vector_between(round_end.centre, round_start.centre)109 direction = _vector_between(round_start.centre, round_end.centre)130 if round_start.concentric(round_end):136 if inside_before_round == round_start.inside(round_end):
953 unsigned long long round_end = round_up_block(start_block + total_size) - 1; in write_block_map_entry() local954 if (round_start && total_size && round_start <= round_end) { in write_block_map_entry()957 if (round_start == round_end) in write_block_map_entry()960 fprintf(block_map_file, "%s %lld-%lld\n", sub_path, round_start, round_end); in write_block_map_entry()