Home | History | Annotate | Download | only in bfd

Lines Matching refs:in_index

4128   unsigned int in_index, out_index;
4131 for (in_index = 0, out_index = 0; in_index * 8 < input_size || edit_node;)
4137 if (in_index < edit_index && in_index * 8 < input_size)
4141 contents + in_index * 8, add_to_offsets);
4143 in_index++;
4145 else if (in_index == edit_index
4146 || (in_index * 8 >= input_size
4152 in_index++;
4194 contents + in_index * 8, add_to_offsets);
4196 in_index++;