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

/netbsd-current/lib/libedit/TEST/
H A Dtest_filecompletion.c498 static int last_index = 0; local
500 if (last_index == 2) {
501 last_index = 0;
507 if (inputs[i].expanded_text[last_index] != NULL)
508 return strdup(inputs[i].expanded_text[last_index++]);
510 last_index = 0;
/netbsd-current/external/gpl2/groff/dist/src/libs/libgroff/
H A Dfont.cpp696 int last_index = -1; local
711 if (last_index == -1) {
724 copy_entry(idx, last_index);
778 last_index = number_to_index(metric.code);
779 add_entry(last_index, metric);
782 last_index = name_to_index(nm);
783 if (last_index < 0) {
787 add_entry(last_index, metric);
788 copy_entry(number_to_index(metric.code), last_index); local
792 if (last_index
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/tui/
H A Dtui-layout.c825 int last_index = -1;
862 last_index = i;
874 /* If last_index is set then we have a window that is not of a fixed
878 gdb_assert (last_index == -1 || total_weight > 0);
912 tui_debug_printf ("total_weight = %d, last_index = %d",
913 total_weight, last_index);
924 if (last_index == -1 && old_cmd_info.has_value ())
925 last_index = old_cmd_info->index;
928 if (available_size != used_size && last_index != -1)
934 for (int idx = last_index;
824 int last_index = -1; local
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/srp/
H A Dsrp_vfy.c386 char *last_index = NULL; local
409 last_index = SRP_get_default_gN(NULL)->id;
432 last_index = pp[DB_srpid];
460 if (last_index != NULL) {
463 if (((gN = SRP_get_gN_by_id(last_index, SRP_gN_tab)) == NULL)) {
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/srp/
H A Dsrp_vfy.c399 char *last_index = NULL; local
422 last_index = SRP_get_default_gN(NULL)->id;
445 last_index = pp[DB_srpid];
473 if (last_index != NULL) {
476 if (((gN = SRP_get_gN_by_id(last_index, SRP_gN_tab)) == NULL)) {
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dpass-by-ref.exp405 set last_index [expr $length - 1]
406 gdb_test "print ${name}_var.${data_field}\[$last_index\]" \
408 "cbv argument should not change (item $last_index)"
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dpass-by-ref.exp404 set last_index [expr $length - 1]
405 gdb_test "print ${name}_var.${data_field}\[$last_index\]" \
407 "cbv argument should not change (item $last_index)"
/netbsd-current/external/gpl3/gdb.old/dist/gdb/tui/
H A Dtui-layout.c688 int last_index = -1;
721 last_index = i;
759 if (available_size >= used_size && last_index != -1)
760 info[last_index].size += available_size - used_size;
687 int last_index = -1; local
/netbsd-current/external/gpl2/texinfo/dist/makeinfo/
H A Dindex.c769 INDEX_ELT *last_index = 0;
972 last_index = index;
763 INDEX_ELT *last_index = 0; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dbitmap.c1585 unsigned int first_index, end_bit_plus1, last_index;
1602 last_index = (end_bit_plus1 - 1) / BITMAP_ELEMENT_ALL_BITS;
1618 for (i = first_index; i <= last_index; i++)
1693 unsigned int first_index, end_bit_plus1, last_index;
1709 last_index = (end_bit_plus1 - 1) / BITMAP_ELEMENT_ALL_BITS;
1732 while (elt && (elt->indx <= last_index))
1574 unsigned int first_index, end_bit_plus1, last_index; local
1682 unsigned int first_index, end_bit_plus1, last_index; local
H A Ddf-problems.c2458 unsigned int last_index = first_index + count - 1;
2463 if (def_index > last_index)
2453 unsigned int last_index = first_index + count - 1; local
H A Dsimplify-rtx.c7284 rtx last_index = gen_int_mode (const_nunits - 1, word_mode);
7285 rtx last_par = gen_rtx_PARALLEL (VOIDmode, gen_rtvec (1, last_index));
7273 rtx last_index = gen_int_mode (const_nunits - 1, word_mode); local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dbitmap.cc1668 unsigned int first_index, end_bit_plus1, last_index;
1685 last_index = (end_bit_plus1 - 1) / BITMAP_ELEMENT_ALL_BITS;
1701 for (i = first_index; i <= last_index; i++)
1776 unsigned int first_index, end_bit_plus1, last_index;
1792 last_index = (end_bit_plus1 - 1) / BITMAP_ELEMENT_ALL_BITS;
1815 while (elt && (elt->indx <= last_index))
1656 unsigned int first_index, end_bit_plus1, last_index; local
1764 unsigned int first_index, end_bit_plus1, last_index; local
H A Ddf-problems.cc2498 unsigned int last_index = first_index + count - 1;
2503 if (def_index > last_index)
2493 unsigned int last_index = first_index + count - 1; local
H A Dsimplify-rtx.cc8023 rtx last_index = gen_int_mode (const_nunits - 1, word_mode);
8024 rtx last_par = gen_rtx_PARALLEL (VOIDmode, gen_rtvec (1, last_index));
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan_common.cc841 uptr last_index = root_regions->size() - 1; local
842 (*root_regions)[i] = (*root_regions)[last_index];
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/lsan/
H A Dlsan_common.cc839 uptr last_index = root_regions->size() - 1; local
840 (*root_regions)[i] = (*root_regions)[last_index];
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan_common.cpp977 uptr last_index = root_regions.size() - 1; local
978 root_regions[i] = root_regions[last_index];
/netbsd-current/sys/dev/pci/
H A Dtwa.c2853 uint32_t last_index; local
2860 last_index = sc->twa_aen_head;
2862 last_index = 0;
2871 } while (i != last_index);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390.c14843 int last_index = *nreadyp - 1;
14852 for (i = last_index; i >= 0; i--)
14869 if (max_index != last_index)
14872 ready[max_index] = ready[last_index];
14873 ready[last_index] = tmp;
14878 INSN_UID (ready[last_index]));
14883 INSN_UID (ready[last_index]));
14891 for (i = last_index; i >= 0; i--)
14842 int last_index = *nreadyp - 1; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390.cc15143 int last_index = *nreadyp - 1;
15152 for (i = last_index; i >= 0; i--)
15169 if (max_index != last_index)
15172 ready[max_index] = ready[last_index];
15173 ready[last_index] = tmp;
15178 INSN_UID (ready[last_index]));
15183 INSN_UID (ready[last_index]));
15191 for (i = last_index; i >= 0; i--)
15142 int last_index = *nreadyp - 1; local

Completed in 569 milliseconds