Home
last modified time | relevance | path

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

/netbsd/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/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/sys/dev/usb/
H A Dohcivar.h52 struct ohci_soft_td *dnext; /* next in done list */ member
71 struct ohci_soft_itd *dnext; /* next in done list */ member
H A Dohci.c1455 std->dnext = sdone; in ohci_softintr()
1465 sitd->dnext = sidone; in ohci_softintr()
1482 for (std = sdone; std; std = std->dnext) in ohci_softintr()
1489 stdnext = std->dnext; in ohci_softintr()
1574 for (sitd = sidone; sitd; sitd = sitd->dnext) in ohci_softintr()
1582 sitdnext = sitd->dnext; in ohci_softintr()
/netbsd/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/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/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()