Home | History | Annotate | Download | only in bfd

Lines Matching refs:in_index

19650       unsigned int in_index, out_index;
19655 for (in_index = 0, out_index = 0; in_index * 8 < input_size || edit_node;)
19661 if (in_index < edit_index && in_index * 8 < input_size)
19664 contents + in_index * 8, add_to_offsets);
19666 in_index++;
19668 else if (in_index == edit_index
19669 || (in_index * 8 >= input_size
19675 in_index++;
19724 contents + in_index * 8, add_to_offsets);
19726 in_index++;