Searched refs:oldnext (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/usrsctp/usrsctplib/ |
D | user_queue.h | 200 QMD_SAVELINK(oldnext, (elm)->field.sle_next); \ 210 TRASHIT(*oldnext); \ 303 QMD_SAVELINK(oldnext, (elm)->field.stqe_next); \ 313 TRASHIT(*oldnext); \ 434 QMD_SAVELINK(oldnext, (elm)->field.le_next); \ 442 TRASHIT(*oldnext); \ 608 QMD_SAVELINK(oldnext, (elm)->field.tqe_next); \ 620 TRASHIT(*oldnext); \
|
/external/llvm/lib/Support/ |
D | regcomp.c | 913 char *oldnext = p->next; in bothcases() local 926 p->next = oldnext; in bothcases() 955 char *oldnext = p->next; in nonnewline() local 967 p->next = oldnext; in nonnewline()
|
/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/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/ |
D | nasm-pp.c | 4484 Token *cur, *oldnext = NULL; in expand_id() local 4501 oldnext = cur->next; /* Detach the tail past identifier */ in expand_id() 4514 cur->next = oldnext; in expand_id()
|