Home
last modified time | relevance | path

Searched refs:nlinks (Results 1 – 4 of 4) sorted by relevance

/external/libppp/src/
Dmp.c671 int thislink, nlinks, nopenlinks, sendasip; in mp_FillPhysicalQueues() local
676 thislink = nlinks = nopenlinks = 0; in mp_FillPhysicalQueues()
685 nlinks++; in mp_FillPhysicalQueues()
698 for (dl = fdl; nlinks > 0; dl = dl->next, nlinks--, thislink++) { in mp_FillPhysicalQueues()
787 nlinks--; in mp_FillPhysicalQueues()
Dbundle.c455 int result, nlinks; in bundle_UpdateSet() local
462 for (nlinks = 0, dl = bundle->links; dl; dl = dl->next) in bundle_UpdateSet()
463 nlinks++; in bundle_UpdateSet()
465 if (nlinks) { in bundle_UpdateSet()
472 ifqueue = nlinks > bundle->cfg.ifqueue ? nlinks : bundle->cfg.ifqueue; in bundle_UpdateSet()
Dppp.8.m44553 .Em nlinks No *
/external/icu4c/tools/tzcode/
Dzic.c307 static int nlinks; variable
719 for (i = 0; i < nlinks; ++i) {
726 for (j = 0; j < nlinks; ++j)
1382 (int) ((nlinks + 1) * sizeof *links));
1383 links[nlinks++] = l;