Home
last modified time | relevance | path

Searched refs:dstidx (Results 1 – 16 of 16) sorted by relevance

/netbsd/external/bsd/tmux/dist/
H A Dserver-fn.c245 struct session *dst, int dstidx, int killflag, int selectflag, in server_link_window() argument
259 if (dstidx != -1) in server_link_window()
260 dstwl = winlink_find_by_index(&dst->windows, dstidx); in server_link_window()
263 xasprintf(cause, "same index: %d", dstidx); in server_link_window()
285 if (dstidx == -1) in server_link_window()
286 dstidx = -1 - options_get_number(dst->options, "base-index"); in server_link_window()
287 dstwl = session_attach(dst, srcwl->window, dstidx, cause); in server_link_window()
H A DCHANGES3245 tmux -s dstname link-window [-i dstidx] srcname srcidx
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-live.c732 unsigned srcidx, dstidx, num; in remove_unused_locals() local
865 for (srcidx = 0, dstidx = 0; srcidx < num; srcidx++) in remove_unused_locals()
888 if (srcidx != dstidx) in remove_unused_locals()
889 (*cfun->local_decls)[dstidx] = var; in remove_unused_locals()
890 dstidx++; in remove_unused_locals()
892 if (dstidx != num) in remove_unused_locals()
894 statistics_counter_event (cfun, "unused VAR_DECLs removed", num - dstidx); in remove_unused_locals()
895 cfun->local_decls->truncate (dstidx); in remove_unused_locals()
H A Dtree-ssa-live.cc759 unsigned srcidx, dstidx, num; in remove_unused_locals() local
920 for (srcidx = 0, dstidx = 0; srcidx < num; srcidx++) in remove_unused_locals()
943 if (srcidx != dstidx) in remove_unused_locals()
944 (*cfun->local_decls)[dstidx] = var; in remove_unused_locals()
945 dstidx++; in remove_unused_locals()
947 if (dstidx != num) in remove_unused_locals()
949 statistics_counter_event (cfun, "unused VAR_DECLs removed", num - dstidx); in remove_unused_locals()
950 cfun->local_decls->truncate (dstidx); in remove_unused_locals()
H A Domp-expand.c1295 unsigned srcidx, dstidx, num; in expand_omp_taskreg() local
1463 if (srcidx != dstidx) in expand_omp_taskreg()
1464 (*child_cfun->local_decls)[dstidx] = t; in expand_omp_taskreg()
1465 dstidx++; in expand_omp_taskreg()
1467 if (dstidx != num) in expand_omp_taskreg()
1468 vec_safe_truncate (child_cfun->local_decls, dstidx); in expand_omp_taskreg()
8007 unsigned srcidx, dstidx, num; in expand_omp_target() local
8120 if (srcidx != dstidx) in expand_omp_target()
8121 (*child_cfun->local_decls)[dstidx] = t; in expand_omp_target()
8122 dstidx++; in expand_omp_target()
[all …]
H A Domp-expand.cc1297 unsigned srcidx, dstidx, num; in expand_omp_taskreg() local
1465 if (srcidx != dstidx) in expand_omp_taskreg()
1466 (*child_cfun->local_decls)[dstidx] = t; in expand_omp_taskreg()
1467 dstidx++; in expand_omp_taskreg()
1469 if (dstidx != num) in expand_omp_taskreg()
1470 vec_safe_truncate (child_cfun->local_decls, dstidx); in expand_omp_taskreg()
9778 unsigned srcidx, dstidx, num; in expand_omp_target() local
9891 if (srcidx != dstidx) in expand_omp_target()
9892 (*child_cfun->local_decls)[dstidx] = t; in expand_omp_target()
9893 dstidx++; in expand_omp_target()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-live.c732 unsigned srcidx, dstidx, num; in remove_unused_locals() local
865 for (srcidx = 0, dstidx = 0; srcidx < num; srcidx++) in remove_unused_locals()
888 if (srcidx != dstidx) in remove_unused_locals()
889 (*cfun->local_decls)[dstidx] = var; in remove_unused_locals()
890 dstidx++; in remove_unused_locals()
892 if (dstidx != num) in remove_unused_locals()
894 statistics_counter_event (cfun, "unused VAR_DECLs removed", num - dstidx); in remove_unused_locals()
895 cfun->local_decls->truncate (dstidx); in remove_unused_locals()
H A Domp-expand.c1295 unsigned srcidx, dstidx, num; in expand_omp_taskreg() local
1463 if (srcidx != dstidx) in expand_omp_taskreg()
1464 (*child_cfun->local_decls)[dstidx] = t; in expand_omp_taskreg()
1465 dstidx++; in expand_omp_taskreg()
1467 if (dstidx != num) in expand_omp_taskreg()
1468 vec_safe_truncate (child_cfun->local_decls, dstidx); in expand_omp_taskreg()
8007 unsigned srcidx, dstidx, num; in expand_omp_target() local
8120 if (srcidx != dstidx) in expand_omp_target()
8121 (*child_cfun->local_decls)[dstidx] = t; in expand_omp_target()
8122 dstidx++; in expand_omp_target()
[all …]
/netbsd/external/cddl/osnet/dist/tools/ctf/cvt/
H A Doutput.c477 int srcidx, dstidx; in write_file() local
511 for (srcidx = dstidx = 0; srcidx < sehdr.e_shnum; srcidx++) { in write_file()
539 secxlate[srcidx] = dstidx++; in write_file()
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dcall.c9433 unsigned dstidx = DECL_FUNCTION_CODE (fndecl) == BUILT_IN_BCOPY; in maybe_warn_class_memaccess() local
9434 unsigned srcidx = !dstidx; in maybe_warn_class_memaccess()
9436 tree dest = (*args)[dstidx]; in maybe_warn_class_memaccess()
H A Dcall.cc10147 unsigned dstidx = DECL_FUNCTION_CODE (fndecl) == BUILT_IN_BCOPY; in maybe_warn_class_memaccess() local
10148 unsigned srcidx = !dstidx; in maybe_warn_class_memaccess()
10150 tree dest = (*args)[dstidx]; in maybe_warn_class_memaccess()
/netbsd/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcall.c9433 unsigned dstidx = DECL_FUNCTION_CODE (fndecl) == BUILT_IN_BCOPY; in maybe_warn_class_memaccess() local
9434 unsigned srcidx = !dstidx; in maybe_warn_class_memaccess()
9436 tree dest = (*args)[dstidx]; in maybe_warn_class_memaccess()
/netbsd/external/gpl3/gdb.old/dist/bfd/
H A DChangeLog-94954384 shrinking, don't subtract out dstidx; the subtraction is already
/netbsd/external/gpl3/binutils.old/dist/bfd/
H A DChangeLog-94954384 shrinking, don't subtract out dstidx; the subtraction is already
/netbsd/external/gpl3/gdb/dist/bfd/
H A DChangeLog-94954384 shrinking, don't subtract out dstidx; the subtraction is already
/netbsd/external/gpl3/binutils/dist/bfd/
H A DChangeLog-94954384 shrinking, don't subtract out dstidx; the subtraction is already