Home | History | Annotate | Download | only in ps

Lines Matching defs:ndst

844 	int dst, lvl, maxlvl, n, ndst, nsrc, siblings, src;
875 for (ndst = 1; dst + ndst < items; ndst++)
876 if (ki[dst + ndst].level <= ki[dst].level)
889 (dst - src + ndst - 1) * sizeof(*ki));
890 ki[dst + ndst - 1] = kn;
893 ndst++;
894 } else if (src != dst + ndst) {
896 memmove(ki + dst + ndst + 1, ki + dst + ndst,
897 (src - dst - ndst) * sizeof(*ki));
898 ki[dst + ndst] = kn;
899 ndst++;
903 ndst += nsrc;