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

/freebsd-9.3-release/contrib/groff/src/libs/libgroff/
H A Dfont.cpp694 int last_index = -1; local
709 if (last_index == -1) {
722 copy_entry(idx, last_index);
776 last_index = number_to_index(metric.code);
777 add_entry(last_index, metric);
780 last_index = name_to_index(nm);
781 if (last_index < 0) {
785 add_entry(last_index, metric);
786 copy_entry(number_to_index(metric.code), last_index); local
790 if (last_index
[all...]
/freebsd-9.3-release/sys/dev/twa/
H A Dtw_cl_misc.c403 TW_UINT32 last_index; local
409 last_index = ctlr->aen_head;
411 last_index = 0;
419 } while (i != last_index);
/freebsd-9.3-release/contrib/libbegemot/
H A Drpoll.c508 static u_int last_index; local
576 idx = rpoll_policy ? ((last_index+i) % regs_alloc) : i;
619 last_index++;
/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dindex.c743 INDEX_ELT *last_index = 0;
946 last_index = index;
737 INDEX_ELT *last_index = 0; local
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dstack.c1471 int last_index;
1477 last_index = BLOCKVECTOR_NBLOCKS (bl);
1481 while (index < last_index
1485 while (index < last_index
1467 int last_index; local
/freebsd-9.3-release/sys/cam/
H A Dcam_queue.c53 int last_index);
/freebsd-9.3-release/contrib/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
/freebsd-9.3-release/contrib/binutils/bfd/
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

Completed in 130 milliseconds