Home | History | Annotate | Download | only in bfd

Lines Matching refs:in_index

4126   unsigned int in_index, out_index;
4129 for (in_index = 0, out_index = 0; in_index * 8 < input_size || edit_node;)
4135 if (in_index < edit_index && in_index * 8 < input_size)
4139 contents + in_index * 8, add_to_offsets);
4141 in_index++;
4143 else if (in_index == edit_index
4144 || (in_index * 8 >= input_size
4150 in_index++;
4192 contents + in_index * 8, add_to_offsets);
4194 in_index++;