Home | History | Annotate | Download | only in bfd

Lines Matching refs:in_index

19472       unsigned int in_index, out_index;
19477 for (in_index = 0, out_index = 0; in_index * 8 < input_size || edit_node;)
19483 if (in_index < edit_index && in_index * 8 < input_size)
19486 contents + in_index * 8, add_to_offsets);
19488 in_index++;
19490 else if (in_index == edit_index
19491 || (in_index * 8 >= input_size
19497 in_index++;
19546 contents + in_index * 8, add_to_offsets);
19548 in_index++;