Home
last modified time | relevance | path

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

/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/scryptsalsa208sha256/
H A Dcrypto_scrypt-common.c55 uint8_t *dnext; in encode64() local
63 dnext = encode64_uint32(dst, dstlen, value, bits); in encode64()
64 if (!dnext) { in encode64()
67 dstlen -= dnext - dst; in encode64()
68 dst = dnext; in encode64()
/netbsd-src/external/gpl2/rcs/dist/src/
H A Drlog.c186 struct Datepairs *dnext; member
448 currdate = currdate->dnext;
929 pdate = pdate->dnext;
940 pdate = pdate->dnext;
1045 nextdate->dnext = duelst;
1061 nextdate->dnext = datelist;
1073 nextdate->dnext = datelist;
/netbsd-src/sys/dev/usb/
H A Dohcivar.h50 struct ohci_soft_td *dnext; /* next in done list */
69 struct ohci_soft_itd *dnext; /* next in done list */
52 struct ohci_soft_td *dnext; /* next in done list */ global() member
71 struct ohci_soft_itd *dnext; /* next in done list */ global() member
H A Dohci.c1486 std->dnext = sdone; in ohci_softintr()
1496 sitd->dnext = sidone; in ohci_softintr()
1513 for (std = sdone; std; std = std->dnext) in ohci_softintr()
1520 stdnext = std->dnext; in ohci_softintr()
1530 DPRINTFN(10, "std=%#jx xfer=%#jx hcpriv=%#jx dnext=%#jx", in ohci_softintr()
1605 for (sitd = sidone; sitd; sitd = sitd->dnext) in ohci_softintr()
1613 sitdnext = sitd->dnext; in ohci_softintr()
/netbsd-src/external/gpl3/gcc/dist/libquadmath/math/
H A Dlgammaq_neg.c537 __float128 dnext = dlast * y0r2 + elast; in __quadmath_lgamma_negq() local
539 bterm[j] = dnext * lgamma_coeff[j]; in __quadmath_lgamma_negq()
540 dlast = dnext; in __quadmath_lgamma_negq()
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/math/
H A Dlgammaq_neg.c537 __float128 dnext = dlast * y0r2 + elast; in __quadmath_lgamma_negq() local
539 bterm[j] = dnext * lgamma_coeff[j]; in __quadmath_lgamma_negq()
540 dlast = dnext; in __quadmath_lgamma_negq()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dpcache.c3382 dnlist *dnext = (*dn)->next; in refresh_purge() local
3384 *dn = dnext; in refresh_purge()