Home
last modified time | relevance | path

Searched refs:qplast (Results 1 – 3 of 3) sorted by relevance

/dports/math/sisl/SISL-SISL-4.6.0-44-g9114631/src/
H A Dhp_s1880.c152 SISLIntpt *qplast; /* Pointer to last intersection point. */ local
210 qplast = (*vlist)->plast;
216 if (qpfirst->iinter == SI_TRIM && qpfirst == qplast)
239 if (qplast->iinter == SI_SING ||
240 (sh6nmbmain (qplast,&kstat)) > 2)
296 else if (qpfirst == qplast)
354 qplast, &(*ucrv)->pgeom, &kstat);
363 &(qplast->epar[po1->iobj]),
376 qplast->epar,
H A Dconstruct.c961 SISLIntpt *qplast = SISL_NULL; /* Local help pointer */ local
974 qplast = pintlist->plast;
/dports/net/libnids/libnids-1.24/src/
H A Dip_fragment.c304 struct ipq *qplast; in ip_find() local
306 qplast = NULL; in ip_find()
307 for (qp = this_host->ipqueue; qp != NULL; qplast = qp, qp = qp->next) { in ip_find()