HomeSort by: relevance | last modified time | path
    Searched defs:last_index (Results 1 - 18 of 18) sorted by relevancy

  /src/lib/libedit/TEST/
test_filecompletion.c 498 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;
  /src/crypto/external/apache2/openssl/dist/crypto/srp/
srp_vfy.c 398 char *last_index = NULL; local
429 last_index = SRP_get_default_gN(NULL)->id;
452 last_index = pp[DB_srpid];
478 if (last_index != NULL) {
481 if (((gN = SRP_get_gN_by_id(last_index, SRP_gN_tab)) == NULL)) {
  /src/crypto/external/bsd/openssl/dist/crypto/srp/
srp_vfy.c 401 char *last_index = NULL; local
424 last_index = SRP_get_default_gN(NULL)->id;
447 last_index = pp[DB_srpid];
475 if (last_index != NULL) {
478 if (((gN = SRP_get_gN_by_id(last_index, SRP_gN_tab)) == NULL)) {
  /src/crypto/external/bsd/openssl.old/dist/crypto/srp/
srp_vfy.c 386 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)) {
  /src/external/gpl2/texinfo/dist/makeinfo/
index.c 769 INDEX_ELT *last_index = 0;
972 last_index = index;
763 INDEX_ELT *last_index = 0; local
  /src/external/gpl3/gdb.old/dist/gdb/tui/
tui-layout.c 813 int last_index = -1;
872 last_index = i;
879 /* If last_index is set then we have a window that is not of a fixed
883 gdb_assert (last_index == -1 || total_weight > 0);
920 tui_debug_printf ("total_weight = %d, last_index = %d",
921 total_weight, last_index);
932 if (last_index == -1 && old_cmd_info.has_value ())
933 last_index = old_cmd_info->index;
936 if (available_size != used_size && last_index != -1)
942 for (int idx = last_index;
812 int last_index = -1; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/tui/
tui-layout.c 813 int last_index = -1;
872 last_index = i;
879 /* If last_index is set then we have a window that is not of a fixed
883 gdb_assert (last_index == -1 || total_weight > 0);
920 tui_debug_printf ("total_weight = %d, last_index = %d",
921 total_weight, last_index);
932 if (last_index == -1 && old_cmd_info.has_value ())
933 last_index = old_cmd_info->index;
936 if (available_size != used_size && last_index != -1)
942 for (int idx = last_index;
812 int last_index = -1; local
    [all...]
  /src/sys/dev/pci/
twa.c 2853 uint32_t last_index; local
2860 last_index = sc->twa_aen_head;
2862 last_index = 0;
2871 } while (i != last_index);
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common.cc 841 uptr last_index = root_regions->size() - 1; local
842 (*root_regions)[i] = (*root_regions)[last_index];
  /src/external/gpl2/groff/dist/src/libs/libgroff/
font.cpp 696 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 == -1)
    [all...]
  /src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan_common.cpp 977 uptr last_index = root_regions.size() - 1; local
978 root_regions[i] = root_regions[last_index];
  /src/external/gpl3/gcc/dist/gcc/
bitmap.cc 1701 unsigned int first_index, end_bit_plus1, last_index;
1718 last_index = (end_bit_plus1 - 1) / BITMAP_ELEMENT_ALL_BITS;
1734 for (i = first_index; i <= last_index; i++)
1809 unsigned int first_index, end_bit_plus1, last_index;
1825 last_index = (end_bit_plus1 - 1) / BITMAP_ELEMENT_ALL_BITS;
1848 while (elt && (elt->indx <= last_index))
1689 unsigned int first_index, end_bit_plus1, last_index; local
1797 unsigned int first_index, end_bit_plus1, last_index; local
df-problems.cc 2498 unsigned int last_index = first_index + count - 1;
2503 if (def_index > last_index)
2493 unsigned int last_index = first_index + count - 1; local
tree-vect-loop.cc 10687 /* LAST_INDEX = LEN + (BIAS - 1). */
10688 tree last_index = gimple_build (&stmts, PLUS_EXPR, TREE_TYPE (len), local
10694 vec_lhs_phi, last_index);
  /src/external/gpl3/gcc.old/dist/gcc/
bitmap.cc 1668 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
df-problems.cc 2498 unsigned int last_index = first_index + count - 1;
2503 if (def_index > last_index)
2493 unsigned int last_index = first_index + count - 1; local
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390.cc 15140 int last_index = *nreadyp - 1;
15149 for (i = last_index; i >= 0; i--)
15166 if (max_index != last_index)
15169 ready[max_index] = ready[last_index];
15170 ready[last_index] = tmp;
15175 INSN_UID (ready[last_index]));
15180 INSN_UID (ready[last_index]));
15188 for (i = last_index; i >= 0; i--)
15139 int last_index = *nreadyp - 1; local
  /src/external/gpl3/gcc/dist/gcc/config/s390/
s390.cc 15645 int last_index = *nreadyp - 1;
15654 for (i = last_index; i >= 0; i--)
15671 if (max_index != last_index)
15674 ready[max_index] = ready[last_index];
15675 ready[last_index] = tmp;
15680 INSN_UID (ready[last_index]));
15685 INSN_UID (ready[last_index]));
15693 for (i = last_index; i >= 0; i--)
15644 int last_index = *nreadyp - 1; local

Completed in 69 milliseconds