Home
last modified time | relevance | path

Searched refs:oldnext (Results 1 – 9 of 9) sorted by relevance

/external/usrsctp/usrsctplib/
Duser_queue.h197 QMD_SAVELINK(oldnext, (elm)->field.sle_next); \
207 TRASHIT(*oldnext); \
300 QMD_SAVELINK(oldnext, (elm)->field.stqe_next); \
310 TRASHIT(*oldnext); \
431 QMD_SAVELINK(oldnext, (elm)->field.le_next); \
439 TRASHIT(*oldnext); \
605 QMD_SAVELINK(oldnext, (elm)->field.tqe_next); \
617 TRASHIT(*oldnext); \
/external/llvm-project/llvm/lib/Support/
Dregcomp.c1049 char *oldnext = p->next; in bothcases() local
1062 p->next = oldnext; in bothcases()
1091 char *oldnext = p->next; in nonnewline() local
1103 p->next = oldnext; in nonnewline()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Dregcomp.c921 char *oldnext = p->next; in bothcases() local
934 p->next = oldnext; in bothcases()
963 char *oldnext = p->next; in nonnewline() local
975 p->next = oldnext; in nonnewline()
/external/libcups/vcnet/regex/
Dregcomp.c843 register char *oldnext = p->next; local
855 p->next = oldnext;
889 register char *oldnext = p->next; local
901 p->next = oldnext;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregcomp.c1049 char *oldnext = p->next; in bothcases() local
1062 p->next = oldnext; in bothcases()
1091 char *oldnext = p->next; in nonnewline() local
1103 p->next = oldnext; in nonnewline()
/external/llvm/lib/Support/
Dregcomp.c921 char *oldnext = p->next; in bothcases() local
934 p->next = oldnext; in bothcases()
963 char *oldnext = p->next; in nonnewline() local
975 p->next = oldnext; in nonnewline()
/external/python/cpython2/Modules/
Ditertoolsmodule.c1224 Py_ssize_t oldnext; in islice_next() local
1244 oldnext = lz->next; in islice_next()
1248 if (lz->next < oldnext || (stop != -1 && lz->next > stop)) in islice_next()
/external/mdnsresponder/mDNSCore/
DuDNS.c2906 mDNSu8 *oldnext; // for debugging in SendGroupUpdates() local
3014 oldnext = next; in SendGroupUpdates()
3025 if ((next - oldnext) > rrSize) in SendGroupUpdates()
3026 …%s, Estimate %d, Actual %d, state %d", ARDisplayString(m, rr), rrSize, next - oldnext, rr->state); in SendGroupUpdates()
3027 else { spaceleft += rrSize; spaceleft -= (next - oldnext); } in SendGroupUpdates()
/external/python/cpython3/Modules/
Ditertoolsmodule.c1578 Py_ssize_t oldnext; in islice_next() local
1598 oldnext = lz->next; in islice_next()
1602 if (lz->next < oldnext || (stop != -1 && lz->next > stop)) in islice_next()