Home | History | Annotate | Download | only in bfd

Lines Matching refs:in_index

4127   unsigned int in_index, out_index;
4130 for (in_index = 0, out_index = 0; in_index * 8 < input_size || edit_node;)
4136 if (in_index < edit_index && in_index * 8 < input_size)
4140 contents + in_index * 8, add_to_offsets);
4142 in_index++;
4144 else if (in_index == edit_index
4145 || (in_index * 8 >= input_size
4151 in_index++;
4193 contents + in_index * 8, add_to_offsets);
4195 in_index++;