Searched refs:start_index (Results 1 – 3 of 3) sorted by relevance
113 let mut start_index = -1; in do_add_block() localVariable136 if start_index == -1 { in do_add_block()137 start_index = i as isize; in do_add_block()152 if start_index == -1 { in do_add_block()153 start_index = i as isize; in do_add_block()165 self.do_merge_blocks(inner, start_index, end_index); in do_add_block()189 start_index: isize, in do_merge_blocks()193 if start_index > 0 { in do_merge_blocks()194 i = start_index - 1; in do_merge_blocks()239 let (start_index, end_index) = self in remove_block()[all …]
74 let start_index = bitstart & (32 - 1); in generic_imageblit() localVariable104 && start_index == 0 in generic_imageblit()
2254 let start_index = (name.len() / 13) as u8; in new() localVariable2258 idx: start_index, in new()2259 last_index: start_index, in new()