Home
last modified time | relevance | path

Searched refs:ndst (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/bin/ps/
H A Dps.c845 int dst, lvl, maxlvl, n, ndst, nsrc, siblings, src; in descendant_sort() local
876 for (ndst = 1; dst + ndst < items; ndst++) in descendant_sort()
877 if (ki[dst + ndst].level <= ki[dst].level) in descendant_sort()
890 (dst - src + ndst - 1) * sizeof(*ki)); in descendant_sort()
891 ki[dst + ndst - 1] = kn; in descendant_sort()
894 ndst++; in descendant_sort()
895 } else if (src != dst + ndst) { in descendant_sort()
897 memmove(ki + dst + ndst + 1, ki + dst + ndst, in descendant_sort()
898 (src - dst - ndst) * sizeof(*ki)); in descendant_sort()
899 ki[dst + ndst] = kn; in descendant_sort()
[all …]
/netbsd-src/external/bsd/libbind/dist/irs/
H A Dgen_gr.c336 int n, ndst, nnew; in grmerge() local
352 ndst = countvec(pvt->group.gr_mem); in grmerge()
359 n = ndst + nnew + 1; in grmerge()
369 p = pvt->group.gr_mem + ndst; in grmerge()
/netbsd-src/sys/net/
H A Dif_gif.c1076 struct sockaddr *nsrc, *ndst; in gif_set_tunnel() local
1092 ndst = sockaddr_dup(dst, M_WAITOK); in gif_set_tunnel()
1137 nvar->gv_pdst = ndst; in gif_set_tunnel()
1167 sockaddr_free(ndst); in gif_set_tunnel()
H A Dif_ipsec.c1149 struct sockaddr *nsrc, *ndst; in if_ipsec_set_tunnel() local
1158 ndst = sockaddr_dup(dst, M_WAITOK); in if_ipsec_set_tunnel()
1178 satosin(ndst)->sin_port = 0; in if_ipsec_set_tunnel()
1186 satosin6(ndst)->sin6_port = 0; in if_ipsec_set_tunnel()
1252 nvar->iv_pdst = ndst; in if_ipsec_set_tunnel()
1300 sockaddr_free(ndst); in if_ipsec_set_tunnel()
H A Dif_l2tp.c1019 struct sockaddr *nsrc, *ndst; in l2tp_set_tunnel() local
1024 ndst = sockaddr_dup(dst, M_WAITOK); in l2tp_set_tunnel()
1040 nvar->lv_pdst = ndst; in l2tp_set_tunnel()
1063 sockaddr_free(ndst); in l2tp_set_tunnel()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.cc27212 rtx ndst = simplify_gen_subreg (reg_mode, dst, mode, 0); in rs6000_split_multireg_move() local
27213 emit_insn (gen_rtx_SET (ndst, in rs6000_split_multireg_move()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000.c16215 rtx ndst = simplify_gen_subreg (reg_mode, dst, mode, 0); in rs6000_split_multireg_move() local
16216 emit_insn (gen_rtx_SET (ndst, in rs6000_split_multireg_move()