Searched refs:oldnext (Results 1 – 8 of 8) sorted by relevance
/external/openthread/third_party/tcplp/bsdtcp/sys/ |
D | queue.h | 233 QMD_SAVELINK(oldnext, (elm)->field.sle_next); \ 243 TRASHIT(*oldnext); \ 355 QMD_SAVELINK(oldnext, (elm)->field.stqe_next); \ 365 TRASHIT(*oldnext); \ 512 QMD_SAVELINK(oldnext, (elm)->field.le_next); \ 520 TRASHIT(*oldnext); \ 720 QMD_SAVELINK(oldnext, (elm)->field.tqe_next); \ 732 TRASHIT(*oldnext); \
|
/external/llvm/lib/Support/ |
D | regcomp.c | 921 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/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regcomp.c | 921 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/ |
D | regcomp.c | 843 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/ |
D | regcomp.c | 1049 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/python/cpython2/Modules/ |
D | itertoolsmodule.c | 1224 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/ |
D | uDNS.c | 2906 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/ |
D | itertoolsmodule.c | 1713 Py_ssize_t oldnext; in islice_next() local 1733 oldnext = lz->next; in islice_next() 1737 if (lz->next < oldnext || (stop != -1 && lz->next > stop)) in islice_next()
|