Searched refs:last_index (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Dvms-gsd.c703 int last_index = -1; local
744 while (section->index - last_index > 1)
747 vms_debug (3, "index %d, last %d\n", section->index, last_index);
753 sprintf (dummy_name, ".DUMMY%02d", last_index);
756 last_index++;
798 last_index = section->index;
H A Dieee.c677 static unsigned int last_index;
692 if (new_index != last_index || this_type != last_type)
702 last_index = new_index;
728 last_index = 0xffffff;
675 static unsigned int last_index; variable
/haiku-buildtools/gcc/gcc/
H A Dbitmap.c1218 unsigned int first_index, end_bit_plus1, last_index;
1227 last_index = (end_bit_plus1 - 1) / BITMAP_ELEMENT_ALL_BITS;
1243 for (i = first_index; i <= last_index; i++)
1318 unsigned int first_index, end_bit_plus1, last_index;
1326 last_index = (end_bit_plus1 - 1) / BITMAP_ELEMENT_ALL_BITS;
1349 while (elt && (elt->indx <= last_index))
1208 unsigned int first_index, end_bit_plus1, last_index; local
1308 unsigned int first_index, end_bit_plus1, last_index; local
H A Ddf-problems.c2057 unsigned int last_index = first_index + count - 1;
2062 if (def_index > last_index)
2053 unsigned int last_index = first_index + count - 1; local
/haiku-buildtools/gcc/libsanitizer/lsan/
H A Dlsan_common.cc665 uptr last_index = root_regions->size() - 1; local
666 (*root_regions)[i] = (*root_regions)[last_index];
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dtypeck.c797 HOST_WIDE_INT last_index;
802 last_index = next_index = TREE_INT_CST_LOW (purpose);
806 last_index = TREE_INT_CST_LOW (TREE_OPERAND(purpose, 1));
812 last_index = next_index;
813 for ( ; next_index <= last_index; next_index++)
789 HOST_WIDE_INT last_index; local
/haiku-buildtools/binutils/bfd/
H A Dieee.c715 static unsigned int last_index;
730 if (new_index != last_index || this_type != last_type)
740 last_index = new_index;
766 last_index = 0xffffff;
713 static unsigned int last_index; variable
/haiku-buildtools/gcc/gcc/config/s390/
H A Ds390.c13467 int last_index = *nreadyp - 1;
13476 for (i = last_index; i >= 0; i--)
13493 if (max_index != last_index)
13496 ready[max_index] = ready[last_index];
13497 ready[last_index] = tmp;
13502 INSN_UID (ready[last_index]));
13507 INSN_UID (ready[last_index]));
13515 for (i = last_index; i >= 0; i--)
13466 int last_index = *nreadyp - 1; local

Completed in 234 milliseconds