Home | History | Annotate | Download | only in perf

Lines Matching refs:ind1

5644     int ind1;
5645 ind1 = ind + 1;
5646 if (ind1 > cur_text_section->data_allocated)
5647 section_realloc(cur_text_section, ind1);
5649 ind = ind1;
5692 int ind1;
5695 ind1 = ind + 4;
5696 if (ind1 > cur_text_section->data_allocated)
5697 section_realloc(cur_text_section, ind1);
5700 ind = ind1;