Searched defs:tail2 (Results 1 - 3 of 3) sorted by relevance

/external/iproute2/tc/
H A Dm_action.c172 struct rtattr *tail, *tail2; local
183 tail = tail2 = NLMSG_TAIL(n);
248 tail2->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail2;
403 struct rtattr *tail2; local
474 tail2 = NLMSG_TAIL(&req.n);
478 tail2->rta_len = (void *) NLMSG_TAIL(&req.n) - (void *) tail2;
548 struct rtattr *tail,*tail2; local
564 tail2
[all...]
/external/icu/icu4c/source/tools/pkgdata/
H A Dpkgdata.cpp1993 CharList *l, *tail = NULL, *tail2 = NULL; local
2096 o->filePaths = pkg_appendToList(o->filePaths, &tail2, tmp);
/external/skia/src/pathops/
H A DSkPathOpsTSect.h2364 const SkTSpan<OppCurve, TCurve>* tail2 = sect2->tail(); local
2365 if (!(zeroOneSet & kOneS2Set) && approximately_greater_than_one(tail2->fEndT)) {
2367 if (tail2->isBounded()) {
2368 double t = tail2->closestBoundedT(end2);

Completed in 165 milliseconds