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

/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dvms-gsd.c734 int last_index = -1; local
776 while (section->index - last_index > 1)
779 vms_debug (3, "index %d, last %d\n", section->index, last_index);
785 sprintf (dummy_name, ".DUMMY%02d", last_index);
788 last_index++;
834 last_index = section->index;
H A Dieee.c829 static unsigned int last_index;
845 if (new_index != last_index || this_type != last_type)
855 last_index = new_index;
881 last_index = 0xffffff;
827 static unsigned int last_index; variable
/openbsd-current/gnu/usr.bin/binutils-2.17/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
/openbsd-current/gnu/llvm/lldb/source/Target/
H A DThreadPlanStepRange.cpp337 uint32_t last_index = instructions->GetSize() - 1; local
338 if (last_index - pc_index > 1) {
340 instructions->GetInstructionAtIndex(last_index);
/openbsd-current/gnu/usr.bin/texinfo/makeinfo/
H A Dindex.c743 INDEX_ELT *last_index = 0;
946 last_index = index;
737 INDEX_ELT *last_index = 0; local
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dstack.c1405 int last_index;
1411 last_index = BLOCKVECTOR_NBLOCKS (bl);
1415 while (index < last_index
1419 while (index < last_index
1401 int last_index; local
/openbsd-current/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_common.cpp1028 uptr last_index = root_regions.size() - 1; local
1029 root_regions[i] = root_regions[last_index];
/openbsd-current/gnu/gcc/gcc/
H A Dbitmap.c875 unsigned int last_index = (end_bit) / BITMAP_ELEMENT_ALL_BITS;
898 while (elt && (elt->indx <= last_index))
865 unsigned int last_index = (end_bit) / BITMAP_ELEMENT_ALL_BITS; local
H A Ddf-problems.c2931 unsigned int last_index = first_index + count - 1;
2936 if (def_index > last_index)
2924 unsigned int last_index = first_index + count - 1; local

Completed in 275 milliseconds