Searched refs:oldnext (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_queue.h200 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/
H A Dregcomp.c913 char *oldnext = p->next; local
926 p->next = oldnext;
955 char *oldnext = p->next; local
967 p->next = oldnext;
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
H A Dnasm-pp.c4484 Token *cur, *oldnext = NULL; local
4501 oldnext = cur->next; /* Detach the tail past identifier */
4514 cur->next = oldnext;
/external/mdnsresponder/mDNSCore/
H A DuDNS.c2906 mDNSu8 *oldnext; // for debugging local
3014 oldnext = next;
3025 if ((next - oldnext) > rrSize)
3026 LogMsg("SendGroupUpdates: ERROR!! Record size estimation is wrong for %s, Estimate %d, Actual %d, state %d", ARDisplayString(m, rr), rrSize, next - oldnext, rr->state);
3027 else { spaceleft += rrSize; spaceleft -= (next - oldnext); }

Completed in 68 milliseconds