Searched refs:dnext (Results 1 – 7 of 7) sorted by relevance
55 uint8_t *dnext; in encode64() local63 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()
186 struct Datepairs *dnext; member448 currdate = currdate->dnext;929 pdate = pdate->dnext;940 pdate = pdate->dnext;1045 nextdate->dnext = duelst;1061 nextdate->dnext = datelist;1073 nextdate->dnext = datelist;
52 struct ohci_soft_td *dnext; /* next in done list */ member71 struct ohci_soft_itd *dnext; /* next in done list */ member
1455 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()
537 __float128 dnext = dlast * y0r2 + elast; in __quadmath_lgamma_negq() local539 bterm[j] = dnext * lgamma_coeff[j]; in __quadmath_lgamma_negq()540 dlast = dnext; in __quadmath_lgamma_negq()
3382 dnlist *dnext = (*dn)->next; in refresh_purge() local3384 *dn = dnext; in refresh_purge()